@charset "utf-8";

html{
overflow-y: scroll;
}

body {
	font-family: arial, helvetica, sans-serif;
	background-color:  #EFEFEF;
	background-image: url(images/essaifond.jpg);
	background-repeat: repeat-x;
}



#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	padding-top: 3px;

}
#fondDroite{
	background-image: url(images/fondcote.jpg);
	background-repeat: repeat-y;
	background-position: right;
	
	}

#header {
	
	height: 174px;
}


#header ul {
	list-style-type:none;
	width:auto;
	margin:0px;
	font-weight: 700;
	background-image: url(images/fondmenuc.jpg);
	background-repeat: repeat-x;
	height: 24px;
	font-size: 13px;
	padding: 0px;
	
}

#header ul li {
	display:inline;
	float:left;
	width:auto;
	text-align: center;
	padding-right: 25px;
	padding-left: 35px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;

}

a {
	
text-decoration:none;
color: #FFF;
	
}

 a:hover {
	text-decoration:none;
	color: #B27117;
}
a img {
border: none;
} 
#container #mainContentH {
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#container #mainContentH #rightH {
	float: right;
}
#container #mainContentH #leftH {
	float: left;
	font-weight: bold;
	width: 380px;
}

#mainContentH{
	height:350px
}
.edito {
	font-size: 22px;
	color: #800000;
	letter-spacing: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #800000;
	float: left;
	width: 100%;
}
.formaPar {
	font-size: 14px;
	color: #666;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
.formaParb {
	font-size: 12px;
	color: #666;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

.formaPar a{
	color: #811453;

}
.formaPar a:hover{
	color: #9E5D1B;
	text-decoration: underline;

}

.archi {
	font-size: 12px; 
	color: #811453;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -5px;
	padding-top: -5px;
}
.archi a{
	color: #811453;

}
.archi a:hover{
	color: #811453;
	text-decoration: underline;
}

.maj{
	text-transform : uppercase;
}

#container #mainContentB {
	margin-top: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#container #mainContentB #rightB {
	float: right;
	font-weight: bold;
	width: 450px;
	padding:10px;
	
}

#mainContentB{
	height:400px;
}

table {
	background-image: url(images/fondedref2.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.titre {
	font-size: 16px;
	color: #333;
}

#container #mainContentB #leftB {
	float: left;
	font-weight: bold;
	width: 450px;
	padding:10px;
}
.soustitre1 {
	color: #8C283B;
}
.soustitre1 a{
	color: #8C283B;
}
.soustitre1 a:hover{
	color: #8C283B;
		text-decoration: underline;
}
.soustitre2 {
	color: #191A74;
}
.soustitre3 {
	color: #8C283B;
	font-size: 14px;
	
}

#basdePage {
	background-image: url(images/fondmenucc.jpg);
	text-align: center;
}
.info {
	color: #1A1A74;
	font-size: 12px;
	text-align: right;
	float: right;
}
#basdePage ul {
	list-style-type:none;
	font-weight: normal;
	background-repeat: repeat-x;
	height: 24px;
	font-size: 10px;
	color: #FFF;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#basdePage ul li {
	display:inline;
	float:left;
	width:auto;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	font-size: 11px;

}
.clearfloat { /* cette classe doit �tre plac�e pour un �l�ment div ou break et doit �tre l'�l�ment final avant la balise de fin d'un conteneur qui doit contenir enti�rement un �l�ment flottant */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul.ppt {
	position: relative;
}

.ppt li {
	list-style-type: none;
	position: absolute;
	top: -8px;
	left: 5px;
}
