@charset "utf-8";
/* CSS Document */

html, body, ol, ul, form, fieldset, p {
  margin: 0;
  padding: 0;
}

body {
	background-color:#d4d0c8;
}

a  {
	color:#036;
	text-decoration:none;
}
a:hover {
	color:#039;
	text-decoration:underline;
}

ul.dotation {color:#C43917; margin-left:20px; margin-right:10px}

#mentions {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#036;
	padding-right:45px;
	float:right;
}

.annonce {
	padding-left:15px; 
	padding-right:15px; 
	color:#036; 
	font-size:12px; 
	background-color:#efeeeb;
	line-height:16px;
	padding-top:5px;
	padding-bottom:5px;
}


ul.annonce { padding-left:25px}

.horaires {
	padding-left:10px;
	padding-bottom:10px;
	font-size:12px;
	color:#039;
	border-bottom:thick;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCF;
	
}

.heure {
	color:#036;
	font-weight:bold;
	font-size:14px;
}

.parcours {
	color:#036;
	font-weight:bold;
	font-size:12px;
}

#conteneur-global {
	position:relative;
	top:0px;
	border:0;
	margin: 0 auto; /* centrage sur la page*/
	width: 922px;
	/*background-color:#dfdcd6;*/
	background-image:url(../images/body-backg.gif);
	background-repeat:repeat-y;
	
	
	
}

#contenus { 
/*background-image:url(../images/backg-backg.png);
background-repeat:repeat-y;*/

	
}

#img-bckg {
	position:relative;
	z-index:1;
background-image:url(../images/backg-backg.png);
background-repeat:repeat-y;
}

#menu {
	position:absolute;
	top:157px;
	left:412px;
	z-index:30;
	height:28px;
	background-color:white;
	width: 490px;

}

#text {
	background-image:url(../images/text-bckg.png);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	padding-left: 25px;
	padding-right:25px;
	padding-top:5px;
	min-height:400px;
	

}

#zone-text {
	top:197px;
	position:absolute;
	left:402px;
	z-index:20;
	width:483px;
}



.algn-img {
	float:left;
	
}

.sous-titre{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#C43917;
}
