html, body, * {
	padding:0;
	margin:0;
	
}

html>body #content {
	height:auto;
	min-height:580px;
	
}

body {
}

a, a:link {
}

a:hover {
}

a:visited {
}

.center{
	text-align:center;
}

#wrap {
	width:924px;
	margin:0 auto;
    padding:0;
	background-position:top center;
	background-repeat:repeat-y;
	background-color:white;
}

#header {
	margin:5px auto 0 auto;
	padding:0;
	height:263px;
	width:924px;
	background-repeat:no-repeat;
	background-position:top center;
	background-color:white;
}

#content {
	width:924px;
	margin:0 auto 5px auto;
	background-repeat:no-repeat;
	background-position: top center;
	/*background-color:purple;*/
}

#sidebar { 
	float:right;
	width:290px;
	margin-top:15px; /*72px*/
/*	padding: 0px 3px 3px 3px;*/	
	background-color:#FDE4D8;
	background-image:url(images/style1/backgroundsidebar.jpg);
	/*border:1px solid #F7BBFF;*/

}

#blocrechercher {
width:288px;
height:40px;
background-color:red;
float:left;
/*padding-top:2px;
padding-right:2px;*/
/*margin-bottom:10px;*/
}

#searchform {
	clear: both;
	/*margin-bottom: 5px;*/
	padding: 3px;
	background-color:white;
	border:1px solid #F7BBFF;
}


#menu {
/*	padding-left:10px;*/
	text-align:left;
	/*background-color:red;*/
}

#menu h4 { /*titre des cat�gories sidebar*/
	background-image:url(images/style1/imgmenusidebar.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top:10px;
	/*background-color:#a3968e;*/
	color: #FFFFFF;
	padding:2px;
	padding-left:12px;
	text-align:left;
	
}

#menu p {
		padding: 3px;
		font-size: 70%;
}

#menu ul { /*cr�er un bloc autour de chaque module de la sidebar;*/
	list-style:none; 
	margin:0; 
	padding:0; 
	font-size:85%;
	margin-bottom:15px;
	background-color:white;
	border:1px solid #F7BBFF;
	/*padding-bottom:5px;*/
}

#menu ul li, #recentcomments li, #recentcomments li.recentcomments { /*ajuster la largeur des sous menu au survol*/
	padding:0; 
	margin:0;
	width:288px; /*180px*/
	
}

#menu ul li a {
	display:block; 
	padding:4px 4px 4px 10px; 
	text-decoration:none; 
}

#menu ul li a:hover, #recentcomments li a:hover, #recentcomments li.recentcomments a:hover {
}

#main { /*zone principale contenu gauche */
	width:624px;
/*	margin:0;
	padding:0;*/
	text-align:justify;
	float:left;
	/*margin-left:15px;*/
	margin-top:15px;
	/*background-color:yellow;*/
	/*border:1px solid  #F7BBFF;*/
}

h1 {
	font-family: georgia;
	font-weight: bold;
	font-size: 190%;
	padding-top: .1em;
	padding-bottom: .5em;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 100%;
	text-align:center;
}


h3 { /*titre article*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 22px; /*150%*/
	/*font-weight:lighter;*/
	text-align:center;
	margin-bottom:2px;
	/*background-color:#FFE1FB;
	border: 1px solid #F7BBFF;*/
        }



h4 {/*titre cat�gories sidebar*/
	font-size: 100%;
}

p {/*texte courant*/
	font-size: 80%;
	margin-bottom:1em;
	}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* Let's keep those items in line!  :)  */
#main .entry {
	width:602px;
	overflow:hidden;
	margin-bottom:10px;
	background-color:white;
	border:1px solid #F7BBFF;
}

a img {
	border: none;
}

h3 a:link, h3 a:visited{
	text-decoration:none;
}

.item { /*largeur des articles*/
	text-align:left;
	padding:10px 10px 20px 10px;
}

.item ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.itemhead{
	padding: 5px;
}

.itemhead h3 a:hover{ /*couleur survol titre article*/
	display: inline;
	text-decoration:none;
	color:#EA1E79;
}

.storycontent p { /*placement des articles dans le bloc*/
	padding:0px 5px;
	padding-right:5px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

img, .alignleft {
	float:left;
	padding:0 5px 5px 0;
}

img.right, .alignright {
	float:right;
	padding:0 0 5px 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.tags, .category, .metadata { /*changer la couleur de la typo de m�tadonn�es*/
	margin:3px;
	font-size:11px;
	font-style:bold;
	color:#EA1E79;
	display: block;
}


.categoryhte{
	font-size:9px;
	font-style:bold;
	color:#EA1E79;
	display: block;
        text-align:centrer;
        margin-bottom:20px;
        vertical-align: middle; 
        margin-top:5px;

}


.chronodata{ /*modifier le style des indications dates et auteur des articles */
	/*height:17px;
	width:200px;*/
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#EA1E79;
	text-align:center;
	/*background-color: #FFEAFF;
	border: 1px solid pink;*/
	display: block;
	margin-bottom:5px;
	/*padding-left:5px;*/
	/*line-height:16px;*/

} 

input, textarea { /*bouton search*/
	font-size: 80%;
}

#author, #email, #url {
	width:200px;
	
}

#comment {
	width:95%;
	height:175px;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#comments { /*modifier "x reponses to X"*/
	width:auto;
	height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:lighter;
	font-style:normal;
	color:#736357;
	border-bottom:5px dotted #F7BBFF;
	text-align: center;
	margin-bottom:20px;
}

#textecommentaire{
color: #736357;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
padding-top:15px;
}


#boutoncommentaires{
	text-align:center;
	text-decoration:none;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-top:45px;
	float: right;
	color:white;
}

#boutoncommentaires a{
	height:30px;
	width:120px;
	background-color:#736357;
	text-decoration:none;
	text-align:center;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	float: right;
	color:white;
}

#boutoncommentaires a:hover{
	height:30px;
	width:120px;
	background-color:#EA1E79;
	text-decoration:none;
	text-align:center;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	float: right;
	color:white;
}


#centrertextecomments{
line-height:30px;
}


.metadata {
	color:#736357;
}

.metadata a:link, .metadata a:hover,{
	color:#2C2416;
}

/*.metadata a:visited{
color:#999999}*/

.commentlist p {
	clear: both;
	font-size: 95%;
}

cite{ /*modifier le style du pseudo des personnes qui laissent des commentaires*/
	font-size: 95%;
	color: #990066;
	font-style:normal;
	font-weight:bold;
}

blockquote, blockquote blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #cccccc;
	background-color:#ededed;
}

blockquote blockquote {
	border-left: 5px solid #cccccc;
	background-color:#dedede;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

#respond { /*modifier "leave a reply"*/
	height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:lighter;
	font-style:normal;
	color:#736357;
	border-bottom:5px dotted #F7BBFF;
	text-align: center;
	margin-bottom:20px;
	
}

#respond h3 {}

.commentmetadata {
	font-size: 80%;
}
.commentlist {
	margin-top: 5px;
	/*background-color:blue;*/
	
}

.commentlist li { /*modifier la mani�re dont se pr�sentent les commentaires*/
	padding: 2px;
	border-bottom: 1px solid pink;
	overflow:hidden;
	background-color:white;
	margin-top:15px;
	width:550px;
	
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color:#333333;
	background-color:#ededed;
	text-decoration:none;
}

.alignright {
	float: right;
	padding-right:50px;
	font-size:9px;
}

.alignleft {
	float: left;
	padding-left:50px;
	font-size:9px;
}



#recentcomments li, #recentcomments li.recentcomments {
	display:block; 
	padding:4px 4px 4px 10px; 
}

li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	margin: 0;
	width: 90%;
	padding: 3px;
	text-align:center;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight:bold;
	background-color:#ededed;
}


#wp-calendar td {
	color: #444444;
	font-size: 70%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar caption {
	font-weight:bold;
}

#wp-calendar #today {
	background-color:#f6e6a8;
	color:#000000;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#footer {
	background-repeat:no-repeat;
	background-position:bottom center;
	clear:both;
    padding:0;
	margin:0 auto;
	width:1024px;
	
}

#footer p {
	text-align:center;
	padding:15px 0;
	font-size:10px;
}

#footer a:link, #footer a:hover, #footer a:visited{
}

.avatar {
	border:none;
	float:left;
	margin:0 5px 2px 0;
}

#menu .taggage {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

#menu .taggage a {
	text-decoration:none;
}

#menu .widget-move-over {
	margin-bottom:15px;
	/*background-color:red;*/
}

#calendar_wrap {
	margin-bottom:15px;
}
