/* pour centrer le site*/
#global {
	position:absolute;
	left: 50%;
	width: 800px;
	height: 700px;
	margin-top: 0px;
	margin-left: -400px;
     }
	   
	   
body {
	padding: 0px; /* pour éviter la largeur de remplissage des bords d'un élément*/
	text-align: left; /* pour corriger le bug de centrage IE */
	line-height: normal;
	margin-top: 0px;
	scrollbar-face-color: #dbe0e6;
	scrollbar-track-color: #ebeff2;
	scrollbar-arrow-color: #24475d;
	background-color: #F5F1E7;
}

.header {
	width: 751px;
	height: 48px;
	left: 49px;
	position:absolute;
	background-image:url(../images/header.gif);
	top: 0px;
}

.header1 {
	width: 751px;
	height: 48px;
	left: 49px;
	position:absolute;
	background-image:url(../images/header1.gif);
	top: 0px;
}

.header3{
	width: 751px;
	height: 48px;
	left: 49px;
	position:absolute;
	background-image:url(../images/header3.gif);
	top: 0px;
}

.header4{
	width: 751px;
	height: 48px;
	left: 49px;
	position:absolute;
	background-image:url(../images/header4.gif);
	top: 0px;
}


.header5{
	width: 751px;
	height: 48px;
	left: 49px;
	position:absolute;
	background-image:url(../images/header5.gif);
	top: 0px;
}


.header6{
	width: 751px;
	height: 48px;
	left: 49px;
	position:absolute;
	background-image:url(../images/header6.gif);
	top: 0px;
}


#headergauche {
	width: 49px;
	height: 700px;
	position:absolute;
	background-image:url(../images/gauche.gif);
	top: 0px;
	left: 0px;
}


.bas {
	width: 741px;
	height: 37px;
	top: 653px;
	left: 49px;
	position:absolute;
	background-image:url(../images/bas.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	display: inline;
	padding-left: 10px;
	padding-top: 10px;
}
.conteneurprincipal {
	width: 751px;
	height: 604px;
	left: 49px;
	top: 48px;
	position:absolute;
	overflow: auto;
	background-color: #FFFFFF;
}


/*-------------------EDITO------------------------------------------------------------------------------------------------- */
div.titre {
float: left;
width: 662px;
height: auto;
display: inline;
}

div.contenu {
	float: left;
	width: 628px;
	height: auto;
	display: inline;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	text-align: justify;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b425c;
}


A.type1:link {color:#24475d; text-decoration:none;}
A.type1:visited {color:#24475d; text-decoration:none;}
A.type1:active {color:#24475d; text-decoration:none;}
A.type1:hover {color:#24475d; text-decoration:underline;}

.titre_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #6E4F7D;
	background-color: #E0E270;
	padding: 2px;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

