/*** CONTENEURS parents ***/

body {	
	margin: 0px; padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
	background-color: #ccc;
}

body.popup {
	background-color: #fff;
}

#conteneur {
	left: 50%;
	margin-left: -400px;
	width: 800px;
	position: absolute;
	border: 1px solid #0f237a;
}

#entete {
	height: 68px;
}

#menu {
	height: 23px;	
	text-align: right;
	vertical-align: middle;
	border-bottom : 1px solid #00338B; border-top : 1px solid #00338B;
	padding: 0px;
	margin: 0 0 0 0px; 
}

#centre {	
	text-align: left;
	background-color: #fff;
	height: 550px;
}

#pied {
	border-top: 1px solid #00338B;
	height: 49px;
	background-color: #F2F4F2;
	text-align: center; 
	margin: 0px; padding: 0px;
}

#entetePopup {
	height: 26px;
	border-left, border-right, border-top: 1px solid #00338B;
	padding-left: 160px; 
	font-size: 16px; font-weight: bold;
	color: #fff;
	background-color: #1EB0F9;
	letter-spacing: 0.2em;
	background-image: url('../images/entetePopup.jpg');
  	background-repeat: no-repeat;
  	background-position: left center;
}

#centrePopup {
	height: 412px;
	background-color: #fff;
	border: 1px solid #00338B;
}

#hautPopup {
	height: 60px; width:450px;
	margin-left: 25px; margin-top: 25px;
}


#bloc1Popup {
	height: 80px; width:450px;
	margin-left: 25px; margin-top: 15px; padding: 2px;
	background-color: #055DA5;
	color: #fff; 
	border: 1px solid black;
}

#bloc2Popup {
	height: 80px; width:450px;
	margin-left: 25px; margin-top: 5px; padding: 2px;
	background-color: #3284BE;
	color: #fff;
	border: 1px solid black;
}

#bloc3Popup {
	height: 80px; width:450px;
	margin-left: 25px; margin-top: 5px; padding: 2px;
	background-color: #47BDF0;
	color: #fff; 
	border: 1px solid black;
}

#hautPopupEntretien {
	height: 30px; width:450px;
	margin-left: 25px; margin-top: 25px;
}

#blocPopupEntretien {
	height: 300px; width:450px;
	margin-left: 25px; margin-top: 15px; padding: 2px;
	background-image:url(../images/degrade.jpg);
	background-color:#1EB0F9;
	background-repeat:repeat;
	color: #fff; 
	border: 1px solid black;
}


#piedPopup {
	height: 19px;
	background-color: #CCC;
	border-left, border-right, border-bottom: 1px solid #00338B;
}

/*** conteneurs Partie centrale **/

#presentation {		
	position : absolute;
	left: 0px;
	width: 350px; height:410px;
	margin-left: 58px; margin-top: 30px;
	font-size: 13px;
}

#promo {	
	position : absolute;
	left: 408px;
	width: 270px; height:410px;
	margin-left: 58px; margin-top: 30px;
}

.colonneProduit {
	position : absolute;
	left: 0px;		
	width: 310px; height:410px;
	margin-left: 58px; margin-top: 0px; margin-bottom: 10px;
	font-size: 13px;
}

.colonneProduit2 {
	position : absolute;
	left: 368px;	
	width: 310px; height:410px;
	margin-left: 58px; margin-top: 0px; margin-bottom: 10px;
	font-size: 13px;
}

.colonneService {	
	position : absolute;
	left: 0px;	
	width: 330px; height:530px;
	margin-left: 45px; margin-top: 20px; margin-bottom: 10px;
	font-size: 13px;
}

.colonneService2 {	
	position : absolute;
	left: 375px;	
	width: 330px; height:525px;
	margin-left: 45px; margin-top: 20px; margin-bottom: 10px;
	font-size: 13px;
}

.colonneContact {
	position : absolute;
	left: 0px;		
	width: 320px; height:525px;
	margin-left: 58px; margin-top: 20px; margin-bottom: 10px;
	font-size: 13px;
}

.colonneContact2 {
	font-size: 13px;
    height: 550px;
    left: 368px;
    margin-bottom: 10px;
    margin-left: 7px;
    position: absolute;
    width: 425px;
}

.localiser{
    height: 50px;
    left: 0;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 20px;
    position: absolute;
    top: 540px;
    width: 320px;
}

p.Commentaire {
	padding: 0px;
	margin: 7 0 0 0; 
	font-style: italic; font-size:11px;
}

#image_promo2 {
	margin-top: 33px;
}

/*** Menu ***/


#menu UL {
   padding: 0px; margin: 0px;
   border: 1px solid #000000;
}

#menu LI {		
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
	display: inline;
	font-weight: bold;
	background-image: url(../images/fleche.gif);
 	background-repeat: no-repeat;
 	background-position: left center;
 	list-style-type: none;
 	padding-left: 12px; 
}

#menu A {
	margin: 0px 5px;
	color: #053659;
	text-decoration: none;
}

#menu A:hover {
	color: #1EB0F9; 
}

#cadreTable {
 	border: 1px solid #000000;
}


.actif {
	margin: 0px 5px;
	color: #00338B;
	border-bottom: 1px solid #1EB0F9;
	background-color: #fff;
}

/* infobulle */

a.info {
	position: relative;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

a.info span {
	display : none;
	padding :0px;
	margin: 0px;
	border: 0px;
}

a.info:hover {
	background: none; /**  bug IE **/
	z-index: 500;
}

a.info:hover span {
	display : inline;
	width: 315px;
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 0px;
	background: #F2F4F2;
	text-align: left;
	color: #000;
	padding: 0.2em;
	border: 1px black solid;	
	font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; 
	letter-spacing: 0px;
}

.enteteInfobulle {	
	color: white;	
	border: 1px solid #05228C;
	font-weight: bold;
	text-align:left;
	vertical-align: middle;
	padding:0px; margin:0px; border:0px;
	background-color:#05228C;
}

/*** divers ****/

.adresse {
	font-size: 13px;	
}

.image-services {
	float: left;	
	margin-right: 5px;
}

.titreEntete {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}

.titre {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1 em;	
	color:#fff;
	background-color: #1EB0F9;
}

.soustitre {
	font-weight: bold;
	color:#00338B;	
}

.soustitrePopup {
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: underline;
}

.titrePresentation {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.3 em;	
	color:#fff;
	background-color: #00338B;
	width: 350px; 
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

img.home {
	position: absolute;
	top: 2px;
	right: 2px;
}

img.popup {
	margin: 0px; padding: 0px; border: 0px;
}

img.popupFermer {
	margin: 0px; padding: 0px; border: 0px;
	position: absolute;
	right: 5px;
}

img.info {
	margin-left: 3px;
}

img.logo {
	margin: 0px;
}

img.vert {
	margin-top: 7px;	
}

p {
	text-align: justify;
	padding: 0px;
	margin-bottom: 10px; margin-top: 5px;
	text-indent: 5px;
}

P.lienProduits {
	padding: 0px;
	margin-top: 25px;
}

p.contact {
	text-align: left;
	text-indent: 0px;
	padding: 0px;
	margin-bottom: 10px; margin-top: 25px;
}

p.service {
	text-align: justify;
	padding: 0px;
	margin-bottom: 10px; margin-top: 15px;
}

A {
	font-weight: bold;
	color: #003A8E;
	text-decoration: none;
}

A:hover {
	color: #1EB0F9;	
}

UL {
	list-style-type: disc;
	margin-top: 10px;
}

UL.popup  LI{
	margin-top: 0.5em;	
}

#promo A IMG {
	border: 1px black solid;
}

IMG {
	padding:0px; margin:0px;
}

noscript {
	color: red;
}

A IMG {
	border: 0px;
}
.lienspdf {
color: red;
text-decoration: underline; 

}

