/* COM2B - FIL/IDF */

/* reset */

* {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

/* basics */

html {
	background: white;
	width: 100%;
	height: 100%;
}

body {
	font: normal 62.5%/150% Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

h1  {
	color:#0468b2;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	/*padding:0 0 10px 0;*/
	margin: 0 auto 25px;
}

.bleu  {
	color:#0468b2;
	font-style:italic;
}

ul.goutte {
	list-style: url(goutte_pucecontent.gif);
	padding:0;
	margin:0;
}

ul.goutte li {
	margin:0 0 0 5px;
}

a:link, a:visited {

}

a:hover, a:active {

}

/* design */

#col_left {
/*	display: none; */
	width: 220px;
	float: left;
}

#body_zone {
	display: none;
/*	width: 220px;
	float: left;*/
}

#col_right {
	width: 769px;
	float: left;
}

#col_center {
	width: 550px;
/*	float: center;*/
}

#col_left #logo {
	width: 220px;
	height: 200px;
	background: url(logo.png) center no-repeat;
	position: relative;
	margin: 0 auto 20px;
}

#col_left #logo a {
	width: 123px;
	height: 123px;
	position: absolute;
	top: 34px;
	left: 48px;
	text-indent: -9999px;
}

#col_left #menu {
	
}

#col_left #menu ul {
	list-style: none;
	border-top: 2px dotted #d9d9d9;
	/*border-bottom: 2px dotted #d9d9d9;*/
	width: 200px;
	margin: 0 auto;
}

#col_left #menu ul li {
	margin: 0 auto;
	border-bottom: 2px dotted #d9d9d9;	
}

#col_left #menu ul li a:link, #col_left #menu ul li a:visited {
	font: bold 1.2em/50px Verdana, Helvetica, Arial, sans-serif;
	color: #0469b2;
	text-decoration: none;
	display: block;
	height: 50px;
	padding: 0 20px 0;
}

#col_left #menu ul li a:hover, #col_left #menu ul li a.active {
	background: url(menu_hover.png) center no-repeat;
}

#col_left #menu ul li a span {
	color: #00a394; 
}

#col_left #menu ul li.last {
	border-bottom: 0;
}

#header {
	width: 769px;
	height: 220px;
	background: url(header.jpg) bottom right no-repeat;
}

#header_mail {
	width: 550px;
	height: 220px;
	background: url(header.jpg) bottom right no-repeat;
}

#content #page {
	width: auto;
	border-left: 2px dotted #d9d9d9;
	border-right: 2px dotted #d9d9d9;
	padding: 30px 10px 0;
}

body#home #page {
	width: 574px;
	border-left: 2px dotted #d9d9d9;
	border-right: 0;
	padding: 30px 10px 0;
	float: left;
}

body#home #right_elements {
	/*display: none;*/

	width: 170px;
	float: left;
	padding: 10px 0 0;
	border-left: 2px dotted #d9d9d9;
}

body#home #right_elements h3 {
	width: auto;
	height: 45px;
	background: #c7e8ff url(info_title.png) top left no-repeat;
	padding: 0 0 0 20px;
	font: normal 1.8em/40px Arial, sans-serif;
	color: #0468b2;
	margin: 5px 0;
}

body#home #right_elements div.info {
	padding: 5px 0 5px 24px;
	text-align: left;
	background: url(goutte_claire.png) 7px 10px no-repeat;
}

body#home #right_elements div.info ul {
	list-style-position: inside;
}

body#home #right_elements a#print_link:link, body#home #right_elements a#print_link:visited {
	display: none;
/*
	color: #0096a3;
	font-size: 1.1em;
	display: block;
	padding: 0 0 0 18px;
	height: 20px;
	margin: 5px;
	background: url(print.png) left center no-repeat;
	text-decoration: none;*/
}

#content #page p {
	font-size: 1.1em;
	margin: 0 auto 5px;
	text-align: justify;
}

#content #page ul, #content #page ol {
	list-style-position: inside;
}

#content #page ul li, #content #page ol li {
	margin: 0 auto 5px;
	font-size: 1.1em;
}
#content #page ul.bullet {
	list-style: url(goutte_pucecontent.gif);
	padding:0;
	margin:0;
}

#content #page ul.bullet li {
	margin:0 0 0 5px;
}

/* Forms */

form {
	width: auto;
	padding: 0 0 10px;
}

form fieldset {
	border: 0;
}

form fieldset h2 {
	color: #0468b2;
	font: bold 2.0em Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0 auto 15px;
}

form.yellow fieldset h2 {
	color: #e4a41e;
}

form fieldset ul {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-position: outside;
	list-style-type: square;
	font-style:italic;
	color:#666666;
}

form fieldset p.info {
	color: #aaa;
	font: italic 1.1em Verdana, Helvetica, Arial, sans-serif;
	margin: 0 auto 10px;
}

form fieldset p.infomail {
	color: #aaa;
	margin: 0 auto 10px;
}

form fieldset p.infomail strong{
	color:#666666;
	margin: 0 auto 10px;
}


form fieldset h3 {
	display: block;
	background: url(form_section.png) top left no-repeat;
	color: white;
	padding: 15px 0 0 15px;
	margin: 5px auto;
	height: 35px;
	font: bold 1.2em Arial, sans-serif;
}

form.yellow fieldset h3 {
	display: block;
	background: url(y_form_section.png) top left no-repeat;
	color: #e4a41e;
	padding: 15px 0 0 15px;
	margin: 5px auto;
	height: 35px;
	font: bold 1.2em Arial, sans-serif;
	position: relative;
}

form.yellow fieldset h3 span.fleche {
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	background: url(fleche.png) center no-repeat;
	top: 12px;
	right: 15px;
}

form fieldset h3 div.in_title_choice {
	display: inline;
	margin: 0 0 0 10px;
}

form fieldset h3 div.in_title_choice * {
	vertical-align: middle; margin: 0 5px 0 0;
}

div.form_elt {
	width: auto;
	clear: both;
	padding: 5px 0 5px;
}

div.form_elt label {
	float: left;
	width: 150px;
	font: normal 1.1em Verdana, Arial, sans-serif;
	color: #333;
}

div.form_elt label span.mandatory {
	color: #0468b2;
	font: normal 0.8em Verdana, Arial, sans-serif;
	vertical-align: top;
}

div.form_elt label span.definition {
	color: #0468b2;
	font: normal 0.8em Verdana, Arial, sans-serif;
	vertical-align: top;
	display: block;
}

div.form_elt div.input {
	float: left;
	width: 430px;
	text-align: left;
}

div.form_elt div.input select {
	border: 1px solid #333;
	padding: 2px;
	background: white;
}

div.form_elt div.input input {
	border: 1px solid #333;
	padding: 2px;
	background: white;
	width: 420px;
	margin: 0 0 0 0;
}

div.form_elt div.input span {
	margin: 0 0 0 5px;
	vertical-align: 2px;
}

div.form_elt div.input input.postal {
	width: 150px;
	margin: 0 5px 0 0;
}

div.form_elt div.input input.city {
	width: 256px;
}

div.form_elt div.infos *, div.form_elt div.input * {
	vertical-align: middle;
}

form fieldset hr {
	border: 0;
	border-top: 1px dotted #d9d9d9;
	background: white;
	height: 1px;
	margin: 10px auto;
	clear: both;
}

form fieldset div.big_choice {
	margin: 10px auto 0;
}

form fieldset div.big_choice div.col_left {
	float: left;
	width: 240px;
	padding: 10px 0 0;
}

form fieldset div.big_choice div.col_left ul {
	list-style: none;
	margin:0px;
	padding:0;

}

form fieldset div.big_choice div.col_left ul li {
	clear: both;
	padding: 0 0 0 0;
	margin: 0 ;
	}

form fieldset div.big_choice div.col_left ul li label {
	width: 160px;
	margin: 0;
	padding:0;
	
}

form fieldset div.big_choice div.col_right textarea {
	border: 1px solid #333;
	padding: 2px;
	background: white;
	width: 530px;
	height: 100px;
}

form fieldset div.big_choice div.col_right_2 textarea {
	border: 1px solid #333;
	padding: 2px;
	background: white;
	width: 330px;
	height: 100px;
}

form fieldset .form_button {
	text-align: center;
	margin: 10px auto 0;
}

.page_indicator {
	color: #0468b2;
	float: right;
	margin: 0 5px;
}

form fieldset .form_button .page_indicator {
	color: #0468b2;
	float: right;
	margin: 5px auto;
}

form fieldset .form_button input {
	background: #0468B2;
	padding: 2px 10px;
	color: white;
	border: 2px dotted #d9d9d9;
}

form.yellow fieldset .form_button input {
	background: #F8DFAA;
	padding: 2px 10px;
	color: #E4A41E;
	border: 2px dotted #d9d9d9;
}

form fieldset div.big_choice div.col_left_2 {
	float: left;
	width: 400px;
	padding: 10px 0 0;
}

form fieldset div.big_choice div.col_left_2 ul {
	list-style: none;
	margin: -12px 0 0;
}

form fieldset div.big_choice div.col_left_2 ul li {
	clear: both;
	padding: 0 5px 0 0;
	margin: 0 auto 5px;
}


form fieldset div.big_choice div.col_left_2 ul li input {
	float:left;
	margin: 0;
	padding: 0;
	
}

form fieldset div.big_choice div.col_left_2 ul li label {
	display: inline;
	margin: 0 0 0 5px !important;
	margin: 0 0 0 -15px;
	padding:0px;
}


h2 {
	color: #0468b2;
	font: bold 2.0em Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0 auto 15px;
}


#results h4 {
	padding: 0 0 10px 0;
	font: bold 12px Verdana;
	color:green;
	margin: 5px 0;
}


#results h5 {
	padding: 0 0 0 20px;
	font: bold 12px Verdana;
	color:#0468b2;
	margin: 5px 0;
	background: url(goutte_claire_results.jpg) 3px 2px no-repeat;
}

#results
 {
	margin: 0;
	padding: 0;
	page-break-after: always;
}

#results p
 {
	margin: 0;
	padding: 0 0 0 20px;
	
}

#results a.more
 {
	color:green;
	text-decoration:none;
	padding: 0 0 0 20px;
	
}

#results.contact
 {
	padding: 0 0 10px 0;
	
}

p.info {
	color: #aaa;
	font: italic 1.1em Verdana, Helvetica, Arial, sans-serif;
	margin: 0 auto 10px;
}

hr {
	border: 0;
	border-top: 1px dotted #d9d9d9;
	background: white;
	height: 1px;
	margin: 10px auto;
	clear: both;
}

table.pdf {
width:795px;
margin:0 auto;
padding:0px ;
border:0 px;
}

table.pdf td.header {
text-align:center;
padding: 10px 0 30px 0;
}

table.pdf td {
text-align:left;
padding:0 0 0 36px;
}

table.pdf td h2 {
color: #0468b2;
font: bold 14px Verdana, Helvetica, Arial, sans-serif;
text-align: center;
margin: 0 auto;
padding:0 0 10px 0px;
}

table.pdf td h3 {
background: url(form_section.png) top left no-repeat;
	color: white;
	padding: 15px 0 0 15px;
	margin: 5px auto 0px;
	height: 35px;
	font: bold 1.2em Arial, sans-serif;
}

table.pdf td h4 {
font-weight:bold;
font-size:12px;
}

table.pdf td.title {
text-align:left;
color:#0468b2;
font-weight:bold;
}

table.pdf td .info {
color: #aaa;
font: italic 1Opx Verdana, Helvetica, Arial, sans-serif;
margin: 0 auto 10px;
vertical-align:top;
	}

table.pdf ol {
	list-style-position: outside;
	list-style-type: upper-alpha;
	margin: 0 0 0 18px;
	+margin:0 0 0 25px;
}

table.pdf ul {
	list-style-position: outside;
	list-style-type: square;
	margin: 0 0 0 18px;
}
table.nomarge td {
	margin: 0px;
	padding:0px;
}
