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


.conteneur {
	width: 1030px;
	background: url(fondsite.png) repeat-y;
	
}


.header {
	/*border: 1px dashed;*/
	float: left;
	margin-left: 14px;
	width: 1000px;
	height: 95px;
	background-color: Purple;
	display:inline; /* Gère le problème de doublement des marges sous IE6 */
}


.menu {
	/*border: 1px dashed;*/
	float: left;
	margin-left: 14px;
	width: 1000px;
	height: 31px;
	background-color: #f2f2f2;
	background: url(fond_menu.png);
	background-repeat: no-repeat;
	display:inline; /* Gère le problème de doublement des marges sous IE6 */
}


.fil {
	/*border: 1px dashed;*/
	float: left;
	margin-left: 15px;
	width: 999px;
	height: 28px;
	text-align: left;
	background-color: #f2f2f2;
	display:inline; /* Gère le problème de doublement des marges sous IE6 */
}


.ban_index {
	/*border: 1px dashed;*/
	float: left;
	margin-left: 15px;
	width: 999px;
	height: 220px;
	text-align: left;
	background-color: #ffffff;
	background: url(ban_index.jpg);
	background-repeat: no-repeat;
	display:inline; /* Gère le problème de doublement des marges sous IE6 */
}
.index {
	/*border: 1px dashed;*/
	width: 999px;
	float: left;
	margin-left: 15px;
	text-align: left;
	display: inline; /* Gère le problème de doublement des marges sous IE6 */
	background-color: #ffffff;
}



.index_gauche{
	/*border: 1px dashed;*/
	width: 222px;
	float: left;
	text-align: center;
	display:inline; /* Gère le problème de doublement des marges sous IE6 */
}

.index_centre{
	/*border: 1px dashed;*/
	float: left;
	width: 550px;
	display:inline; /* Gère le problème de doublement des marges sous IE6 */
	background-color: #fff;
}

.index_droite{
	/*border: 1px dashed;*/
	width: 222px;
	float: left;
	text-align: center;
	display:inline; /* Gère le problème de doublement des marges sous IE6 */
}


.page {
	/*border: 1px dashed;*/
	width: 999px;
	float: left;
	margin-left: 15px;
	text-align: left;
	display: inline; /* Gère le problème de doublement des marges sous IE6 */
	background-color: #fff;
}

.page_gauche{
	/*border: 1px dashed;*/
	width: 205px;
	float: left;
	text-align: center;
	display:inline; /* Gère le problème de doublement des marges sous IE6 */
	
}

.page_centre{
	/*border: 1px dashed;*/
	float: left;
	width: 660px;
	padding-top: 10px;
	padding-left: 20px;
	display:inline; /* Gère le problème de doublement des marges sous IE6 */
}

.page_droite{
	/*border: 1px dashed;*/
	float: left;
	width: 105px;
	display:inline; /* Gère le problème de doublement des marges sous IE6 */
}

.promo_gauche{
	/*border: 1px dashed;*/
	width: 305px;
	float: left;
	text-align: center;
	display:inline; /* Gère le problème de doublement des marges sous IE6 */
	
}

.promo_centre{
	/*border: 1px dashed;*/
	float: left;
	text-align: center;
	width: 610px;
	padding-top: 10px;
	padding-left: 20px;
	display:inline; /* Gère le problème de doublement des marges sous IE6 */
}

.promo_droite{
	/*border: 1px dashed;*/
	float: left;
	width: 55px;
	display:inline; /* Gère le problème de doublement des marges sous IE6 */
}


.footer {	
	float: left;
	margin-left: 14px;
	width: 1000px;
	background-color: #bbb;
	color: #0e3293;
	text-align: center;
	font-size: 10pt;
	display:inline; /* Gère le problème de doublement des marges sous IE6 */
}

.footer2 {
	float: left;
	margin-left: 15px;
	width: 999px;
	background-color: #f2f2f2;
	display:inline; /* Gère le problème de doublement des marges sous IE6 */
}

.clr {
	clear:both;
} 


.bassite {
	width: 1030px;
	background-image: url(bassite.png) repeat-x;
}



/* --------------- pour la page "materiau-reflecteur" --------------- */

.page_gauche2{
	/*border: 1px dashed;*/
	margin-top: 15px;
	padding: 10px;
	width: 200px;
	float: left;
	display:inline; /* Gère le problème de doublement des marges sous IE6 */
}

.page_centre2{
	/*border: 1px dashed;*/
	/*border-top: 1px solid #bbb;*/
	float: left;
	width: 480px;
	margin-top: 5px;
	padding: 10px;
	display:inline; /* Gère le problème de doublement des marges sous IE6 */
}

.page_droite2{
	/*border: 1px dashed;*/
	/*border-top: 1px solid #bbb;*/
	float: left;
	width: 200px;
	margin-top: 5px;
	padding: 10px;
	display:inline; /* Gère le problème de doublement des marges sous IE6 */
}



/* --------------- pour la page "societe" --------------- */

.centre_gauche_gd{
	width: 400px;
	float: left;
}

.centre_droite_pt{
	width: 200px;
	float: right;
}

.centre_gauche_pt{
	width: 200px;
	float: left;
}

.centre_droite_gd{
	width: 420px;
	float: right;
}






/* -------------------------------------------------------------------- */
/* 		       	   	  STYLES		    		*/
/* -------------------------------------------------------------------- */


body {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #fff;
	font-family: Tahoma, Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}


h1{
	font: Arial;
	font-size: 14px;
	font-weight: bolder;
}


.h1_index{
	font-family: Myriad, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size: 14pt;
	color: #2dA22f;
	text-decoration: none;
}


.gras{	
	font-weight : bold;
}


.gras2{	
	font-weight : bold;
	font-size: 12pt;
}


.mailto {
	color: #0e3293;
}



.ariane_index {
	font-family: Myriad, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 8pt;
	color: #162983;
	text-decoration: none;
	padding-left: 20px;
	line-height: 25px;
}


.ariane_first a {
	font-family: Myriad, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 8pt;
	color: #162983;
	text-decoration: underline;
	padding-left: 20px;
	line-height: 25px;
}

.ariane_last {
	font-family: Tahoma, Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 8pt;
	color: #162983;
	text-decoration: none;
	line-height: 25px;
}

.ariane_first a:hover {
	text-decoration: none;
}

.fil {
	font-family: Tahoma, Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 8pt;
	color: #2ba22d;
	text-decoration: none;
	line-height: 25px;
}
.fil_vert {
	color: #2ba22d;
}

.fil_orange {
	color: #ec7205;
}

.fil_rose {
	color: #c70060;
}

.fil_violet {
	color: #923288;
}

.fil_rouge {
	color: #c3131e;
}

.fil_bleu {
	color: #0080c7;
}



.titre_bleu {
  font-weight : bold;
  font-size: 13pt;
  color: #162983;
}

.titre_orange {
  font-weight : bold;
  font-size: 13pt;
  color: #E95D0F;
}

.soustitre_bleu {
	font-weight: bold;
	font-size: 10pt;
	color: #162983;
}

.soustitre_orange {
	font-weight: bold;
	font-size: 10pt;
	color: #E95D0F;
}

.soustitre_orange2 {
	font-weight: bold;
	font-size: 12pt;
	color: #E95D0F;
}

.orange {
	font-weight : bold;
	color: #E95D0F;
}


.bleu_petit {
	font-weight : normal;
	font-size: 10pt;
	color: #13358A;
}


.bleu {
	font-weight : bold;
	color: #009EE0;
}



.pied, .pied a {
	font-family: Tahoma, Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 8pt;
	color: #BBBBBB;
	text-decoration: none;
}
.pied a:hover {
	text-decoration: underline;
}



/* page index */

.index_orange1{
	font-weight : bold;
	font-size: 11pt;
	color: #E95D0F;
}
.index_orange2{
	font-weight : bold;
	font-size: 12pt;
	color: #E95D0F;
}
.index_orange3{
	font-weight : bold;
	font-size: 13pt;
	color: #E95D0F;
}
.index_bleu1{
	font-weight : bold;
	font-size: 11pt;
	color: #162983;
}
.index_bleu2{
	font-weight : normal;
	font-size: 14pt;
	color: #162983;
}
.index_bleu3{
	font-weight : bold;
	font-size: 13pt;
	color: #162983;
}


.rouge {
	font-weight : bold;
	color: red;
}

.vert {
	font-weight : bold;
	color: green;
}


/* ---------- contours tableaux ---------- */

.contour_tab1 {
	border: 1px solid #dac159;
}


.contour_tab2 {
	border: 1px solid #DFD7B5;
}





/* ---------- boutons ---------- */


.savoir_plus {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #fff;
}

.buttons a, .buttons button {
	display:block;
	/*float:left;*/
	margin:0 7px 0 0;
	background-color:#e8e8e8;
	border:1px solid #d0d0d0;
	border-top:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#444;
	cursor:pointer;
	padding:5px 10px 6px 7px; /* Links */
}

.buttons button {
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}

.buttons button[type] {
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}

*:first-child+html button[type] {
	padding:4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img {
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	height:16px;
}



/* standard */

/*button:hover, .buttons a:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

.buttons a:active {
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}/


/* envoyer */

button.envoyer, .buttons a.envoyer {
    color:#529214;
}

.buttons a.envoyer:hover, button.envoyer:hover {
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}

.buttons a.envoyer:active {
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}


/* negative */

/*.buttons a.negative, button.negative {
    color:#d12f19;
}

.buttons a.negative:hover, button.negative:hover {
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}

.buttons a.negative:active {
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}*/