/*------------------------------------------------------*
  *-----------------------------------     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-position:center top;
	background-color: #3E8DF2;
	background-repeat: no-repeat;
}




#global{
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#home{
	width: 980px;
	margin-left:auto;
	margin-right:auto;
}


#intro{
	width:980px;
	height: 580px;
	background:url(../images/deco/home.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
}


#menu{
	float:left;
	width:396px;
	height: 519px;
	background:url(../images/deco/menu.jpg) no-repeat;
}
#contenu{
	float:left;
	width:584px;
	background:url(../images/deco/droite.jpg) 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;
	padding-top: 0.2px;
	padding-right: 15px;
	width:100%;
	left:0px;
	color:#FFFFFF;
	text-align: right;
	background-image: url(../images/deco/bas.jpg);
	background-repeat: no-repeat;
	}
	
	

 /*------------------------------------------------------*
  *-----------------------------------     CSS TEXT     ----*
  *------------------------------------------------------*/

h1
{
	color:#006600;
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
	text-transform: uppercase;
}


li {
	list-style-image: url(../images/deco/puce.gif);
}

.highlight
{
	color:#006600;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

.pied
{
	color:#FFFFFF;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
}
 /*------------------------------------------------------*
  *-----------------------------------     CSS MENU     ----*
  *------------------------------------------------------*/
  
  
a.menu{
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
	color:#FFFFFF;
	}
	

a.menu:hover{
	text-decoration: underline overline;
}




 /*------------------------------------------------------*
  *-----------------------------------     CSS LIEN     ----*
  *------------------------------------------------------*/



a.lien{
	font-family: arial;
	font-size: 11px;
	text-decoration:underline;
	color: #006600;
	font-weight: bold;
	}


a.lien:hover{
	color: #006600;
	text-decoration:underline overline;
}


a.lightbox{
	font-family: arial;
	font-size: 11px;
	text-decoration:none;
	color: #000000;
	font-weight: bold;
	}


a.lightbox:hover{
	color: #000000;
	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;
}


.envoyer {
	background-color: #DEF2FB;
	border: 0;
	color: #000000;
	letter-spacing: 1px;
	font-family:helvetica;
	font-size: 11px;
	cursor: hand;
	margin-right: 5px;
	margin-bottom: 5px;
}

.formulaire{
	width:200px;
	background-color: #FFFFFF;
	border: 1px solid #14488E;
	}
 /*------------------------------------------------------*
  *-----------------------------------    CSS IMAGES   ----*
  *------------------------------------------------------*/
  
  .images_deco{
	border: 1px solid #14488E;
	margin: 10px 5px 10px 5px;
	}
