*{margin: 0; padding: 0;}

body {background-color: #2c5493;}

/* Containers
----------------------------------------------------------------------------------------------------*/
#global{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #2c5493;
}

a{
	color: #00CCFF;
}

/* content
----------------------------------------------------------------------------------------------------*/

#content{
	
	background: #2c5493 url('../images/fond_leftbar.jpg') 0 0 no-repeat;
}

/* content
----------------------------------------------------------------------------------------------------*/

#carte{	
	position: absolute;
	top:205px;
	left:250px;
}


/* content
----------------------------------------------------------------------------------------------------*/


#header{
	background: url('../images/fond_entete.jpg') 0 0 no-repeat;
	height: 144px;
	position: relative;
}

#header img{
	margin-left: 34px;
	margin-top: 18px;
}


/* Menu
----------------------------------------------------------------------------------------------------*/
#menu{
	left: 259px;
	top: 93px;
	position: absolute;
	width: 701px;
}

#menu ul{
	list-style: none;
}

#menu li{
	margin: 0px;
	float: left;
}

#menu a.accueil{
	display: block;
	width: 111px;
	height: 38px;
	background: url('../images/btn_accueil_off.png') 0 0 no-repeat;
}

#menu a.accueil span{
	display: none;
	
}

#menu a.accueil:hover{
	background: url('../images/btn_accueil_on.png') 0 0 no-repeat;
}



#menu a.presentation{
	display: block;
	width: 158px;
	height: 38px;
	background: url('../images/btn_presentation_off.png') 0 0 no-repeat;
}

#menu a.presentation span{
	display: none;
	
}

#menu a.presentation:hover{
	background: url('../images/btn_presentation_on.png') 0 0 no-repeat;
}


#menu a.realisation{
	display: block;
	width: 150px;
	height: 38px;
	background: url('../images/btn_realisation_off.png') 0 0 no-repeat;
}

#menu a.realisation span{
	display: none;
	
}

#menu a.realisation:hover{
	background: url('../images/btn_realisation_on.png') 0 0 no-repeat;
}


#menu a.produits{
	display: block;
	width: 160px;
	height: 38px;
	background: url('../images/btn_produits_off.png') 0 0 no-repeat;
}

#menu a.produits span{
	display: none;
	
}

#menu a.produits:hover{
	background: url('../images/btn_produits_on.png') 0 0 no-repeat;
}


#menu a.contact{
	display: block;
	width: 121px;
	height: 38px;
	background: url('../images/btn_contact_off.png') 0 0 no-repeat;
}

#menu a.contact span{
	display: none;
	
}

#menu a.contact:hover{
	background: url('../images/btn_contact_on.png') 0 0 no-repeat;
}


/* maincontent
----------------------------------------------------------------------------------------------------*/

#maincontent{
	float: left;
	width: 680px;
	padding: 10px;
	position: relative;
}



#maincontent h1{
	font-family: Arial;
	color: #46bcfa;
}

#maincontent p{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	margin: 10px 0;
}
/* Leftbar
----------------------------------------------------------------------------------------------------*/

#leftbar{
	float: left;
	position: relative;
	width:260px;
	margin-top:110px;
	
}

#leftbar h2{
	padding-left: 3px;
}

#leftbar ul{
	list-style: none;
	padding: 0 30px;
}

#leftbar ul a{
	display: block;
	color: #FFF;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
	text-decoration: none;
	padding-left: 30px;
	background: url('../images/puce_off.png') 0 0 no-repeat;
}

#leftbar ul a:hover{
	display: block;
	padding-left: 30px;
	background: url('../images/puce_on.png') 0 0 no-repeat;
}

#leftbar ul a:hover{
	display: block;
	padding-left: 30px;
	background: url('../images/puce_on.png') 0 0 no-repeat;
}

#leftbar ul li a{
	 margin-top: -10px;
}
/* Footer
----------------------------------------------------------------------------------------------------*/

#footer{
	clear: both;
	background-color: #2c5493;
	padding: 10px  10px  10px  260px;
	color: #FFF;
	font-family: Arial;
	font-size: 12px;
}



/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Produits
----------------------------------------------------------------------------------------------------*/
a.produit {
	display:block;
	width: 675px;
	height: 120px;
	background: url(../images/fond_produits_off.jpg);
	text-align:right;
	clear: left;
	margin-bottom:5px;
	text-decoration: none;
}
a.produit:hover {
	background: url(../images/fond_produits_on.jpg);	
}

a.produit h2 {
	color:#00CCFF;
	text-align:right;
	margin-right: 50px;
	padding-top: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a.produit .imageProduit{
	float: left;
	margin: 10px;
}

a.produit .info{
	margin-right: 45px;
	margin-bottom: 20px;
	padding-top: 5px;
}

label{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif
}
