/* CSS Document */

html, body {
	background-color: #b4e2f6;
	background-image: url(../images/bg_bleu.gif);
	background-repeat: repeat-x;
	margin: 0;
}

a:link {
	color: #9e9571;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9e9571;
}
a:hover {
	text-decoration: underline;
	color: #9e9571;
}
a:active {
	text-decoration: none;
	color: #9e9571;
}

/* ÉLÉMENTS */
#contener {
	position: relative;
	left: 50%; 
    width: 794px;
    margin-left: -397px; /* moitié de la largeur */
	background-color: #FFFFFF;
}

#header {
	position: relative;
	background-image: url(../images/header.jpg);
	margin-top: 0px; 
	margin-left: auto;
	margin-right: auto;
	height: 124px;
	width: 100%;	
}

#menu {
	position: relative;
	background-image: url(../images/menu.gif);
	margin-top: 0px;
	padding-left: 10px;
	height: 33px;
	width: 784;
}

#page {
	position: relative;
	float: left;
	background-image: url(../images/fond.gif);
	background-repeat: no-repeat; 
	height: 100%;
	width: 574px;
	padding: 10px;
}

#news {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	padding: 0px 5px 5px 5px;
}

#photo {
	position: relative;
	height: 374px;
	width: 180px;
	background-image: url(../images/photo.png);
	background-repeat: no-repeat;
	background-position: bottom;
	bottom: 0px;
}

#infos {
	position: relative;
	float: left;
	background-image: url(../images/fond.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 100%;
	width: 180px;
	padding: 10px;
}

#footer {
	position: relative;
	padding-top: 4px; 
	height: 15px;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #0081AF;
	clear: left;
}

.photo_r {
	float:right;
}

.photo_l {
	float:left;
}

.tt {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0081AF;
}

.txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

.txt_b {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.tb_adhe {
	border: 1px #B0D64F dashed;
}


INPUT { color: #000; font-size: 11px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE }
SELECT { color: #000; font-size: 11px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE }
TEXTAREA { color: #000; font-size: 11px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE }
.txterror { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.txtform { color: #0081AF; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }


/* FORMULAIRE */
.form_input{
    width: 150px;
    text-decoration: none;
	background-color: #fff;	
    padding: 2px 2px 2px 2px;
    border: 1px #B0D64F dashed;
}

.form_bt{
    width: 70px;
    text-decoration: none;  
	background-color: #fff;  
    padding: 2px 2px 2px 2px;
	border: 1px #B0D64F dashed;
}

.txtform_obl {
	color: #0081AF;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}