* {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

img {
	border: none;
}

body {
	background-color: #434B5E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	text-decoration: none;
}

div#main {
	width: 900px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}

div#d_logo {
	margin-top: 30px;
	margin-bottom: 50px;
	float: left;
}

#d_logo_print {
	display: none;
}

div#d_motscles {
	margin-top: 30px;
	margin-bottom: 50px;
	float: right;
}

#d_motscles_print {
	display: none;
}

div#homepage,div#content {
	clear: both;
}

div#square1 {
	clear: both;
	float: left;
	border-top-style: solid;
	border-top-color: white;
	border-top-width: 1px;
	width: 249px;
	height: 200px;
}

div#square2 {
	float: left;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	width: 198px;
	height: 198px;
}

div#square3 {
	float: left;
	width: 424px;
	height: 174px;
	padding-top: 25px;
	padding-left: 26px;
	border-bottom-style: solid;
	border-bottom-color: white;
	border-bottom-width: 1px;
}

div#square4 {
	clear: both;
	float: left;
	width: 422px;
	height: 124px;
	padding-top: 60px;
	padding-left: 26px;
}

div#square5 {
	float: left;
	border-left-style: solid;
	border-left-color: white;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: white;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-top: none;
	margin-bottom: 50px;
	width: 198px;
	height: 198px;
}

/* Contournement pour IE 5.5 et IE 6 */
* html div#square5 {
	float: right;
	margin-right: 126px;
}

div#menu {
	clear: both;
	margin: 0;
}

div#menu ul li img {
	margin: 0;
	padding: 0;
}

div#menu ul li {
	float: left;
}

div#pre_footer {
	padding-top: 50px;
}

div#footer {
	clear: both;
	padding-top: 3px;
	text-align: center;
	font-size: 10px;
	color: #A1A5AE;
	border-top-style: solid;
	border-top-color: #A1A5AE;
	border-top-width: 1px;
}

div#footer p a {
	color: #A1A5AE;
}

div#mots_cles {
	padding-bottom: 40px;
	text-align: center;
	font-size: 9px;
	color: #58627E;
}

div#footer p {
	padding-top: 0;
}

div.bloc1 {
	clear: both;
	float: left;
	border-left-style: solid;
	border-left-color: #A1A5AE;
	border-left-width: 1px;
	padding: 20px 20px 20px 80px;
	margin-top: 0;
}

area {
	border: solid 1px white;
}

a,a:hover,a:visited {
	text-decoration: underline;
	color: white;
}

div.bloc2 { /*clear: both;*/
	float: left;
	width: 198px;
	height: 198px;
	border-top-style: solid;
	border-top-color: #A1A5AE;
	border-top-width: 1px;
}

div.bloc2_noborder { /*clear: both;*/
	float: left;
	width: 198px;
	height: 198px;
	border: none;
}

div.bloc3 {
	float: left;
	margin-bottom: 50px;
	width: 198px;
}

div.bloc3 img {
	border-style: solid;
	border-color: #A1A5AE;
	border-width: 1px;
}

div.bloc_text_right_450 {
	float: right;
	padding: 0px 40px 40px 30px;
	width: 400px;
}

div.bloc_text_right_450_full {
	float: right;
	padding: 20px 0px 40px 0px;
	/*width: 450px;*/
}

img {
	display: block;
}

h1 {
	font-family: Gill sans, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 24pt;
	color: #FFEFCB;
	padding-bottom: 10px;
}

ul.square {
	list-style-type: square;
	list-style-position: inside;
	text-indent: -15px;
	padding-left: 40px;
	/*list-style-image: url('../_images/square_blanc.png');*/
	/*padding: 5px 0 10px 0;*/
}

h3 {
	margin-top: 10px;
	padding-left: 30px;
	background-image: url('../_images/square_blanc.png');
	background-repeat: no-repeat;
	background-position: 0 3px;
	color: #A1A5AE;
}

ul.menu {
	list-style-type: none;
	font-style: italic;
	color: #A1A5AE;
	padding-bottom: 15px;
	font-size: 14px;
}

ul.menu li {
	display: inline;
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

ul.menu li span.link_select {
	text-decoration: underline;
	padding-bottom: 10px;
}

p {
	padding-top: 10px;
	padding-bottom: 10px;
}

.indication {
	font-size: 8pt;
	font-style: italic;
	color: #cc3c2f;
	background-color: #ffffff;
	padding: 5px;
	margin-top: 10px;
}

table {
	margin: 20px 0 20px 0;
	border-style: solid;
	border-color: #A1A5AE;
	border-width: 1px;
	width: 100%;
	border-collapse: collapse;
}

td,th {
	text-align: center;
	border-style: solid;
	border-color: #A1A5AE;
	border-width: 1px;
	padding: 2px;
}

td {
	height: 40px;
	}
	


form.contact fieldset ol li {
	border: 0px solid;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 400px;
}

fieldset {
	border: none;
}

input.in,textarea {
	margin-left: 90px;
	width: 300px;
	border: none;
	border: 0px;
	background-color: #808085;
	padding: 2px;
	color: #FFF;
	font-family: arial;
	font-size: 10pt;
}

input {
	margin-left: 90px;
	width: 300px;
}

/*input { height: 15px; }*/
textarea {
	height: 75px;
}

select {
	margin-left: 90px;
	width: 300px;
}

form.contact fieldset ol li label {
	position: absolute;
	width: 85px;
}

.hint {
	width: 100px;
	border: 1px solid #c93;
	padding: 5px;
	background-color: #ffc;
	font-family: arial;
	font-size: 9pt;
	border: 1px solid;
	position: absolute;
	color: black;
	margin-left: 360px;
	margin-top: -20px;
}

#alerte {
	margin-left: 90px;
	width: 300px;
	text-align: center;
	font-family: arial, verdana;
	font-size: 10pt;
	font-style: normal;
	color: #e1636a;
}

#message {
	margin-left: 90px;
	width: 300px;
	text-align: center;
	font-family: arial, verdana;
	font-size: 10pt;
	font-style: normal;
	color: white;
}

.text_deviation {
	color: white;
}

.deviation {
	color: red;
}


th img {
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}
