/* CSS Document */

/* ============== STYLE DE BALISES ============ */

html,body,div#global{height:100%;}	
	
body{
	margin:0px;
	background: #262626;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}


form{
	padding:0px;
	margin:0px;
}
input.input_texte, select, textarea{
	width: 230px;
	border: solid 1px #B50031;
	padding: 1px;
	font-size:11px;
}
select{
	width: 234px;
}


/* ================== STYLES D'ID ==================*/




/* ------ GLOBAL ------ */

#global{
	position: relative;
	min-height:100%;
}
html>body #global {
    height: auto;
}
/* ------ HAUT ------ */

#haut{ 	
	background:	#000000 url(../images/petit_logo_noir.gif) no-repeat center center;
	height: 170px;
	border-bottom: 1px solid #B50031;
}




/* ------ CENTRE ------ */

#centre_vertical{
	margin: 0px;
	padding-bottom:60px;
}

#centre{
	padding:23px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
}
#centre td{
	padding:2px;
	text-align:left;
}

#centre a:link{ color:#FFFFFF; text-decoration:underline; }
#centre a:visited{ color:#FFFFFF; text-decoration:underline; }
#centre a:hover{ color:#B50031; text-decoration:underline; }
#centre a:active{ color:#B50031; text-decoration:underline; }


.texte_bordeaux_11 {
	color:#B50031; 
	font-size:11px;
}
#centre.textes_confirm{ 
	color:#B50031;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}


/* ------ PIED DE PAGE ------ */

#pied_de_page{
	position: absolute;
	clear:both;
	background:#000000;
	bottom: 0px; left: 0px;
	border-top: 1px solid #B50031;
	padding:14px 0px;
	text-align:left;
	font-size:11px;
	color:#FFFFFF;
	width:100%;
}
#pied_de_page img{
	float:left;
	margin-right:12px;
	border:0px none;
}
#pied_de_page a:link { color: #FFFFFF; text-decoration:underline;}
#pied_de_page a:visited { color: #FFFFFF; text-decoration:underline;}
#pied_de_page a:hover { color: #FFFFFF; text-decoration:none;}
#pied_de_page a:active { color: #FFFFFF; text-decoration:none;}


.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

