﻿/* CONFIGURATION GLOBALE, BANNIERE (LOGO, PARTENAIRES, ZONE LOG) ET FOOTER */
*{
	margin:0;
	padding:0;
}

body{
	background-color:#0E0D82;
}

h1, h2, h3, a, p, ul, .h1, .h2, .h3, td, tr, font{	
	color:#000;
	font:12px arial;
}

#container{
	width:1020px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	background-color:#fff;
	display:block;
}

a {color:#000; text-decoration:none;}

a:hover {color:#000; text-decoration:underline;}

/*BANNIERE*/
#header {
	width:1024px;
	height:137px;
	background:url("../img/header_background.gif") no-repeat 0 0 ;
}

#logo a{
	margin-left:0px;
	margin-top:1px;
	height:136px;
	width:186px;
	border-left:1px #888 solid;
	background:url("../img/logo_sfo.gif") no-repeat 0 0 ;
	text-indent:-9000px;
	float:left;
	display:block;
	font:2px;
}

#partenaire {
	float:left;
	padding: 20px 0 0 70px;
	width:545px;
	height: 115px;
}

#ban_part_title{margin-left:53px; margin-top:68px;}

#ban_part{width:468px; height:80px; border:0px; margin-left:145px; margin-top:-55px;}

#partenaire a{border:0px;}

/*ZONE DE LOG - DEBUT*/

#zone_log {
	float:left;
	height:137px;
	width:207px;
	background:url("../img/header_right_background.gif") no-repeat 0 0 ;
	color:#006;
	font-weight:bold;
}

#zone_log form{
	margin-top:-10px;
	padding:0;
}

#zone_log .eos {
	margin: 10px 0 0 80px;
}

#connect {height:120px; font:11px arial; text-align:center;}

#connect a {
	margin-left:85px;
	margin-top:13px;
	display:block; 
	width:80px;
	height:20px;
	text-indent:-9000px;
	background:url("../img/deconnect.gif") no-repeat 0 0 ;
}

#user {width:200px; text-align:right; font:12px arial ; font-weight:bold;}

#espace_membre {
	text-indent:-9000px;
	margin-top:1px;
	margin-left:20px;
	height:15px;
	width:139px;
	background:url("../img/espace_membre.gif") no-repeat 0 0 ;
}

#identifiez-vous {
	text-indent:-9000px;
	margin-top:2px;
	margin-left:30px;
	height:15px;
	width:100px;
	background:url("../img/identifiez-vous.gif") no-repeat 0 0 ;
}

#email {
	font-size:0.6em;
	margin-top:13px;
	margin-left:35px;
}

#email input { 
	margin-left:3px;
	width:109px;
	height:15px;
}

#password {
	font-size:0.6em;
	margin-top:2px;
	margin-left:55px;
}

#password input { 
	margin-left:3px;
	width:54px;
	height:15px;
}



#pas_inscrit{margin-left:100px; margin-top:1px;}
#perdu{margin-left:100px; margin-top:1px;}
#perdu a{font-size:0.8em;}
#pas_inscrit a{
	font-size:0.8em;
}

#pas_inscrit input {
	position:absolute;
	margin-top:-35px;
	margin-left:-20px;
	width:30px;
	height:17px; 
	border: none;
	text-indent:-9000px;
	background:url("../img/bouton_validation_log.gif") no-repeat 0 0 ;
	cursor:pointer;
}

/*ZONE DE LOG - FIN*/

#fil_ariane {background:#fff; border-bottom:1px #ddd solid ; }
#fil_ariane p {margin-left:10px; font-weight:bold; color:#555;}

/*ZONE DE CONTENU - DEBUT*/
#moteur {z-index: 1;}

#moteur form, div, p, input, select, option {z-index: 1;}

dd, dt {z-index: 10;}

#contenu{
	min-height:420px;
}

*html #contenu {
	height:420px;
}

#contenu p.info {
	width: 625px;
	margin: 15px auto;
}

#contenu p.info a {
	font-weight: bold;
	text-decoration: underline;
}

/*CSS DE LA PAGE -> CSS/CONTENT_PAGE.CSS */

/*FOOTER - DEBUT*/
#footer {
	clear:left; 
	width:1012px;
	height:27px;
	background:url("../img/footer_background.gif") no-repeat 0 0 ;
}

#footer ul {
	width:340px;
	height:27px;
	margin:auto;
}
	

#footer li {
	margin-top:4px;
	float:left;
	height:27px;
}

#footer_logo { text-indent:-9000px; height:27px; width:30px; background:url("../img/logo_sfo_petit.gif") no-repeat 0 0 ;}

/*FOOTER - FIN*/

#fonterror {width:980px; text-align:center; color:#F00; text-decoration:underline; font:14px Arial; font-weight:bold;}

/* Pagination */
.pagination {
	margin: 20px 0 0 103px;
	font-size: 12px;
	color: #006;
	font-weight: bold;
}

.pagination a {
	font-weight: bold;
	color: #006;
}

.pagination a.current {
	font-weight: normal
}
