/* GENERAL */

html {
	height: 100%;
}

body {
   height: 100%;
   width: 760px;
   margin: auto;
}

h3 {
	text-decoration: underline;
	margin-bottom: 0.5em;
}

h4 {
	text-decoration: underline;
	margin-bottom: 0.5em;
}

/* page "Produits" */

div.row {
 	clear: both;
	padding-top: 10px;
	padding-bottom: 30px;
 }

div.row span.label {
 	float: left;
 	text-align: right;
	width: 150px;
	margin-right: 20px;
	vertical-align: middle;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
 }

div.row span.formw {
	float: left;
 	text-align: justify;
	width: 520px;
}
 
div.row a {
	float: left;
	margin-left: 100px;	
}
	
div.row  h1, h2, h3, h4 {
	display: inline;
}

/* page"Téléchargements */

div.row2 {
 	clear: both;
	padding-top: 10px;
	padding-bottom: 30px;
 }

div.row2 span.label {
 	float: left;
	
	text-align: right;
	vertical-align: middle;
 	width: 300px;
	margin-right: 20px;
 }
 
div.row2 span.formw {
	float: left;
 	text-align: left;
	width: 300px;
 }
 
 div.row2  h1, h2, h3, h4 {
 	display: block;
	padding: auto;
}


/* LIENS HYPERTEXTES */

.Contact {
	text-decoration:none;
	font-style:italic;
	font-weight:normal;
	font-size:1em;
	color: black;
}

.Lien {
	font-size: 0.7em;
	font-weight: normal;
	color: #0453A2;
}


/* PARTIE ASSOCIEE AUX IMAGES */

.Image {
	border-style: none;	
	display: block;
}


/* PARTIE ASSOCIEE AUX TABLEAUX */

.Download {
	font-weight: bold;
	font-size: 0.95em;
	text-align: center;
	margin: 0 auto;
}

.TitreColonne {
	color: #0C419F;
	font-weight: bold;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	background-image: url("../Images/tableau_fond_degrade.gif"); 
	height: 20;
}

.TableauLigne1{
	color: #000000;
	font-weight: normal;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	background-color: #E3F5FF;
	width: 400;
}

.TableauLigne2{
	color: #000000;
	font-weight: normal;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.Reference {
	width: 600;
	margin: auto;
}

.Reference td {
	padding: 10px;
	vertical-align: bottom;
	text-align: center;
	width: 240px;
}

.Reference img{
	display: inline;
}

/* PARTIE ASSOCIEE AUX BLOCS */

#conteneur {
	position: relative;
	min-height: 100%;
}

#en_tete {
	height: 200px;
	width: 758px;
	background-image: url("../Images/siege.jpeg");
	background-position: 200px 5px;
	background-repeat: no-repeat;
}	

#menu {
	width: 758px;
}

#corps {
	width: 758px;
	padding-bottom: 40px;
}

#corps h1, h2 { 
	text-align: center;
}

#corps p {
	font-size: 1em;
	font-weight: normal;
	font-family: arial;
}

#corps p.Note {
	clear: both;
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	margin-top: 60px;
	text-align: justify;
}

#pied_de_page {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 758px;
}


/* PARTIE ASSOCIEE AUX ONGLETS */

ul#tabnav {
	font: bold 11px verdana, arial, sans-serif;
    list-style-type: none;
    padding-bottom: 24px;
    border-bottom: 1px solid #0039E6;
	padding: 0 auto;
}
	
ul#tabnav li  {
	float: left;
    height: 21px;
    background-color: #b7f7e3;
    margin: 2px 2px 0 2px;
    border: 1px solid #0039E6;	
	width: 130px;	
}

ul#tabnav li.active  {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

#tabnav li:hover {
    background: #fff;
}

#tabnav a  {
    display: block;
    color: #822A2A;
    text-decoration: none;
    padding: 4px;
	text-align: center;
}





