*{
	padding: 0;
	margin: 0;
}

a{
	text-decoration: underline;
	font-weight: normal;
	color: #b92729;
}

.menu_haut li, .sous_menu li{
	list-style-type: none;
	display: inline;
}

.sommaire li{
	list-style-type: none;
}

.main{
	position: absolute;
	width: 1000px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: 'Arial';
	font-weight: normal;
}

.bodytext{
	margin-bottom: 20px;
}

h1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2{
	font-size: 16px;
	font-weight: bold;
}

.bord_droit{
	position: absolute;
	width: 8px;
	height: 100%;
	position: fixed;
	left: 1000px;
	background: url(../images/fond_rouge_gauche.jpg) repeat-y;
}

.haut{
	position: absolute;
	width: 757px;
	height: 40px;
	background: #E4E4E4;
}

.menu_haut{
	position: relative;
	width: 600px;
	height: 20px;
	top: 15px;
	left: 10px;
	background: #E4E4E4;
}

.menu_haut a{
	text-transform: uppercase;
	font-weight: bold;
	color: #8a8585;
	margin-right: 34px;
	text-decoration: none;
}

.menu_haut_act a{
	color: #b92729;
}

.charte{
	position: relative;
	left: 757px;
	width: 243px;
	height: 39px;
}

.logo{
	position: absolute;
	width: 269px;
	height: 116px;
	background: url(../images/logo.jpg) no-repeat;
}

.menu{
	position: relative;
	width: 751px;
	height: 116px;
	left: 249px;
}

.bandeau{
	width: 1000px;
	height: 132px;
	background: url(../images/bandeau.jpg) no-repeat;
}

.text_bandeau{
	position: relative;
	left: 60px;
	top: 40px;
	width: 600px;
	height: 60px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}

.text_bandeau h2{
	font-size: 20px;
}

.text_bandeau a{
	font-weight: bold;
	color: #fbae5b;
}

.content{
	width: 970px;
	background-color:White!Important;
}

.content_sous_menu{
	float: left;
}

.sous_menu{
	margin-left: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 240px;
	background: url(../images/fond_sous_menu.jpg) repeat-y;
}

.sous_menu_no, .sous_menu_act{
	position: relative;
	left: 10px;
	width: 220px;
	height: 26px;
	margin-bottom: 5px;
}

.sous_menu_act{
	background: #BF1C1F;
}

.sous_menu_act_txt{
	position: relative;
	left: 20px;
	top: 4px;
	width: 170px;
}

.sous_menu_no a, .sous_menu_act a{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.sous_menu_no a{
	color: #8a8585;
}
.sous_menu_act a{
	color: #FFFFFF;
}

.img_sous_menu{
	position: relative;
	margin-left: 10px;
	width: 240px;
	height: 400px;
	background: url(../images/fond_sous_sous_le_menu.jpg) no-repeat;
}

.content_text {
	float: right;
	width: 700px;
	right: 30px;

}

.content_text li{
	margin-left: 40px;
}

.border_bottom_menu{
	height: 103px;
	border-bottom: 1px solid #BBBBBB;
	margin-bottom: 20px;
}


.contenttable{
	margin-left: 40px;
	border-collapse: collapse;
}

.print{
	float: right;
	width: 87px;
	height: 34px;
}

.sommaire{
	float: right;
	position: relative;
	width: 960px;	
	height: 178px;
	right: 30px;
	margin-bottom: 50px;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/sommaire.jpg) no-repeat;
	line-height: 17px;
}

.sommaire_left_left{
	position: absolute;
	left: 30px;
	top: 30px;
	width: 190px;
	height: 120px;
	font-weight: normal;
}

.sommaire_left{
	position: absolute;
	left: 250px;
	top: 28px;
	width: 160px;
	height: 120px;
}

.sommaire_middle{
	position: absolute;
	left: 430px;
	top: 28px;
	width: 160px;
	height: 120px;
}

.sommaire_right{
	position: absolute;
	left: 610px;
	top: 28px;
	width: 160px;
	height: 120px;
}

.sommaire_right_right{
	position: absolute;
	left: 790px;
	top: 28px;
	width: 160px;
	height: 120px;
}

