/* ###################### Balises de base ###################### */
@import url(reset.css);

body {
	font-family:arial, verdana, sans-serif;
	font-size:62.5%;
	line-height:1.5em;
	height:100%;
	color:#b7b7b7;
	background:#ffffff url(../images/log/fond.png) repeat-x;
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	clear:both;
}

/*############################## Style génériques ############################*/

.noDisplay {
	position:absolute;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.noFloat{
	clear:both;
}

a{
	text-decoration:none;
}

img a{
border:none;
text-decoration:none;
}

img a:hover{
border:none;
text-decoration:none;
}
	

/* ###################### Contenant###################### */

#container {
	margin:0 auto;
	width:900px;
}

#logo{
	margin:0 0 0 5%;
}

/*###################### Colonne login###################### */

#fond-login{
	width:351px;
	height:166px;
	position:relative;
	margin:100px auto;
	background: url(../images/log/fond-login.png) no-repeat top center;
}

#fond-forget{
	width:351px;
	height:166px;
	position:relative;
	margin:100px auto;
	background: url(../images/log/fond-forget.png) no-repeat top center;
}

#fond-forget_en{
	width:351px;
	height:166px;
	position:relative;
	margin:100px auto;
	background: url(../images/log/fond-forget_en.png) no-repeat top center;
}

#fond-success{
	width:351px;
	height:166px;
	position:relative;
	margin:100px auto;
	background: url(../images/log/demande-envoyee.png) no-repeat top center;
}

#fond-success_en{
	width:351px;
	height:166px;
	position:relative;
	margin:100px auto;
	background: url(../images/log/demande-envoyee_en.png) no-repeat top center;
}

/*###################### Login sans message ###################### */

#lmp{
position:absolute;
top:30%;
left:10%;

}

#lmp label{
	float:left;
	width:105px;
	color:#b7b7b7;
	font-weight:bold;
	font-size:12px;
}

#lmp input {
	width:140px;
	margin-left: 10px;
	background-color:#E4E4E4;
	border:0 none;
	color:#C1A50C;
}

#lmp p {
	margin: 1.12em 0 !important;
	margin: 10px 0 10px 0;
	padding:0;
}



#sortir {
	float:left;
	
	color: #fff;
	
}

#sortir a{
	color:white;
	text-decoration:none;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
}

#sortir a:hover{
	color:#e1dab4;
	text-decoration:none;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
}

#bas-bouton{
	position:absolute;
	bottom:3px !important;
	bottom: 10px !important!;
	right:27px;
}

#oublie a{
	color:#b7b7b7;
	text-decoration:none;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
}

#oublie a:hover{
	color:#cccccc;
	text-decoration:none;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
}

input#oko {
	margin-left:10px;
	border:none;
	background:transparent;
	font-weight:bold;
	color:white;
	font-family:Arial, sans-serif;
	font-size:11px;
	width:20px;
}


#oublie2 a{
	color:white;
	text-decoration:none;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
}

#oublie2 a:hover{
	color:#e1dab4;
	text-decoration:none;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
}


/* ###################### Footer ###################### */

#footer {
	padding:20px 0 0 0;
	text-align:center;
}

.footer-gras {
	color:#C1A50C;
	font-size:11px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

.footer-gras a{
	color:#C1A50C;
	font-size:11px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

.footer-normal {
	color:#8a8a8a;
	font-size:10px;
	font-family:Arial, sans-serif;
	font-weight:normal;
	text-decoration:none;
}

.footer-normal a{
	color:#8a8a8a;
	font-size:10px;
	font-family:Arial, sans-serif;
	font-weight:normal;
	text-decoration:none;
}

.h1_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #979797;
	text-decoration: none;
}

.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c1a50c;
	text-decoration: none;
}
.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}

