@charset "UTF-8";

/* General
--------------------------------------------------------*/ 
body{
	background:url(../images/bkgHomePage.jpg) repeat-x;
}

h1{
	color:#206BA4;
	font-size:1.8em;
	padding-bottom:7px;
	border-bottom:4px solid #FF9834;
}

/* =Top
-----------------------------------------------------------------------------*/ 

#midFlash{
	margin-top:22px;
	height:320px;
}

ul#changeLang li
{
	margin:3px 5px 14px 0;
}


/* =Main Menu
-----------------------------------------------------------------------------*/
#mainMenu{
	padding-top:15px;
	height:66px;
	background:url(../images/bkgMainMenuHome.jpg) no-repeat;
}


/* =Trois Columns - Listados
-----------------------------------------------------------------------------*/
#columns{
	
}

.col{
	width:274px;
	float:left;
	padding:20px 13px;
	background:url(../images/home_bkgCol.jpg) no-repeat;
}

.col #fichaNoFlash{
	width:266px;
	height:254px;
	/*background:url(../images/home_bkgFiche.jpg) no-repeat;*/
	margin-top:10px;
	padding:4px;
}
.col #fichaNoFlash h2{border-bottom:none; color:#000; margin:0 0 10px 0; font-size:1.8em; border-bottom:1px solid #FF9834;}
.col #fichaNoFlash p{
	margin-top:6px;
	padding-top:5px;
	border-top:1px solid #FF9834;
	font-size:1.1em;
}

ul#obrasEnCurso{
	margin:7px 0 5px 0;
	font-size:1.4em;
	padding-bottom:30px;
	border-bottom: 1px solid #FF9834;
}
ul#obrasEnCurso li{
	padding-left:20px;
	/*text-indent:20px;*/
	line-height:2.5em;
	background:url(../images/fleche_list.gif) no-repeat 0px 12px;
}



/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	
}


/* =Links
-----------------------------------------------------------------------------*/
a.rightSide{display:block;text-align:right;}

