/* CSS Document */

/* @group GENERAL RULES */

* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   background-color: FFF;
   color: black;

}

body, html {
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;

}

img {
   border: 0;
}



ul, li {
	list-style: none;
}

/* @end */

/* @group DIVS */

#caracolText {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 500px;
}

#global{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	
}
#choixImage{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#pictureBack {
	width:100%;
	height : 100%;
	overflow: hidden;
}

#menu {
}

#encartStage {
	position: absolute;
	right: 100px;
	top: 100px;
	background-color: whitesmoke;
}


#receveur {
	
}



/* @end */

/* @group DIVS CONTENT */

#content {
	position: absolute;
	top: 0;
	left : 220px;
	/*margin-right: 10%;*/
	/*max-height: 500px;*/
	overflow: auto;
	height: 100%;
}

#maintenance {
	position: absolute;
	padding: 5px;
	top: 100px;
	left : 100px;
	background-color: white;
	
}

#loading2 {
  background: url(../../_images/eco/loader.gif) no-repeat 260px 80px;
   margin: 0;
   padding: 0;
   height:100%;
   
}

#pictureSlide2 {
   overflow: hidden;
   padding: 0;
   margin: 0;
   width: 100%;
   height: 100%;
   
}

.bandeau {
	margin-bottom: 10px;
}

#close {
	position: absolute;
	top: 80px;
	left: 620px;
	width: 15px;
	height: 5px;
	background-color: white;
	cursor: pointer;
	border-style: none;
}

#content_global {
	height: 100%;
	width: 660px;
	overflow-x:hidden;
	overflow-y:hidden;	
}


#content_bandeau {
	position:absolute;
	margin-top: 15px;

}

#content_text {
	position: absolute;
	width: 440px;
	background-color: whitesmoke;
	left: 220px;
	top: 100px;
	font-size: 11px;
	line-height: 1.5em;

}

.blanc {
	background-color: white;
	padding: 2px;
}

#colorCaracol {
	background-color: #c99999;
	padding: 10px;
	color: white;
}


/* @end */



/* @group DIVS MENUS */



#loader {
   position: absolute;
   background: url(../../_images/eco/loader2.gif) no-repeat 40px 25px;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
}




#blocRea {
	position: absolute;
	left: 40px;
}

#menuRea {
	position: absolute;
	left:  40px;
	width: 150px;
	z-index: 1001;
}

/*
#menuRea a { background-color: white; color: black; text-decoration: none; padding: 0 2px 0 2px; width: 300px;}
#menuRea a:hover {background-color: #979a60;color: black;}
*/

#menuRea ul ul {

}

#blocPresta {
	position: absolute;
	left: 220px;
}

#menuPresta {
	position: absolute;
	left: 220px;
	width: 165px;
	z-index: 1002;
}

#menuPresta  ul ul {
margin: 0;
padding: 0;
}

#menuPresta  ul {
margin: 0;
padding: 0;
}

/*
#menuPresta a { background-color: white; color: black; text-decoration: none;padding: 0 2px 0 2px;}
#menuPresta a:hover {background-color: #999;color: black;}
*/

#blocDema {
	position: absolute;
	left: 390px;	
}

#menuDema {
	position: absolute;
	left: 390px;
	width: 125px;
	z-index: 1003;
}

#menuDema  ul {
margin: 0;
padding: 0;
}

/*
#menuDema a { background-color: white; color: black; text-decoration: none;padding: 0 2px 0 2px;}
#menuDema a:hover {background-color: #f8d514;color: black;}
*/

#blocRessou {
	position: absolute;
	left: 540px;
	
}

#menuRessou {
	position: absolute;
	left: 540px;
	width: 120px;
	z-index: 1004;
}

/*
#menuRessou a { background-color: white; color: black; text-decoration: none;padding: 0 2px 0 2px;}
#menuRessou a:hover {background-color: #669c65;color: black;}
*/

#blocContact {
	position: absolute;
	left: 700px;	
}

#menuContact {
	position: absolute;
	left:700px;
	z-index: 1005;
}


/*
#menuContact a { background-color: white; color: black; text-decoration: none;padding: 0 2px 0 2px;}
#menuContact a:hover {background-color: #f60b19;color: black;}
*/

/* @end */





/* @group STYLE */


.redColor{
	color: #e21b23;
}
.fondBlanc {
	background-color: white;
	color: black;
	padding: 0 2px 0 2px;
	
}

.imageGauche {
	float: left;
	padding: 5px 5px 5px 0px;
	
}

.imageDroite {
	float: right;
	padding: 5px 0px 5px 5px;
	
}

.clear {
	clear: both;
}





.couleur{
	background-color: #30f5e2;
	background-color: #50523d;
	background-color: #2dffc9;
	background-color: #00FF33;
}




.sous-titre {
	top: 16px;
	/*line-height: 1.5em;*/
}


/* @end */

/* @group PROJET */

#globalPicture {
	overflow: hidden;
   position: absolute;
   left : 220px;
   top :0;
   margin: 0;
   padding: 0;
   height:100%;
   background: inherit;
   /*width: 100%;*/
 

	
}

#loading {
  background: url(../../_images/eco/loader.gif) no-repeat 0px 200px;
   margin: 0;
   padding: 0;
   height:100%;
   
}

#pictureSlide {
   overflow: hidden;
   padding: 0;
   margin: 0;
   width: 100%;
   height: 100%;
   
}



#PRO_numero a {
	color: white;
	text-decoration: none;
	background:none;
}


#PRO_numero a:hover {
	color: red;
	text-decoration: none;
	background: none;
		
}



#PRO_infos {
	position: absolute;
	top: 180px;
	left: 220px;

}

#PRO_infosmask {
	width: 310px;
	background-color: whitesmoke;
	padding: 10px 5px 8px 10px;
	line-height: 1.5em;
}

.PRO_legende {
	color: #e21b23;
}

#PRO_retour {
	position: absolute;
	top: 133px;
	left: 490px;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}

#PRO_affichinfos {
	position: absolute;
	top: 163px;
	left: 490px;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}



/* @end */

/* @group formulaire contact */


input, select, textarea{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

.champ{
	border: 1px solid black;
	background-color: white;
	width : 250px;
}


.mess{
	border: 1px solid black;
	background-color: #FFF;
	width : 250px;
}
.Bouton {
	border: 1px solid #e21b23;
	background-color: #e21b23;
	color: white;
	cursor : pointer;
	padding:5px;
	margin: 10px 5px 10px 0;

}

.Bouton2 {
	border: 1px solid silver;
	background-color: silver;
	color: black;
	cursor : pointer;
	padding:5px;
	margin: 5px 5px 10px 5px;

}

/* @end */









