* {
	border: 0;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30;
} 

html {
	min-height: 100%;
}

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	background-color: #000000;
	background-image: url(images/fond.gif);
	background-repeat: repeat-y;
	line-height: 1.4em;
}

p {
	padding: 2px 0px 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;
}
h3 {
	font-size:15px;
	padding: 2px 6px 8px;
	word-spacing: 1px;
	letter-spacing: 1px;
}
.logocouleur {
	color: #002b8a;
	font-weight: bold;	
}
.couleur {
	color: #002b8a;
}
.couleur_italique {
	font-style: italic;
	color: #002b8a;
}
.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;
}
/* 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;
}


/* DEUX COLONNES DE 300 PX DE LARGE*/
.deuxcolonnes300 {
	display:block;
	margin:0;
	padding:0;
}
.deuxcolonnes300 ul {
	list-style: none;
	padding-left: 0px;
}
.deuxcolonnes300 li {
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.deuxcolonnes300 .li_2 {
	float: left;
	text-align: left;
	padding-left: 40px;
}


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

#fond_haut {
	background: #ededed url(images/fond_haut.gif) no-repeat 50% 0;
	height: 138px;
	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: 25px;
	width: 100%;
}

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

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

#logo {
	position: relative;
	height: 101px;
	width: 960px;
	z-index: 5;
}

/* MENU ----------------------------- */

.menu {
	position: relative;
	white-space:nowrap /*IE hack*/;
	height:37px;
	border:none;
	padding-left:30px;
	z-index: 100;
	color: #FFFFFF;
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
}
.menu ul {
	list-style-type:none;
}

.menu ul li {
	float:left;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/;
	border-right:solid 1px #afafaf;
}
.menu ul li a {
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;
	display:block;
	height:22px;
	padding:14px 14px 1px 10px;
	text-decoration:none;
	font-weight:bold;
	color: #FFFFFF;
}
.menu ul li ul {
	display:none;
	border:none;
}

/*Non-IE6 hovering*/
.menu ul li:hover {
	position:relative;
} 
/* couleur fond menu qd ss survolé */
.menu ul li:hover a {
	text-decoration:none;
}

.menu ul li:hover ul {
	position:absolute;
	z-index:999;
	display:block;
	width:16em;
	line-height:1.9em;
	left:0;
	top:37px;
}
/* couleur fond ssmenu non survolé */
.menu ul li:hover ul li a {
	white-space:normal;
	display:block;
	width:16em;
	height:auto;
	line-height:1.9em;
	margin-left:-1px;
	padding:0px 10px 0px 10px;
	border-left:solid 1px rgb(175,175,175);
	border-bottom: solid 1px rgb(175,175,175);
	font-weight:normal;
	background-image: url(images/bg_ssmenu.gif);
}
/* couleur fond ssmenu survolé */
.menu ul li:hover ul li a:hover {
	text-decoration:none;
	background-image: url(images/bg_ssmenu_roll_over.gif);
	}

/*IE6 hovering*/
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* liste : couleur rollover, bg*/
.menu ul li a:hover { 
	position:relative /*IE hack*/;
	z-index:1000 /*IE hack*/;
	background-image: url(images/top_roll_over.gif);
	color:#fdcb04;
	text-decoration:none;
}
.menu ul li a:hover ul {
	display:block;
	width:16.0em;
	position:absolute;
	z-index:999;
	top:37px;
	left:0;
	line-height:1.9em;
}
.menu ul li a:hover ul li a {
	white-space:normal;
	display:block;
	width:16.0em;
	height:1px;
	line-height:1.3em;
	padding:6px 10px 6px 10px;
	border-left:solid 1px rgb(175,175,175);
	border-bottom: solid 1px rgb(175,175,175);
	font-weight:normal;
	background-image: url(images/bg_ssmenu.gif);
}
.menu ul li a:hover ul li a:hover {
	background-image: url(images/bg_ssmenu_roll_over.gif);
	text-decoration:none;
}


/* EFFET FOND SUR HAUTEUR */ 

#conteneur {
	width: 950px;
	margin: 0;
	padding:0px 10px 0px 0px;
	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;
}

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


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

#flash_gauche {
	position: relative;
	height: 510px;
	width: 192px;
	z-index: 50;
}

#gauche_dessus {
	width: 192px;
	z-index: 250;
	position: absolute;
	padding:30px 0px 0px 10px;
}

#col_gauche h2 {
	color:#000000;
	font-size:13px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	word-spacing: 0.3px;
	letter-spacing: 0.3px;
}

#col_gauche h2 span{
	color:#000000;
	font-size:8px;
	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: 11px;
	line-height:16px;
}
#mention, #mention ul {
	margin:0;
	padding:0;
	list-style:none;
}
#mention li {
	font-size: 11px;
	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;
	font-weight: bold;
	font-size: 0.8em;
}
.fd1 a:hover{
	text-decoration: none;
	background-image: url(images/email_roll.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #0d3e95;
}
.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;
	font-weight: bold;
	font-size: 0.8em;
}
.fd2 a:hover{
	text-decoration: none;
	background-image: url(images/copy_roll.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #0d3e95;
}
.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;
	font-weight: bold;
	font-size: 0.8em;
}
.fd3 a:hover{
	text-decoration: none;
	background-image: url(images/plan_roll.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #0d3e95;
}
.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;
	font-weight: bold;
	font-size: 0.8em;
}
.fd4 a:hover{
	text-decoration: none;
	background-image: url(images/mention_roll.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #0d3e95;
}


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

#col_2 {
	float:left;
	text-align: justify;
}
#col_2 #marge {
	padding: 28px 10px 0px 16px;
	margin-bottom: 13px;
}
#col_2 ul {
	padding: 0px 50px 0px 50px;
}

#col_2 h2 {
	padding: 2px 6px 8px 0px;
}

.fd a:link, .fd a:visited {
	text-decoration: none;
	padding-left: 15px;
	background-image: url(images/email.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #000000;
	font-weight: bold;
}
.fd a:hover{
	text-decoration: none;
	background-image: url(images/email_roll.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #002b8a;
}
/* 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%;
	margin: 0;
	padding-top: 3px;
}

#footer_txt {
	float: left;
	margin: 0;
	line-height: 1.2em;
	font-size: 0.85em;
	position: relative;
	color: #FFFFFF;
	padding-top: 7px;
	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;
}



/* STYLE POUR FORMULAIRE DE CONTACT */

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #F0F0F0; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #000000;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
	border:1px solid #000000;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
	}
tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left-width:thin;
	border-right-width:thin;
	border-top-width:thin;
	border-bottom-width:thin;
}

