/* Standard elements */
*{
	padding:0;
	margin:0;
}

a {
	color: #000;
}

#calendrier a {
	color: #000;
	text-decoration:none;
}

#calendrier a:hover{
	color: #ff6434;
	text-decoration:none;
}

#calendrierHaut{
	background: url(img/calendrier_01.png) no-repeat center top;
	width:200px;
}

#calendrierCentre{
	background: url(img/calendrier_03.png) repeat-y center top;
	width:200px;
}

#calendrier{
	background: url(img/calendrier_05.png) no-repeat center bottom;
	padding-bottom:15px;
	font: normal 0.9em sans-serif,Arial;
}

body {
	background: url(img/back.jpg) repeat-x left top;
	background-color:#CAC3BB;
	color: #000;
	margin:0px 0px; padding:0px;
	text-align:center;
	font: normal 0.8em sans-serif,Arial;
}

ul {
	margin: 12px 0;
}

li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}

/* Main structure */
#main {
	width: 703px;
	padding-left:10px; 
	margin:0px auto;
	text-align:left; 
}

#index {
	margin-left:-15px; 
}

#accueil{
width:700px;
}


/*      MENU       */
#menu{
	margin-left:5px;
	height:65px;
}

#menu #vrai a  {
	border-right: 1px dotted #fff;
	border-left: 1px dotted #fff;
	color: #fff;
	font: normal 1.3em sans-serif,Arial;
	float: left;
	padding-top: 15px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
	height: 20px;
	font-weight:bold;
	text-decoration:none;
}

#menu  #vrai a:hover{
	color: #ff6434;
	border-right: 1px dotted #ff6434;
	border-left: 1px dotted #ff6434;
	font-weight:bold;
	text-decoration:none;
	}

#banniere{
	background: url(img/banniere.jpg) no-repeat left top;
	height:150px;
	padding-top:6px;
}

/*        SOUS MENU       */
#sousMenu{
	height:50px;
}

#sousMenu a {
	border-right: 1px dotted #fff;
	border-left: 1px dotted #fff;
	color: #fff;
	font-size: 1.0em;
	float: left;
	padding-top: 10px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
	font-weight:bold;
	height: 20px;
	text-decoration:none;
}

#sousMenu a:hover {
	color: #ff6434;
	border-right: 1px dotted #ff6434;
	border-left: 1px dotted #ff6434;
	font-weight:bold;
	text-decoration:none;
	}


#contenu{
	padding-bottom:20px;
}


#piedPage{
	background: url(img/bottom.jpg) repeat-x left top;
	text-align:center;
	color:#ffffff;
	padding-left:10px;
	padding-top:5px;
	height:20px;
	width:693px;
}

#piedPage a{
color:#ffffff;
}

#piedPage a:hover{
color:#ff6434;
}

.gras {
	font-weight: bold;
}
H1 {
	font-size: 18px;
	text-decoration:underline;
	margin-bottom: 2px;
}
H3 {
	font-size: 12.5px;
	text-decoration:none;
	font-weight: bold;
	margin-bottom: 2px;
}

p {
	margin-top: 2px;
	margin-bottom: 5px;
}

.encadre_haut{
	background: url(img/pub_haut2.jpg) no-repeat left top;
	width:249px;
	height:21px;
}

.encadre_centre{
	background: url(img/pub_centre2.jpg) repeat-y left top;
	padding-left:15px;
	width:249px;
}

.encadre_bas{
	background: url(img/pub_bas2.jpg) no-repeat left top;
	width:249px;
	height:31px;
}

.gauche{
	width:250px;
	float:left;
}

.pub_haut{
	background: url(img/pub_droite_haut.jpg) no-repeat left top;
	width:259px;
	height:21px;
}

.pub_centre{
	background: url(img/pub_droite_centre.jpg) repeat-y left top;
	padding-left:8px;
	width:231px;
}

.pub_bas{
	background: url(img/pub_droite_bas.jpg) no-repeat left top;
	width:231px;
	height:31px;
}

.pub{
	width:231px;
	float:left;
}

#placement{width:505px;}

.encadre_haut_etoile{
	background: url(img/etoile_haut.png) no-repeat left top;
	width:249px;
	
	height:21px;
}

.encadre_centre_etoile{
	background: url(img/etoile_centre.png) repeat-y left top;
	padding-left:15px;
	color:#FFFFFF;
	width:249px;
}

.encadre_bas_etoile{
	background: url(img/etoile_bas.png) no-repeat left top;
	width:249px;
	height:31px;
}