/*				 IT						*/
/* Reset CSS & mise en page */
body{
	margin:0;
	padding:0;
	background:url(../img/bodyBG.jpg) repeat-x #d5d3d4;
}

body a, p, div, img, h1, h2, h3, h4, span, ul, li{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
}

#content{
	width:955px;
	background:url(../img/contentBG.jpg) repeat-y;
	margin:0 auto;
	position:relative;
}

.clear {
	clear:both;
}

/* Header */

#contentHeader{
	width:100%;
	height:103px;
	background-color:#FFF;
}

#optionsHeader{
	width:192px;
	height:62px;
	position:relative;
	margin-left:470px;
	margin-top:-85px;
}

#optionsHeader p{
	font-size:11px;
	color:#000;
	float:right;
}

#optionsHeader ul{
	list-style-type:none;
	float:right;
	margin-top:10px;
}

#optionsHeader ul li{
	font-size:12px;
	color:#4bb1e3;
	line-height:18px;
}

#optionsHeader ul li a, #optionsHeader ul li a:visited{
	color:#4bb1e3;
	text-decoration:underline;
}

#optionsHeader ul li a:hover{
	text-decoration:none;
}

#mapHeader{
	position:absolute;
	left:0px;
	bottom:0px;
}

#newsHeader{
	width:219px;
	height:92px;
	background:url(../img/contentNews.gif) no-repeat;
	position:absolute;
	top:0px;
	right:20px;
}

#newsHeader h1{
	text-align:center;
	margin-top:6px;
}

#newsHeader div{
	width:190px;
	margin:0 auto;
	font-size:11px;
	margin-top:8px;
}

#moreNews{
	position:absolute;
	right:7px;
	bottom:10px;
}


/* Bannière */
#banSeparation{
	width:100%;
	height:5px;
	background:url(../img/separationBG.jpg) repeat-x;
	margin-top:272px;
}

/* Contenu Homepage */
/* BreadCrumbs */

#breadCrumbs{
	list-style-type:none;
	margin-top:10px;
	margin-left:17px;
}

#breadCrumbs li{
	font-size:11px;
	color:#525252;
	margin-right:8px;
	float:left;
}

#breadCrumbs li a, #breadCrumbs li a:visited{
	text-decoration:underline;
	color:#1898da;
}

#breadCrumbs li a:hover{
	text-decoration:none;
}

/* Titre et Intro TXT */
#homeTitle{
	margin-left:40px;
	margin-top:40px;
}

#homeTXT{
	width:585px;
	margin-left:50px;
	padding-top:5px;
}

#homeTXT p{
	font-size:12px;
	color:#000;
	margin-top:20px;
}


/* Sections principales Homepage */
#indexButtons{
	width:670px;
	margin-left:37px;
	margin-top:20px;
}

.hMenuLeft{
	position:absolute;
	width:2px;
	height:100%;
	top:0px;
	left:0px;
}

.hMenuRight{
	position:absolute;
	width:2px;
	height:100%;
	top:0px;
	right:0px;
}

#hideMenu{
	width:100%;
	height:10px;
	margin-top:30px;
}

/* Bloc infos droite */
#rightBlock{
	width:225px;
	position:absolute;
	right:0px;
	top:396px;
}

#rightHead{
	width:225px;
	height:44px;
}

.rightContent{
	width:186px;
	margin-left:23px;
	position:relative;
	margin-bottom:25px;
}

.contentInfos{
	width:186px;
	background:url(../img/boxBG.gif) repeat-y;
}

#rightInfos1 img{
	margin-left:3px;
	margin-top:20px;
}

#rightInfos2 img, #rightInfos3 img{
	margin-left:5px;
	margin-top:20px;
}

#rightTXT1, #rightTXT2, #rightTXT1_2{
	font-size:9px;
	color:#000;
	width:100px;
}

#rightDiapo{
	margin-top:-10px;
	margin-left:10px;
}

#rightTXT1{
	margin-left:70px;
	margin-top:-90px;
}

#rightTXT1_2{
	margin-left:70px;
	margin-top:-103px;
	padding:0 0 5px;
}

#rightTXT2
{
	margin-left:90px;
	margin-top:-90px;
}

#rightTXTNews{
	font-size:9px;
	color:#000;
	width:80px;
	margin-left:95px;
	margin-top:-110px;
	padding:0 0 25px 0;
}

#rightInfos3 div{
	margin-left:72px;
	margin-top:-80px;
}

.rightBottom{
	width:186px;
	height:25px;
	background:url(../img/bottomBox.gif) no-repeat;
}

.rightBottom img{
	float:right;
	margin-right:8px;
}

/* Footer */
#contentFooter{
	width:955px;
	height:34px;
	margin:0 auto;
	background:url(../img/footerBG.jpg) repeat-x;
	position:relative;
}

#menuFooter{
	height:34px;
	background:url(../img/footerLogo.jpg) no-repeat left;
	margin-left:10px;
}

#menuFooter ul{
	list-style-type:none;
	margin-left:32px;
}

#menuFooter ul li{
	font-size:10px;
	color:#FFF;
	display:block;
	height:34px;
	padding-left:3px;
	padding-right:3px;
	line-height:34px;
	float:left;
}

#menuFooter ul li a, #menuFooter ul li a:visited{
	color:#FFF;
	text-decoration:none;
}

#menuFooter ul li a:hover{
	text-decoration:underline;
}

#infosFooter{
	font-size:10px;
	color:#FFF;
	height:34px;
	line-height:34px;
	position:absolute;
	right:10px;
	top:0px;
}


h1.welcome{
	margin: 20px 0 0 50px;
	
	font-size:20px;
	font-weight:normal;
	color:#0291D9;
}
h1.welcome span{
	font-size:20px;
	color:#705B5B;
}
