* {
	margin: 0;
	padding: 0;
	border: 0;
} 
html {
	min-height: 100%;
}

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	background-color: #dcdfe1;
	line-height: 1.6em;
}

p {
	padding: 2px 6px 8px;
}
h1 {
	font-size: 18px;
	padding: 2px 6px 8px;
	word-spacing: 2px;
	letter-spacing: 2px;
}
h2 {
	font-size:16px;
	padding: 2px 6px 8px;
	word-spacing: 2px;
	letter-spacing: 2px;
	color: #666;
}
h3 {
	font-size:15px;
	padding: 2px 6px 8px;
	word-spacing: 1px;
	letter-spacing: 1px;
	color: #666;
}

a:link {
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000000;
}

table {
	border-width:1px;
	border-style:solid;
	border-color:#0e7dba;
	margin-left: 6px;
	width: 99%;
}

.grise {
	border-width:1px; 
	border-style:solid; 
	border-color:black; 
	background-color:#ececec;
}

td {
	border-width:1px;
	border-style:solid;
	border-color:#0e7dba;
	margin-left: 6px;
	text-align: center;
	font-size: 0.8em;
}

td h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
}

.td_col1 {
	width: 300px;
}

.grisetd {
	width: 300px;
	border-width:1px; 
	border-style:solid; 
	border-color:black; 
	background-color:#ececec;
}

td img{
	width: 100px;
	height: 100px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 6px;
}

.logocouleur {
	color: #0099cc;
	font-weight: bold;
	font-size: 12px;
}
.logocouleur span {
	font-size: 20px;
}

.logocouleur2 {
	color: #0099cc;
	font-weight: bold;
	font-size: 16px;
	line-height: 2.2em;
}
.logocouleur2 span {
	font-size: 26px;
}

.couleur {
	color: #0099cc;
}
.couleur_italique {
	font-style: italic;
	color: #0099cc;
}
.img .a {
	border: 0;
}
/* POSITIONNEMENT ----------------------------- */
/* UNE IMAGE A DROITE */
.image_droite {
	float: right;
	padding-left: 16px;	
	padding-bottom: 10px;	
}

/* UNE IMAGE A GAUCHE */
.image_gauche {
	float: left;
	padding-right: 16px;	
	padding-bottom: 10px;
}
/* CENTRER UN BLOC */
.centrage {
	text-align: center;
}
.centrage2 {
	width: 700px;
	margin:0 auto;
}

blockquote {
	width:80%;
	margin:10px auto;
	padding:0 26px;
	background:#FFF url(images/bg_blockquote_side.gif) no-repeat 0 50%;
}

/* TROIS COLONNES DE 200 PX DE LARGE ET 104 DE HAUT */
.conteneur_3colonnes_centrage {
	margin:0 auto;
	width: 620px;
	height: 104px;
	padding: 10px;
}
.bloc1 {
	width: 200px;
	height: 104px;
	float: left;
}
.bloc2 {
	width: 200px;
	height: 104px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.bloc3 {
	width: 200px;
	height: 104px;
	float: left;
}

/* MISE EN PAGE PRINCIPALE----------------------------- */

#fond_haut {
	background: #ededed url(images/fond_haut.gif) no-repeat 50% 0;
	height: 200px;
	width: 100%;
}
#fond_total {
	background: #ededed url(images/fond_total.gif) repeat-y 50% 0;
}
#fond_bas {
	background: #ededed url(images/fond_bas.gif) no-repeat 50% 0;
	height: 38px;
	width: 100%;
}

#global {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#haut {
	height: 200px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#main {
	position: relative;
	width: 960px;
	background: #fff url(images/background_3.gif) repeat-y;
	text-align: justify;
	height: 100%;	
}

/* HEADER ----------------------------- */

#logo {
	position: relative;
	height: 163px;
	width: 960px;
}

#nav {
	display:block;
	width: 960px;
	height:37px;
	margin:0;
	padding:0;
	list-style:none;
	background:#ffffff url(images/nav.gif) repeat-x;
	position: relative;
}
#nav ul {
	list-style: none;
	padding-left: 14px;
}

#nav li {
	float: right;
	border-left: solid 1px #ffffff;
	padding-left: 8px;
	padding-right: 4px;
	margin-left: 4px;
	margin-right: 0px;
	line-height: 1.2em;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 15px;
	text-transform: capitalize;
	text-align: right;
}

#nav li.sans {
	border: none;
}

#nav li.sans_actuelle {
	border: none;
	text-decoration: none;
	color: #0099CC;
}
#nav li.sans_actuelle a:hover  {
	border: none;
	text-decoration: none;
	color: #0099CC;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#nav a:hover {
	text-decoration: underline;
	color: #f2c513;
}

#nav span, #nav .page_actuelle a {
	text-decoration: none;
	color: #0099CC;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/* EFFET FOND SUR HAUTEUR */ 

#conteneur {
	width: 940px;
	margin: 0;
	padding:30px 10px 0px 10px;
	float: left;
	background-image: url(images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#principal {
	padding: 0px 0px 52px 0px;
	margin: 0 0 0 20%;
}
#col_gauche {
	width: 20%;
	float: left;
	background-image: url(images/bg_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.deblayage {
	height: 0px;
	clear: both;
	}

/* COLONNE 1 ----------------------------- */

#col_gauche h2 {
	color:#0099cc;
	font-size:13px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	word-spacing: 0.3px;
	letter-spacing: 0.3px;
}
#subnav, #subnav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#subnav li {
	font-size: 10px;
	line-height:16px;
}
#mention, #mention ul {
	margin:0;
	padding:0;
	list-style:none;
}
#mention li {
	font-size: 10px;
	line-height:16px;
}

.fd1 a:link, .fd1 a:visited {
	text-decoration: none;
	padding-left: 15px;
	background-image: url(images/email.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #000000;
}
.fd1 a:hover{
	text-decoration: none;
	background-image: url(images/email_roll.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #0099cc;
}
.fd2 a:link, .fd2 a:visited {
	text-decoration: none;
	padding-left: 15px;
	background-image: url(images/copy.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #000000;
}
.fd2 a:hover{
	text-decoration: none;
	background-image: url(images/copy_roll.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #0099cc;
}
.fd3 a:link, .fd3 a:visited {
	text-decoration: none;
	padding-left: 15px;
	background-image: url(images/plan.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #000000;
}
.fd3 a:hover{
	text-decoration: none;
	background-image: url(images/plan_roll.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #0099cc;
}
.fd4 a:link, .fd4 a:visited {
	text-decoration: none;
	padding-left: 15px;
	background-image: url(images/mention.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #000000;
}
.fd4 a:hover{
	text-decoration: none;
	background-image: url(images/mention_roll.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #0099cc;
}

/* COLONNE 2 ----------------------------- */

#col_2 {
	float:left;
	text-align: justify;
}
#col_2 #marge {
	padding: 0px 10px 0px 10px;
}
#col_2 ul {
	padding: 0px 50px 0px 50px;
}

.maxmodel {
	padding-top: 16px;
}
.maxmodel2 {
	padding-top: 13px;
}



/* BAS ----------------------------- */

#footer {
	width:960px;
	padding: 0;
	height: 24px;
	margin: 0 auto;
	position: relative;

}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_w3c {
	float: left;
	width: 20%;
	padding:0;
	margin: 0;
}

#footer_txt {
	float: left;
	margin: 0;
	line-height: 1.2em;
	font-size: 0.85em;
	position: relative;
	color: #FFFFFF;
	padding-top: 6px;
	word-spacing: 0.2em;
	letter-spacing: 0.2em;
	padding-left: 20px;
}

/* FLASH ----------------------------- */

#flash_galerie {
	width: 730px;
	height: 180px;
	margin:0;
	padding: 0;
}
.resultObject {
  	float:left;
}


/* FORMULAIRE */

input {
	border:  thin inset #f5f5f5;
	margin-bottom: 5px;
}

textarea{
	border:  thin inset #f5f5f5;	
	
}

.formulaire table {
	border-width:0px;
	border-style:none;
	width: 100%;
	padding: 0px;
	font-size: 12px;
}


.formulaire .td_1{
	text-align: right;
	border-width:0px;
	border-style:none;
	padding: 5px;
	font-size: 12px;
}

.formulaire .td_2{
	text-align: left;
	border-width:0px;
	border-style:none;
	padding: 5px;
	font-size: 12px;
}

.formulaire .td_3{
	border-width:0px;
	border-style:none;
	text-align: left;
	padding: 5px;
	font-size: 10px;
}

#pousse {
	float: right;
	padding-right: 285px;
}
