/* FICHIER DE DEV */

@import "clean.css";
@import "smart.css";

/* PARAMETRE GENERAUX */

h1 { background: url(../image/logo_home.png) no-repeat; height: 98px; width: 694px; text-indent: -9999px; }
h2 { display: none; }

li { list-style-image: url(../image/wpuce.gif); }

img { border: 1px solid gray; }

#container { background: #fff url(../image/background.png) no-repeat; height: 600px; }

/*   LOGO REEV */

#votez		{
					position: absolute;
					top: 130px;
					left: 500px;
					z-index: 100;
					background-image: url("/images/votez.jpg");
					width: 75px;
					height: 21px;
					border: 0px;
					cursor: pointer;	

				}

#logoreev		{
					position: absolute;
					top: 150px;
					left: 150px;
					z-index: 100;
					background-image: url("/images/reev.jpg");
					width: 200px;
					height: 64px;
					border: 0px;
					
				}
					
#deposerCV		{
					position: absolute;
					top: 216px;
					left: 209px;
					z-index: 100;
					background-image: url("/images/deposerCV.jpg");
					width: 141px;
					height: 21px;
					border: 0px;
					cursor: pointer;	

				}
				
#logoAG			{
					position: absolute;
					top: 0px;
					left: 739px;
					z-index: 100;
					background-image: url("/images/logoAG.jpg");
					width: 190px;
					height: 105px;
					border: 0px;
				}	


/* LOGO */
#logo { margin: 0 0 0 25px; padding-top: 20px; }
/* NEWS */
#news { background: url(../image/news.png) no-repeat;
		height: 378px; width: 385px;
		margin-top: 103px;
		position: absolute; }
		
#news ul { margin: 60px 0 0 40px; }

#news a { color: rgb(13,104,121); font-weight: bold; }
/* APS */

#aps { background: url(../image/aps.png) no-repeat;
		height: 273px; width: 280px;
		margin: 208px 0 0 325px;
		position: absolute; }
		
#aps ul { margin: 50px 0 0 65px; }

#aps a { color: rgb(196,107,1); font-weight: bold; }


/* VIDEO */
		

#video { height: 400px; width: 400px;
 margin: 0px 0 0 100px; position: absolute; }
		



/* JURIDIQUE */
		

#juridique { background: url(../image/juridique.png) no-repeat;
		height: 338px; width: 186px;
		margin: 143px 0 0 574px;
		position: absolute; }
		


#juridique ul { margin: 40px 0 0 35px; width: 90px; }

#juridique a { color: rgb(166,71,135); font-weight: bold; font-size: 10px;}


/* CLIENTS */
		

#clients { background: url(../image/clients.png) no-repeat;
		height: 457px; width: 159px;
		margin: 24px 0 0 681px;
		position: absolute; }
		

#clients ul { margin: 40px 0 0 45px; width: 90px; }

#clients a { color: rgb(64,90,141); font-weight: bold; font-size: 10px; }

/* VIGNETTES */

#vignettes { background: url(../image/vignettes.png) no-repeat;
		height: 497px; width: 154px;
		margin: -16px 0 0 818px;
		position: absolute; }

/* ESPACE */

#espace { margin: 280px 0 0 735px;
		position: absolute; }
		
#vignettes_video { background: url(../image/vignettes_video.png) no-repeat;
		height: 497px; width: 154px;
		margin: -16px 0 0 818px;
		position: absolute; }

/* ESPACE */

#espace { margin: 280px 0 0 735px;
		position: absolute; }


#espace li { list-style-image: url(../image/bpuce.gif); }

#form	{ margin-left: 60px}	

#form li { list-style-image: none; }

#logon input { width: 110px; margin-left: 3px; }
#remember input { margin-right: 6px; }
#ok input { margin-right: 10px; }

#menuadh { margin: -10px 0 0 30px; }
#menuadh a { color: #000; }




a img{border: 0px;

}
a {
text-decoration: none; /* définition du lien qui affichera le "calque" */
}
a:hover {
background: none; /* correction d'un bug IE */
}
a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
a:hover span { /* définition de la balise <span> au survol */
display: inline;
position: absolute;
top: 0px; /* positions et dimensions du calque, que vous pouvez changer à loisir */
left: 0px;
width: 200px;
height: 100px;
/*background: green;
text-align: center;*/
color: white;
}