@charset "utf-8";
/* CSS Document */

div.clear {clear: both; height:0px; line-height:0px; overflow:hidden;}

body
{
text-align: center;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;

margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: 'Calibri'-120%, 'Lucida Grande'-100%, 'Verdana'-96%, 'Arial'-101%, Sans-Serif;
color: #666666;
}


div#container
{
align:top;
margin-left: auto;
margin-right: auto;
width: 790px;
background-color:white;
text-align: left;
} 

div#header
{
height:289px;
background-image:url(images/header_fr.jpg);
background-repeat:no-repeat;
}
div#header_en
{
height:289px;
background-image:url(images/header_en.jpg);
background-repeat:no-repeat;
}

div#headerpage
{
height:208px;
background-image:url(images/header_pages_fr.jpg);
background-repeat:no-repeat;
}
div#headerpage_en
{
height:208px;
background-image:url(images/header_pages_en.jpg);
background-repeat:no-repeat;
}

div#biographie_paul { display:none; }
div#biographie_jean { display:none; }
div#biographie_justin { display:none; }

#bio_link_paul, #bio_link_jean, #bio_link_justin {
color:#797979;
cursor:pointer;
font-size:13px;
font-family: Calibri,arial;
font-weight:none;
text-decoration:none;
}


h3
{
font-family: 'Calibri'-200%, 'Lucida Grande'-100%, 'Verdana'-96%, 'Arial'-101%, Sans-Serif;
color: #007299;
}


ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
background-image: url(images/bullet_yellow.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 18px;
}



/***************************FORMULAIRE******************************/

#formulaire_gauche{
	float:left;
	width:476px;
}

#formulaire_cadre{
	float:left;
	width:476px;
	border:1px solid #cccccc;
	background-color:#f4f4f5;
}

#formulaire_cadre_center{
	width:476px;
	border:1px solid #cccccc;
	background-color:#f4f4f5;
}

#formulaire_cadre_titre{
	background-color: transparent; background-image: url(images/formulaire_titre_background.jpg);
	width:466px;
	height:23px;
	line-height:23px;
	padding-left:10px;
	border-bottom:1px solid #cccccc;
	color:#646464;
	font-size:13px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-weight: bold;
}

#formulaire_col_gauche{
	float:left;
	width:200px;
	margin-right:10px;
	height:30px;
	line-height:30px;
	text-align:right;
	font-size:14px;
	font-weight: bold;
	color: #646464;
}

#formulaire_col_droite{
	float:left;
	width:100px;
	height:30px;
	line-height:30px;
}

#formulaire_no_col{
	float:left;
	width:390px;
	margin-left:30px;
	line-height:30px;
	font-size:12px;
	font-weight: bold;
	color: #646464;
}

#formulaire_annulation{
	float:left;
	text-align:left;
	width:390px;
	margin-left:30px;
	line-height:15px;
	font-size:12px;
	color: #646464;
}

#autres_personnes{
	float:left;
	text-align:right;
	width:410px;
	background-color: #e6e6e4;;
	margin-left:30px;
	padding:5px;
	line-height:30px;
	font-size:12px;
	font-weight: bold;
	color: #646464;
	display:none;
}

#formulaire_erreur{
	float:left;
	width:390px;
	margin-left:30px;
	line-height:30px;
	text-align:right;
	font-size:12px;
	font-weight: bold;
	color: red;
}

#formulaire_confirmation{
	float:left;
	width:390px;
	margin-left:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	line-height:15px;
	font-weight: bold;
	color: #104ebf;
}

.formulaire_form{
	width:200px;
}

.formulaire_textarea_form{
	width:400px;
	height:100px;
}

#formulaire_col_gauche_bouton{
	float:left;
	width:266px;
	padding-left:200px;
	margin-top:30px;
	margin-bottom:30px;
}

