/* Détermination des cadres */

html, body {
	margin: 0;
	text-align:center;
	font-family:sans;
	font-size:0.9em;
	background:#999999;
}

#entete {
	height:40px;
	padding:1px;
	width:800px;
	margin:auto;
	background-color: #FFFFFF;
	background-image: url(image/bandeau_haut.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}

#entete a {
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#menu {
	height:35px;
	padding:1px;
	width:800px;
	margin:auto;
	background-color: #330000;
	overflow:hidden;
}

#conteneur {
	background-color:white;
	padding:1px;
	margin:auto;
	height:450px;
	width:800px;
	text-align:left;
}

#contenutexte {
	background-color:#FFFFFF;
	width:400px;
	height:450px;
	padding:0;
	float:right;
}
#contenutexte1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	line-height: 18px;
}

#contenutexte2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-align: justify;
	height: 420px;
	width: 360px;
	position: relative;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 5px;
	overflow:auto;
	scrollbar-base-color:white;
}

#contenutexte3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: justify;
	vertical-align: middle;
	height: 420px;
	width: 360px;
	position: relative;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 5px;
	overflow:auto;
	scrollbar-base-color:white;
}

#contenuimage {
	background-color:#FFFFFF;
	width:400px;
	height:450px;
	padding:0;
	float:left;
	background:#FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
}

#pieddepage {
	background-color: #330000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 35px;
	height:35px;
	width:800px;
	text-align:center;
	overflow:hidden;
	font-size: 10px;
	font-weight: normal;
	color:white;
	margin: auto;
		}
		
#ultime {
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	height:15px;
	width:800px;
	text-align:center;
	overflow:hidden;
	font-size: 10px;
	font-weight: normal;
	color:#666666;
	margin: auto;
}	
	
/* definition des styles propres à chaque bloc */


#pieddepage a {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#contenutexte a {
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#contenutexte2 a {
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#contenutexte3 h2{
	font-size: 12px;
	font-weight: bold;
	color: black;
}


#contenutexte2 li {
	list-style-image: url(image/square.jpg);
	list-style-type:square;
	padding:3px;
}
