/* CSS Document */
body{
	padding:0px;
	margin:0 auto;
	background-color:#FFFFFF;
	text-align:center;
	background-image:none;
	
	font-family:Georgia;
	font-size: 1em;
	color:#56474d;
	width:750px;	
}
	
h2{
	font-size:1.27em;
	color:#56474d;
	margin:0 0 10px 0;
}

h4.soustitre{
	font-size:0.96em;
	color:#ce1c52;
	margin:0 0 10px 0;
}

a:link, a:visited{
	line-height:15px;
	color:#ce1c52;
	text-decoration:none;
	min-width:15px;
}
a:hover{
	text-decoration:underline;
}


/*** Mise en page ***/
#interface
	{
	margin-left: auto;
	margin-right: auto;
	width: 710px;
	text-align: left;
	}
	
#header{
	display:none;
}

#content_side_left{
	display:none;
}


#content_side_right{
	float:left;
	width:701px;
}
#hierarchie{
	display:none;
}

#content
	{
	float:left;
	/*background-color:#FF0000;*/
	width:100%;
	}

#title h1
	{
	padding:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:14px;
	margin-right:27px;
	font-family:Georgia;
	font-size:1.87em;
	color:#ce1c52;
	font-weight:lighter;
	background-image:url(images/bk_h1.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-transform:uppercase;
	}

#content_content, #content_content_home
	{
	padding-left:14px;
	padding-top:5px;
	padding-bottom:0px;
	padding-right:0px;
	margin:0px;
	float:left;
	width:700px;
	}

#content_content p
	{
	padding:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:15px;
	font-family:Georgia;
	font-size:0.77em;
	color:#56474d;
	line-height:20px;
	}
	
/* texte home + grand */	
#content_content_home p
	{
	padding:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:15px;
	font-family:Georgia;
	/*font-size:13px;*/
	font-size:0.82em;
	color:#56474d;
	line-height:20px;
	}		

#content_content img.align_right
	{
	margin-bottom:5px;
	margin-left:8px;
	margin-top:5px;
	margin-right:8px;
	border:5px #56474d solid;
	float:right;
	}

#content_content img.align_left
	{
	margin-bottom:5px;
	margin-left:0px;
	margin-top:5px;
	margin-right:8px;
	border:5px #56474d solid;
	float:left;
	}

#content_content p:first-letter
	{
	font-size:2.8em;
	line-height:26px;
	}

#box_right{
	display:none;
}

#ligne_footer{
	height:1px;
	width:700px;
}
#footer{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.59em;
	color:#56474d;
	margin-bottom:15px;

	width:700px;
}

#footer img
	{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.59em;
	color:#56474d;
	margin-bottom:10px;
	}

#footer a
	{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ce1c52;
	text-decoration:none;
	}

#footer a:hover
	{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ce1c52;
	text-decoration:underline;
	}

/**** Menu ****/
#menu_left{
	display:none;
}
	
	
/* Styles articles */
.article{
	margin-bottom:20px;
}
.chapeau{
	font-style:italic;
}
.ps{
	margin-top: 1.4em;
	margin-bottom: 1.4em;
	padding-top: 2px;
	border-top: 1px solid #56474d;
	font-size: 0.90em;
}

.imprimer{
	display:none;
}

/* Recherche */
#fo_recherche{
	display:none;
}

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }

.spip-admin-float{
	display:none;
}
