/* CSS Document */
body {
	margin : 0;
	padding : 0;
	font-family : arial;
	font-size : 13px;
}
div {
	margin : 0;
	padding : 0;
	display : block;
}
ul {
	list-style-type : none;
	margin : 0;
	padding : 0;
}
li {
	margin : 0;
	padding : 0;
}
img {
	margin : 0;
	padding : 0;
}
h1,h2,h3 {
	margin : 0;
	padding : 0;
}
h1 {
	font-size : 22px;
	margin-left : 10px;
	color : #669933;
}
h2 {
	font-size : 18px;
	margin-left : 10px;
	color : #336600;
}
h3 {
	font-size : 15px;
	margin-left : 10px;
}
/*******************************************************Structure général*************/
#header, #body, #footer {
	width : 990px;
	margin : auto;
}
#header {
	height : 131px;
}
#cellLogo {
	float : left;
	width : 295px;
	height : 131px;
}
logoRight {
	float : left ;
	width : 990px;
	height : 70px;
}
#menu {
	width : 990px;
	height : 70px;
	background-image : url("../img/menuDegradeBg.png");
	background-repeat : repeat-x;
}
#menu ul{ 
	list-style-type : none;
}
#menu ul li{ 
	display : block;
	float : left;
	margin-left : 20px;
	vertical-align : text-bottom;
}
#menu ul .sep{ 
	margin-top : 0px;
}
#menu ul li a{
	color : #fff;
	text-decoration : none;
	font-size : 14px;
	font-weight : bold;
}
#footer {
	clear : both;
	height : 55px;
	background-image : url("../img/footerBg.png");
}
/*******************************************************Structure général*************/

/*****contenu accueil*************************************************************************/
#cellBodyLeft {
	float : left;
	width : 580px;
	margin-left : 10px;
}
#cellBodyLeft div{
	whidth : 560px;
}
#cellBodyRight {
	float : left;
	width : 398px;
	height : 100%;
	background-image : url("../img/realisationsBg.png");
}
#cellExp {
	height : 165px;
	width : 570px;
	background-color :#CC9999;
}
#cellComp {

}
#cellComp ul{
	list-style-type : none;
}
/*****contenu accueil*************************************************************************/
/*****contenu realisation*************************************************************************/
#cellBodyRight2 {
	float : left;
	width : 398px;
	height : 100%;
	border-left : 1px solid #000;
}

/*****contenu realisation*************************************************************************/