/* Vadeleux CSS */


/****** Positionnement ******/

#conteneur {
	width:82%;
	background-color:#FFFFFF;
	background-image:url(images/palmier.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	z-index:2;
	border:3px dashed #1E589F;
	padding:10px;
	padding-top:100px;
	margin:0 auto;
}

/*** En-tête ***/
#entete {
	left:0;
	text-align:center;
	height:66px;
	position:absolute;
	width:100%;
}

/*** Menu gauche ***/
#menug1 { top:160px;}
#menug2 { top:280px;}
#menug3 { top:345px;}
#menug4 { top:470px;}
.menug {
/*	width:125px;*/
	position:absolute;
	font-size:10pt;
	background-color:#FFFFFF;
	left:9%;
}
.menug .mtitre {
	font-size:11pt;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	background-color:#1E589F;
	text-align:left;
	padding-left: 5px;
	border-width: 1px;
	border-style: solid;
	border-color:#1E589F #000000 #000000 #1E589F;
}
 /* Effets des liens */
.menug ul {
	padding:0px;
	margin:0px;
}
.menug li {
	list-style:none;
}
/* Liens */
.menug a {
	display:block;
	text-decoration:none;
	padding:2px 0 5px 9px;
	border-width: 1px;
	border-style: solid;
	border-color:#1E589F #000000 #000000 #1E589F;
	width:95px;
}
a:link {
	color:#1E589F;
	border-top:0px;
}
a:visited {
	color:#008B3F;
	border-top:0px;
}
.menug a:hover {
	color:#FFFFFF;
	background-color:#1E589F;
	padding:4px 0 3px 11px;
	border-style:solid;
	border-color:#000000 #0000FF #0000FF #000000;
	width:93px;
}

/*** Corps ***/
#lecorps {
	width:85%;
	margin-left:130px;
}
/* Articles */
.article {
	padding:10px 5px 10px 10px;
	border:1px outset #1E589F;
	margin:20px 5px;
	background-color:#FFFFFF;
	width:90%;
}
.article img.image {
	float:left;
	width:90px;
	margin: 15px;
}
.article .presente {
	margin-left:130px;
	padding-left:10px;
	border-left: 3px double #1E589F;
	list-style:none;
}
li.details { padding:5px 0 0 10px;}
.article a { font-weight:bold; text-decoration:none;}
#lecorps hr {
  clear: both;
  visibility: hidden;
}
.gauche {
	text-align:center;
	float:left;
}
.droite {
	text-align:center;
	float:right;
}
.centrer { text-align:center;}
.cadre {
	border-top: 1px dashed #1E589F;
}

/*** Pied ***/
#pied {
	width:100%;
	clear:both;
	text-align:center;
	color:#FFFFFF;
	font-family:"Lucida Console", Verdana;
	font-size:8pt;
	margin:15px 0;
}

/****** Pr&eacute;sentation g&eacute;n&eacute;rale ******/

body {
	font-family:arial, "Times New Roman", Times, serif;
	font-size:10pt;
	background-color:#008B3F;
}
h1 {
	font-size: 14pt;
	color: #1E589F;
	text-transform: uppercase;
	word-spacing: 10px;
	border-bottom:3px solid #1E589F;
}
h2 {
	font-size: 12pt;
	color: #008B3F;
	font-variant:small-caps;
}
h3 {
	font-size: 12pt;
	color: #1E589F;
	border-bottom: 1px dashed #1E589F;
}
h4, .article .titre {
	font-size: 10pt;
	color: #1E589F;
	padding-bottom:10px;
}
h5 {
	font-size: 10pt;
	color:#008B3F;
}
h1, h2, h3, h4, h5, h6, .article .titre {
	font-family:arial, "Times New Roman";
	text-align: left;
	font-weight:bold;
	margin-left:10px;
}
#lecorps p.h1 {
	font-family:arial, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:11pt;
	border:none;
}
#lecorps p.h2 {
	font-family:arial, "Times New Roman", Times, serif;
	font-size:11pt;
	font-style:oblique;
	border:none;
}
#lecorps dt {
	font-weight:bold;
	padding-top:10px;
}
#lecorps dd {margin-left:25px;}
#lecorps ul li.fleche {
	list-style-image:url(images/b_go.gif);
	margin:5px;
}

 /***** Formulaire *****/
 
form fieldset {
 	padding:10px;
	border-color: #000000;
	border-width: 1px 0 0 0;
	border-style: solid;
}
form fieldset.appart {
	width:50px;
	border:1px solid #1E589F;
}
form legend {
 	font-size: 10pt;
	color: #1E589F;
	font-family:arial, "Times New Roman";
	font-weight:bold;
}
form label.texte {
	float:left;
	width:80px;
}

/***** Tableaux *****/

table.tbdetails {
	border:2px solid #008B3F;
	text-align:center;
	width:76%;
/*	border-collapse:collapse;*/
}
table.tbdetails th {
	font-size:11pt;
	color:#1E589F;
	padding:4px 0;
	border:2px solid #008B3F;
}
table.tbdetails tr.colore {
	background-color:#EEEEEE;
	color:#1E589F;
}
table.tbdetails tr.colore2 {
	background-color:#DDDDDD;
	color:#008B3F;
	font-weight:bold;
}
table.tbdetails td{
	border:1px solid #000000;
	padding:1px 3px;
}
table.tbdetails td.g {text-align:left;}
table.tbdetails td.d {text-align:right;}

/***** Contact *****/

#contact {
	border:4px double #000000;
	width:99%;
	font-family:Arial, Helvetica, "sans-serif";
	color:#000000;
	font-size:12pt;
}
#contact .tete {
	font-size:14pt;
	text-align:center;
	width:100%;
	margin:15px 0;
}
#contact .droite {width:50%;}