/* CSS Document */

body{
margin:0;
padding:0;
background-color:#eff3f6;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

img{
border:none;
}
.separateur{
clear:both
}
#wrap{
width:850px;
margin:20px auto;
}
.importantBleu{
color:#0d4f8e;
font-weight:bold
}
#header{
height:65px;
background:url(imgSite/bg_haut.png) no-repeat top left;
}
#header2{
height:65px;
background:url(imgSite/bg_haut2.png) no-repeat top left;
}


#wrapContenu{
background:url(imgSite/bg_milieu.png) repeat-y top left;
}
#contenu{
width:800px;
margin:0 25px;
}
#footer{
background:url(imgSite/bg_bas.png) no-repeat top left;
height:50px;
text-align:center;
font-size:10px;
clear:both;
}

#blocAccueil
{
background:url(imgSite/ligne-milieu.png) no-repeat top left;
height:265px;
}
img.illusAccueil{
margin-left:30px;
margin-right:10px;
margin-top:20px;
float:left;
}

/****** MENU *****/
#menuHaut{
height:30px;
float:left;
margin:35px 0 0 355px;
}

div#menuHaut ul,div#menuHaut li{
	list-style-type:none;
	margin: 0;
	padding: 0;
}
div#menuHaut ul{
height:30px;
}
div#menuHaut li{
	float: left ;
}
div#menuHaut li a  {
	display: block;
	height:30px;
	line-height: 1px;
	text-align: center;
	text-decoration: none;
	background-color:#660066
}
div#menuHaut li a.menu1  {width:165px;background:url(imgSite/menu_qui.png) no-repeat top left;}
div#menuHaut li a.menu2  {width:115px;background:url(imgSite/menu_produit.png) no-repeat top left;}
div#menuHaut li a.menu3  {width:90px;background:url(imgSite/menu_contact.png) no-repeat top left;}

div#menuHaut li a.menu1Active  {width:165px;background:url(imgSite/menu_qui.png) no-repeat;background-position:0% -30px;}
div#menuHaut li a.menu2Active  {width:115px;background:url(imgSite/menu_produit.png)  no-repeat;background-position:0% -30px;}
div#menuHaut li a.menu3Active  {width:90px;background:url(imgSite/menu_contact.png) no-repeat;background-position:0% -30px;}

div#menuHaut li a:hover, div#menuHaut li a:focus, div#menuHaut li a:active{
background-position:0% -30px;
}

#encartDroit{
float:right;
width:300px;
}
#contenuTxt{
margin-right:320px;
margin-left:55px;
}
#prod1{
background:url(imgSite/fond_prod_tp-planning.jpg) no-repeat top left;
width:730px;
height:200px;
margin-left:50px;
}
#prod2{
background:url(imgSite/fond_prod_gcei.jpg) no-repeat top left;
width:730px;
height:200px;
margin-left:50px;
}
div.txtprod
{
margin:0px 70px 0 300px;
padding-top:20px;
}
div.btPlus{
float:right;
margin:150px 30px 0 0; 
}
div.btPlus2{
float:right;
margin:140px 20px 0 0; 
}

#formContact{

margin-left:55px;
}