/*------------------------------------------------------*
  *-----------------------------------     CSS DECO     ----*
  *------------------------------------------------------*/



body
{
	text-align:center;
	padding: 0;
	border:0;
	margin: 0;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	background-image: url(../images/deco/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #C4DCFF;
}

.img-content img{
margin: 0 0 5px 0;
border: 1px solid #4383DE;
}
.img-content:hover img{
margin: 0 0 5px 0;
border: 1px solid #00CCFF;
}
p a {
color: #4383DE;
}
p a:hover {
color: #00CCFF;

}
#global{
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#menu{
	float:left;
	width:396px;
}
#contenu{
	float:left;
	width:584px;
	background:url(../images/deco/droite.gif) no-repeat;
	height:519px;;
	

}
#texte{
	float:left;
	width:400px !important;
	width:430px;
	height:405px;
	padding-left:30px;
	overflow:hidden;
	/*margin-top:20px;*/

}



#nav{
padding-top:10;
	float:right;
}

#bas{
	clear:both;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	padding-top: 35px;
	padding-right: 140px;
	height: 61px;
	width:100%;
	left:0px;
	color:#FFFFFF;
	text-align: right;
	background-image: url(../images/deco/bas.gif);
	background-repeat: no-repeat;
	position: relative;
	z-index: 50;
	}
.img-btn-mini{
position: absolute;
z-index: 100;
left: 30px;
top: 24px;
}	
.adr {
margin: 15px auto;
}
#encart-btn {
text-align: center;
margin: 5px auto;
width: 600px;

}
.img-btn {
display: block;
text-decoration: none;
color: #FFF;
width: 290px;
float: left;
margin: 25px auto;
}	
.img-btn:hover {
text-decoration: none;
color: #00CCFF;
}
.img-btn img, .img-btn-mini img{
border: none;
margin: 0;
padding: 0;
filter: alpha(opacity=100);
opacity: 1;
-moz-opacity : 1; 

}	
.img-btn:hover img, .img-btn-mini:hover img{
filter: alpha(opacity=70);
opacity: 0.7;
-moz-opacity : 0.7; 

}		
.img-btn span{
display: block;
font-size: 16px;
font-weight: bold;
margin: 0;
}
 /*------------------------------------------------------*
  *-----------------------------------     CSS TEXT     ----*
  *------------------------------------------------------*/

h1
{
	color:#4992FB;
	font-family: arial;
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
	background-image: url(../images/deco/titre.gif);
	background-repeat: no-repeat;
}

#home h1 {
text-align: center;
font-size: 19px;
padding: 5px;
width: 35%;
background-repeat: repeat;
}
#home h2{
text-align: center;
font-family: arial;
font-size: 14px;
font-weight:bold;
padding: 5px;
width: 65%;
color: #FFF;
}
.highlight
{
	color:#4992FB;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}
.pied
{
	color:#FFFFFF;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

li {
	list-style-image: url(../images/deco/puce.gif);
}
 /*------------------------------------------------------*
  *-----------------------------------     CSS MENU     ----*
  *------------------------------------------------------*/
  
  
a.menu{
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	color:#FFFFFF;
	}
	

a.menu:hover{
	text-decoration: underline overline;
}




 /*------------------------------------------------------*
  *-----------------------------------     CSS LIEN     ----*
  *------------------------------------------------------*/


a.lien{
	font-family: arial;
	font-size: 11px;
	text-decoration:none;
	color: #4992FB;
	font-weight: bold;
	}


a.lien:hover{
	color: #4992FB;
	text-decoration:underline overline;
}


a.lightbox{
	font-family: arial;
	font-size: 11px;
	text-decoration:none;
	color: #4992FB;
	font-weight: bold;
	}


a.lightbox:hover{
	color: #4992FB;
	text-decoration:underline overline;
}
a.lien_plan{
	font-family: arial;
	font-size: 11px;
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
	}


a.lien_plan:hover{
	color: #FFFFFF;
	text-decoration:underline overline;
}

