/* GLOBAL */
* { padding:0; margin:0; }
li { list-style:none; }
select { min-width:1.5em; }
body { font-family:Arial, sans-serif; font-size:63%;}
img { border:0; }
table { border-collapse:collapse; }
td { vertical-align:top; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }

/*BODY MARGIN*/
body {margin:3px 0 3px 4px;}
.content h1 {padding: 0 10px 17px 10px; color:#209352; font-size:1.5em; font-weight:bold; font-style:italic; text-transform:uppercase;}
.content h1 em { color:#8bd63e; }

/*BTN FERMER*/

.fermer{ position:absolute; top:14px; left:463px;}

/*INFORMATIONS BACKGROUND*/
.filet{ background: url(../_images/informations/fond.gif) repeat-y; width: 500px;}
.content { background: url(../_images/informations/bottom.jpg) no-repeat bottom; padding: 0 10px 20px 10px;}
.content p { padding: 0 10px 17px 10px; color:#1e984d; font-size:1.2em;}

/*FORM*/

.content table{ width:436px; margin:0 10px 0px 20px;}
.content table th{ width:203px; color:#1e984d; font-size:1.2em; padding: 0 5px 10px 0px; text-align:right;}
.content table td{ width:233px; color:#1e984d; font-size:1.2em; padding-bottom:10px; padding-left:10px;}
.content select { color:#1e984d; font-size:1.2em; width:203px;}
.content input { color:#1e984d; font-size:1.2em; width:200px;}
.content .textarea { color:#1e984d; font-size:1.2em; width:396px; height:140px; font-family:Arial, sans-serif; }

/*BOUTONS ROUGE*/
.btn_forward {
	float:right; padding-right:12px;
	background: url(../_images/bouton_rouge_fw.gif) no-repeat right;
	color:#FFF; font-size:1.2em; font-weight:bold; font-style:italic; text-transform:uppercase;text-decoration:none;}
.btn_forward span {
	display:block; padding:5px 0px 5px 30px;
	background: url(../_images/bouton_rouge_fw.gif) no-repeat left #FFF;}

.btn-envoyer { margin:0 57px 20px 0;}