*{
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
}

#main{
	position:relative;
	width:800px;
	margin:0px auto;
}

#header{
	background: url(/medias/bg_header.gif) top left repeat-x;
	padding-top:5px;
	position:relative;
	z-index:10;
	min-width: 0; /* peekaboo bug fix for IE7 */
}

#header .logo{
	float:left;
	width:102px;
	position:relative;
}

#header .top-right{
	height:112px;
}

.lang{
	color:#7a7b7c;
	font-size:10px;
	text-align:right;
	margin-right:15px;
	font-weight: normal;
}

.lang a{
	color:#7a7b7c;
	font-weight: normal;
}

.lang a:hover{
	text-decoration: underline;
}

#flash_devis{
	float:left;
	margin-left:35px;
	margin-top:15px;
}

.baseline{
	float:left;
	width:500px;
	color:#1c91c4;
	font-size:16px;
	margin-top:30px;
	margin-left:15px;
}

.menuTop{
	float:right;
	margin-top:5px;
}

* html .menuTop{
	/*margin-top:11px;*/
}

.menuTop ul{
	margin:0px;
	padding:0px;
	margin-top:6px;
}

.menuTop li{
	float:left;
	list-style: none;
	width:98px;
	height: 21px;
	/*background: transparent url(/medias/onglet3_off.gif) top left no-repeat;*/
	
}


.menuTop li a {
	float:right;
	width:98px;
	padding-top:3px;
	color:#fff;
	font-size:10px;
	text-align: center;
	text-decoration: none;
}

.menu2 ul{
	width: 470px;
}

.menu2 li{
	float:left;
	list-style: none;
	width:100px;
	height: 98px;
	margin-right:15px;	
}

.menu2 li a{
	float:right;
	width:100px;
	height:98px;
}

.menu3, .menu2{
	position:relative;
	/*float:right;*/
	z-index:20;
	margin-top:-25px;
	width: 800px;
}

.menu3 ul, .menu2 ul{
	float:right;
}
.menu3 ul{
	margin:0px;
	padding:0px;
}

.menu3 li{
	float:left;
	list-style: none;
	width:80px;
	height: 80px;
	margin-right:11px;	
}

.menu3 li a{
	float:right;
	width:80px;
	height:80px;
	/*padding-top:20px;*/
	color:#fff;
	font-size:12px;
	text-align: center;
	text-decoration: none;
}




/*************CONTENT BOTTOM**********************/

#content-bottom{
	position:relative;
	width: 800px;
}



.bloc-bleu{
	border:1px solid #77c9e4;
	background-color:#dbedf6;
	padding: 5px;
	font-size:11px;
}

.titre-fleche{
	background: transparent url(/medias/picto_fleche.png) top left no-repeat;
	margin-left: 10px;
	padding-left: 14px;
	color: #0791c4;
	font-weight:bold;
	margin-top: 10px;
}

up{
	text-transform:uppercase;
}


.bleu{
	color:#0791c4;
}

.gris{
	color:#646667;
}

.titre-actu{
	background: transparent url(/medias/picto_fleche.png) top left no-repeat;
	color: #0791c4;
	font-weight: bold;
	padding-left: 14px;
}

.shortdesc{
	margin-left: 24px;
	/*width: 200px;*/
}

a{
	color: #0791c4;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a:hover{
	text-decoration: underline;
}

.shortdesc a,.longdesc a,.article a{
	color: #646667;
	font-weight: normal;
}

a.lien{
	color: #0791c4;
	font-weight: bold;
}
/******** FOOTER ********/


#footer{
	width: 800px;
	/*background: pink;*/
	float: left;
	margin-top: 25px;
	border-top:2px solid #8c8b8d;
}

#footer div{
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
}

#footer div a,#footer div{
	text-decoration:none;
	font-weight: normal;
	font-size:9px;
	color:#000;
}

