
@import "flexcrollstyles.css";

*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;/*---obligatoire pour le footer---*/
scrollbar-base-color:#fff;
}
body{
font-size:62.5%;
background:#484848;
font-family:Arial, Helvetica, sans-serif;
}
#container{
	position:absolute;
	width:100%;
	height:560px;
	margin-top: -280px;
	top:50%;
	background:url(../images/charte/bg-page-x-index.gif) repeat-x top left;
}
#optimisation{
	position:relative;
	width:990px;
	margin:50px auto 0 auto;
	font-size:1.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #DDD;
	text-align: left;
}
#optimisation a {
     margin-right: 5px;
	 padding-top:2px;
     height: 18px;
     text-align: center;
     text-decoration: none;
     color: #FFFFFF;
	 font-weight:bold;   
	 }
	 
#optimisation a:hover {
	 color:#000000;
     }
	 

#container2{
	width:990px;
	height:540px;
	margin:0 auto;
}
#header{
	width:990px;
	height:114px;
}
#header-image{
	float:left;
	width:791px;
	height:114px;
	background-image:url(../images/charte/header.gif);
}

#header-espace-photo{
	float:right;
	width:199px;
	height:114px;
	background-image:url(../images/charte/bg-espace-photo.jpg);
	background-repeat:no-repeat;
}
form#login{
position:relative;
left:20px;
top:30px;
width:130px;
height:80px;
padding:0px 0 0 10px;
background:url(../images/charte/bg-login.jpg) no-repeat scroll left top;
}
form#login input.case{
margin-right:3px;
font:normal 10px Arial, Helvetica, sans-serif;
color:#001a18;
width:100px;
height:17px;
background:#fff;
border:1px solid #000;
}
form#login a.texte{
display:block;
margin-top:4px;
width:120px;
font:normal 10px Arial, Helvetica, sans-serif;
text-decoration:underline;
color:#fff;
}
form#login a:hover.texte{
font-weight:normal;
text-decoration:none;
color:#CCCCCC;
}
#contenu{
	float:left;
	width:990px;
	height:426px;
	background-image:url(../images/charte/bg-contenu.jpg);
}

/*-------------------------------------------Encart photos---*/
#contenu-photos{
	float:left;
	width:495px;
	height:315px;
	padding:15px 0 0 5px;
}
#vignette-photos{
	float:left;
	width:76px;
	height:315px;
	padding:0 5px 0 0;
}
#vignette-photos img{
	padding:0 0 4px;
}
#vignette-photos img.pasdemarge{
	padding:0;
}
#photos-defilante{
	float:left;
	width:390px;
	height:315px;
}

#photos-defilante2{
	position:absolute;
	width:390px;
}
/*-------------------------------------------Encart photos---*/

/*-------------------------------------------Encart texte---*/
#contenu-texte{
	float:right;
	width:450px;
	height:301px;
	padding:30px 20px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#fff;
}
#contenu-texte-right{
	float:right;
	width:215px;
	text-align:justify;
	padding:38px 0 0 0;
}
#contenu-texte-left{
	float:left;
	width:215px;
	text-align:justify;
}

/*-------------------------------------------Encart texte---*/

#boutonpro a{
	float:left;
	display:block;
	width:477px;
	height:81px;
	background:url(../images/charte/entreprises.gif) no-repeat bottom left;
	padding:10px 0 0 0;
}
#boutonpro a:hover{
	float:left;
	display:block;
	width:477px;
	height:81px;
	background:url(../images/charte/entreprises-on.gif) no-repeat bottom left;
	padding:10px 0 0 0;
}
#boutonpro a span{
	display:none;
}

#boutonparticuliers a{
	float:left;
	display:block;
	width:480px;
	height:81px;
	background:url(../images/charte/particuliers.gif) no-repeat bottom right;
	padding:10px 0 0 22px;
}
#boutonparticuliers a:hover{
	float:left;
	display:block;
	width:480px;
	height:81px;
	background:url(../images/charte/particuliers-on.gif) no-repeat bottom right;
	padding:10px 0 0 22px;
}
#boutonparticuliers a span{
	display:none;
}


#footer{
	width:990px;
	height:15px;
	color:#bcbcbc;
	text-align:center;
	margin:0 auto;
	padding:10px 0 0 0;
}
#footer a:link,#footer a:visited{
	text-decoration:none;
	color:#bcbcbc;
}
#footer a:hover{
	text-decoration:underline;
	color:#bcbcbc;
}



img {
border:none;
}



