/* CSS Document */

html, body {
	width:100%;
	height:100%;
}

body {
	margin:0px;
}

#centreLargeur{
	position:absolute;
	left:50%;
	width:1000px;
	height:100%;
	top:0px;
	margin-left:-500px;
	padding-bottom:0px;
}

#centreHauteur{
	position:absolute;
	top:50%;
	height:750px;
	width:981px;
	left:9px;
	margin-top:-375px;
	vertical-align:middle;
	background-color:#EDF4F4;
}

#top{
	position:absolute;
	top:0%;
	height:50%;
	width:1000px;
	margin-top:0px;
	background-image:url(../imgs/top.gif);
	background-repeat:repeat-y;
}

#bottom{
	position:absolute;
	bottom:0%;
	height:50%;
	width:1000px;
	margin-bottom:0px;
	background-image:url(../imgs/bottom.gif);
	background-repeat:repeat-y;
}

#menu{
	background-image:url(../imgs/bg-menu.gif);
	background-repeat:repeat-x;
	background-color:#758F92;
	text-align:center;
	padding:0px;
}

#menu img{
	border-right:1px solid #809C9F;
}

#menu a:link{
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#menu a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:active{
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:visited:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#col-1{
	float:left;
	height:718px;
	width:265px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-repeat:no-repeat;
}

#col-2{
	float:right;
	height:718px;
	width:716px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
}

#fenetreNews{
	overflow:hidden;
	position:relative;
	top:271px;
	left:28px;
}

#moduleNews{
	font-size:12px;
	margin-left:5px;
	position:absolute;
}

#sous-menu{
	float:left;
	height:94px;
	width:708px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin-bottom:0px;
	padding-top:10px;
}

#sous-menu .texte{
	position:relative;
	top:-5px !important;
	top:9px;
	left:300px;
	font-weight:bold;
	font-size:14px;
	color:#A5CCD1;
	list-style-type:none;
}

#sous-menu .texte a:link{
	color:#5B6D6F;
	text-decoration:underline;
}

#sous-menu .texte a:hover{
	color:#A5CCD1;
	text-decoration:underline;
}

#sous-menu .texte a:visited{
	color:#5B6D6F;
	text-decoration:underline;
}

#sous-menu .texte a:active{
	color:#5B6D6F;
	text-decoration:underline;
}

#sous-menu .texte a:visited:hover{
	color:#A5CCD1;
	text-decoration:underline;
}

#main{
	/* firefox div overflow/float bug */
	position:absolute !important;
	position:relative;
	top:124px !important;
	top:0px;
	left:265px;
	float:left;
	width:698px;
	height:598px;
	background-color:#FFFFFF;
	overflow:auto;
	padding:5px;
}

#main .firt-col{
	float:left;
	width:335px;
	text-align:justify;
}

#main .second-col{
	float:right;
	width:335px;
	text-align:justify;
}


#main-bas{
	position:relative;
	/* hack ie */
	top:702px !important;
	top:0px;
	width:716px;
	height:16px;
	background-image:url(../imgs/main-bas.gif);
}

#main-droite{
	top:0px;
	float:right;
	width:8px;
	height:702px;
	background-image:url(../imgs/main-droite.gif);
}

.titreNews{
	font-weight:bold;
	color:#5B6D6F;
}

#main h1{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:0px;
}

#main h2{
	font-size:12px;
	font-weight:bold;
}

.titreRub span{
	display:none;
}

.titre1{
	font-weight:bold;
	color:#FF0000;
	font-size:14px;
	margin:0px;
}

.titre2{
	font-weight:bold;
	color:#507176;
	font-size:12px;
	margin:0px;
}

.titre3{
	font-style:italic;
	font-size:12px;
	margin:0px;
}

hr{
	height:1px;
	color:#98989B;
}
