/* encarts communiques homepage */

.encart_communiques { width: 300px; font-family: Arial, sans-serif; font-size: 1.1em; margin: 0 0 10px auto; text-align: left; }
  .encart_communiques .titre { font-size: 0.9em; background-color: #6C9D31; color: #fff; text-transform: uppercase; padding: 2px 4px; margin: 0; }
  .encart_communiques ul { list-style-position: inside; margin: 0.5em 0 0 0; padding: 0; }
    .encart_communiques ul li { margin: 0 0 0.4em; }

/* encarts produits homepage */
.encart_produit { width: 300px; font-family: Arial, sans-serif; font-size: 1.1em; margin: 0 0 10px auto; text-align: left; }
.encart_produit .titre_ent { font-size: 0.9em; background-color: #6C9D31; color: #fff; text-transform: uppercase; padding: 2px 4px; margin: 0; }
.encart_produit .titre_ent_lien,
h2 a.titre_ent_lien { color: inherit; text-decoration: none; }
.encart_produit .titre_ent_lien:hover,
h2 a.titre_ent_lien:hover { text-decoration: underline; }
.encart_produit .titre { background-color: #fff; padding: 5px; border: 2px solid #eee; border-width: 0 2px;}
.encart_produit .titre a { color: inherit; text-decoration: none; }
.encart_produit .titre a img { border: 0; }
.encart_produit .texte { background-color: #eee; padding: 5px; /* clear: both; */ }
.encart_produit .img_pdt { height: 70px; margin: 0 5px 0 0; float: left; */ }
.encart_produit .titre_pdt { font-weight: bold; font-size: 0.9em; margin: 0; }
.encart_produit .desc_pdt { font-size: 0.8em; margin: 0; }
.encart_produit .info_pdt { font-size: 0.9em; text-transform: uppercase; margin: 0.5em 0 0; text-align: right; }
.encart_produit .info_pdt a { font-weight: bold; text-decoration: none; color: #6C9D31; }
.encart_produit .info_pdt a:hover { text-decoration: underline; }

/* pub à droite */
.pub_droite_img { margin: 0 0 10px auto; padding: 0; }
  .pub_droite_img img { margin: 0; }

/* pub à gauche */
.pub_gauche_img { margin: 0 0 5px 2px; padding: 0; }
  .pub_gauche_img img { margin: 0; }

/* gestion des espaces pub */
#topad {
	text-align: left;
	background-color: #28903A;
	height: 90px;
	padding: 5px;
}


/* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
/* basic elements */

body {
/*	background-image: url(../images/motif.gif);*/
	margin: 0px;
	padding: 0px;
	font: 12px/16px arial, helvetica, sans-serif;
}
img {
	border: 0px;
}
a:link, a:visited {
	font: 12px/16px arial, helvetica, sans-serif;
	color: #6C9D31;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}
h2, h3, h4, h5, h6 {
	font: 12px/16px arial, helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 6px 3px 6px;
	margin-top: 12px;
}

h2 {
	background: #6C9D31;
}
h3 {
	background: #971B1E;
}
.separation {
	clear: both;
	visibility: hidden;
}
/* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
/* gestion des listes */
#col2 ul {
	margin: 0px;
	padding: 0px;
}
#col2 li {
	list-style: none;
}
/* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
/* definition des zones */

#wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	z-index: 100;
}
#conteneur {
	position: relative;
	width: 1000px;
	padding: 0px;
	background: #fff;
	margin-top: 0px;
	font: 12px/16px arial, helvetica, sans-serif;
	color: #000;
	z-index: 101;
}
/*#header {
	border-bottom: 15px solid #9D9FA2;
	background: url(images/header_motif.gif) top left repeat-x;
	}*/
	
#header {
	background: url(images/header_motif.gif) top left repeat-x;
	height : 179px;
	}
/* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
/* quicklist et ses trois lignes */

#quicklist {
	position: absolute;
	left: 745px;
	top: 5px;
	z-index: 104;
	width: 250px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #fff;
}
#sidentifier {
	border-bottom: 1px solid #99CCFF;
	letter-spacing: 1px;
}
#selection {
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	height: 25px;
	border-bottom: 1px solid #99CCFF;
		letter-spacing: 1px;
}
 #environnement {
	padding-left: 0px;
	letter-spacing: 1px;
}
/* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
#quicklist a {
	color: #fff;
}
#quicklist form {
	margin: 0px;
	padding: 0px;
}
.memo {
	font: 10px/16px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

.memo a:link {
	font: 10px/16px Arial, Helvetica, sans-serif;
	padding: 2px 5px 2px 5px;
	border-left: 1px solid #000;
	text-decoration: none;
	background: #6C9D31;
}
.memo a:hover {
	background: #971B1E;
}
#selection img {
	margin-right: 3px;
}
#selection a, #sidentifier {
	font: 16px/16px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#selection a:hover {
	text-decoration: underline;
}
#environnement a {
	font: 10px/16px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#environnement a:hover {
	text-decoration: underline;
}
/* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
#top {
	width: 1000px;
	background-color: #28903A;
	color: #fff;
}

/* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
/* la page et ses quatres colonnes */
/*#page {
	position: relative;
	z-index: 106;
	padding: 1px 0px 1px 0px;
	width: 1000px;
	border-top: 15px solid #000;
}*/
#page {
	position: relative;
	z-index: 106;
	padding: 1px 0px 1px 0px;
	width: 1000px;
	border-top: 1px dotted #ccc;
}
#nav {
	float: left;
	width: 216px;
	padding: 10px 5px 1px 0px;
	z-index: 107;
}
#col2 {
	float: left;
	width: 435px;
	margin-left: 13px;
	padding: 10px 0px 10px 0px;
	z-index: 108;
	background: #fff;
}
#rightad {
	float: right;
	width: 310px;
	/*height: 610Px;*/
	margin: 0px;
	padding: 10px 0px 0px 5px;
	border-left: 1px solid #B3B3B3;
	z-index: 110;
	text-align: center;
}
/* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
/* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */

/* la col de gauche et sa navigation */


#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style: none;
	padding: 2px 2px 3px 8px;
	margin: 0px 7px 0px 0px;
	border-bottom: 1px solid #99CCFF;
}
#nav li a:link, #nav li a:visited {
	color: #fff;
	text-decoration: none;
}
#nav li a:hover {
	color: #006699;
}
.categorie {
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(images/nav_blu1.gif) 0 0 no-repeat;
	padding: 3px 0px 3px 10px;
	color: #fff;
	margin: 0px;
	font-weight:bold;
	letter-spacing:0.1em;
}
.categorie_bas {
	padding: 0px 0px 15px 0px;
	background: url(images/nav_blu1.gif) left bottom no-repeat;
}
.link_bas {
	padding-bottom: 15px;
	padding-top: 1px;
	background: url(images/nav_blu2_bottom.gif) 0 100%  no-repeat;
	margin-bottom: 15px;
}
.link_bas_wide {
	padding-bottom: 15px;
	padding-top: 1px;
	background: url(images/nav_blu2_bottom_wide.gif) 0 100%  no-repeat;
	margin-bottom: 15px;
}

/* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
/* typo de couleur */


.black {
	font: 18px/22px Arial, Helvetica, sans-serif;
}
.red {
	font: bold 12px/16px arial, helvetica, sans-serif;
	color: #C1272D;
}
/* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
/* presentation des resultats */
.wrap_fiche1 {
	background: url(images/fiche1_top.gif) top left no-repeat;
	padding: 17px 0px 0px 0px;
}
.wrap_ficheinterne1 {
	background: url(images/fiche1_bottom.gif) bottom left no-repeat;
	padding: 1px 8px 12px 14px;
}
.wrap_fiche0 {
	background: url(images/fiche0_top.gif) top left no-repeat;
	padding: 10px 0px 0px 0px;
}
.wrap_ficheinterne0 {
	background: url(images/fiche0_bottom.gif) bottom left no-repeat;
	padding: 1px 5px 15px 5px;
}
.wrap2_fiche {
	background: url(images/fiche2_top.gif) top left no-repeat;
	padding: 11px 0px 0px 0px;
}
.wrap2_ficheinterne {
	background: url(images/fiche2_bottom.gif) bottom left no-repeat;
	padding: 1px 5px 20px 5px;
}
.voirtout {
	background: url(images/arrow_down.gif) top left no-repeat;
	padding-left: 16px;
}
.ajouter {
	background: url(images/arrow_more.gif) top left no-repeat;
	padding-left: 16px;
}
.selected {
	background: url(images/arrow_selected.gif) top left no-repeat;
	padding-left: 16px;
}
.back {
	background: url(images/arrow_back.gif) top left no-repeat;
	padding-left: 16px;
}
.lookup {
	background: url(images/arrow_top.gif) top left no-repeat;
	padding-left: 16px;
}


/* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
/* la colonne du centre page entreprise du haut en bas */
.col2_top {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 6px 4px 0px 6px;
	margin-bottom: 4px;
	background: url(images/top.gif) top left repeat-x;
	height: 24px;
	text-align: right;
}
.modules_top {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 3px 2px 2px 6px;
	margin-bottom: 0px;
	/*background: url(images/top.gif) top left repeat-x;*/
	/*height: 20px;*/
	text-align: left;
	font-weight:bold;
	width:205px;
	font-size:10px;
}
.entreprise_logo {
	float: left;
	width: 150px;

}
.entreprise_nom {
	float: right;
	width: 200px;
	background: url(images/coin.gif) top left no-repeat;
	padding: 8px 0px 0px 8px;
}
.nom {
	font: 16px/16px Arial, Helvetica, sans-serif;
	color: #000;
	font-weight:bold;
}
.entreprise_info {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight:normal;
}

/* gestion produits */
.produits h2 {
	background: #6C9D31;
	width:190px;
	margin: 0px;
	padding:3px;
}
.produits li {
	margin : 0px;
	padding: 0px;
	text-indent: 0px;
	list-style:none;
	list-style-position: outside;
}

.produits_left {
	float: left;
	width: 200px;
	font-weight: bold;
}
.produits_right {
	float: right;
	width: 200px;
	margin-right: 3px;
}

/* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
/* gestion coordonnees */
#coordonnees h2 {
	background: #971B1E;
}
.coordonnees_left {
	font-weight: bold;
	float: left;
	width: 200px;
}
.contact_principal {
	float: right;
	width: 200px;
	background: url(images/coin.gif) top left no-repeat;
	padding: 8px 0px 0px 8px;
}

.coordonnees_contact {
	text-transform: uppercase;
	font: bold 12px/14px arial, helvetica, sans-serif;
	color: #971B1E;
}

/* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
/* gestion autres contacts */

#autres_contacts h2 {
	background: #F26522;
}
#autres_contacts a {
	font: 10px/14px arial, helvetica, sans-serif;
}
.autres_left{
	font: 10px/14px arial, helvetica, sans-serif;
	float: left;
	width: 132px;
	background: url(images/coin.gif) top left no-repeat;
	padding: 6px 2px 0px 6px;
}

/* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
/* gestion description de l activite */
#description h2 {
	background: #28903A;
}
.green {
	font: bold 12px/18px arial, helvetica, sans-serif;
	color: #28903A;
	border-top: 1px dotted #B9B9B9;
	padding-top: 2px;
	padding-left: 15px;
	background: url(images/arrow.gif) 50% left no-repeat;
}
.date {
	font: bold 12px/18px arial, helvetica, sans-serif;
	color: #999;
}
.date_small {
	font: normal 10px/13px arial, helvetica, sans-serif;
	color: #999;
	width:100%;
	text-align:right;
	padding: 0px;
	margin: 0px;
}
/* gestion recherche de collaboration */
#colaboration h2 {
	background: #8CC631;
}

#offre_emploi h2 {
	background: #007070;
}
.filet {
	border-bottom: 1px dotted #B9B9B9;
}

#espace_video h2 {
	background: #6C9D31;
}
.credit {
	font: bold 10px/14px arial, helvetica, sans-serif;
	color: #6C9D31;
	text-transform: uppercase;
}



.cola_left {
	float: left;
	width: 265px;
}
.cola_right {
	font: 10px/14px arial, helvetica, sans-serif;
	float: right;
	width: 130px;
	background: url(images/coin.gif) top left no-repeat;
	padding: 6px 0px 0px 6px;
}
.cola_contact {
	text-transform: uppercase;
	font: bold 12px/14px arial, helvetica, sans-serif;
	color: #8CC631;
}


/* footer */

#footer {
	text-align: center;
	color: #fff;
	clear: both;
}
#footerone {
	font: 11px/18px Arial, Helvetica, sans-serif;
	padding: 1px 5px 1px 5px;
	letter-spacing: 1px;
	background: #9DA2A8;
	text-transform: uppercase;
}
#footerone a {
	padding-right: 12px;
}
#footertwo {
	font: 11px/18px Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	background: #28903A;
	
}
#footer a {
 	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
/*---------------------------------------------------*/
a.alphabet:link, a.alphabet:visited {
	font: bold 11px/15px arial, helvetica, sans-serif;
	color: #6C9D31;
	text-decoration: none;
}
a.alphabet:hover {
	text-decoration: none;
	background: #6C9D31;
	color: #FFFFFF;
}
a.alphabet_on:link, a.alphabet_on:visited {
	text-decoration: none;
	background: #6C9D31;
	color: #FFFFFF;
}
a.alphabet_on:hover {
	text-decoration: none;
	background: #6C9D31;
	color: #FFFFFF;
}
/*---------------------------------------------------*/
#zoom {
	visibility:hidden;
	position:absolute;
	top:64px;
	left:0px;
	background-color:#fff;
	z-index:999;
}
.pointille {
	color: #28903A;
	border-top: 1px dotted #B9B9B9;
	padding: 0px;
	margin: 0px;
}



/* gestion des formulaires */
#formulairetop {
	background: url(images/formulaire_top.gif) 0 0 no-repeat;
	color: #fff;
	height: 20px;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 10px 5px 1px 5px;
	text-align: center;
}
.formulaire {
	background: #DFEED9;
	border-left: 1px solid #5EBF4C;
	border-bottom: 1px solid #5EBF4C;
	border-right: 1px solid #5EBF4C;
	padding: 15px 15px 15px 15px;
	width:398px;
}
.formulaireTitre {
	font: normal 16px/16px Arial, Helvetica, sans-serif;
}
.formtexte {
	float: right;
	width: 350px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
.formtextevert {
	float: right;
	width: 340px;
	border-bottom: 1px solid #fff;
	padding: 5px;
	background: #5EBF4C;
}
.formNum {
	float: left;
	width: 30px;

}
form {
 padding: 0px;
 margin: 0px;
}
.cadre {
	border:0px;
	padding:5px;
	border-color:#999999;
	border-style:dotted;
	border-width:thin;
}

.cadreblack {
	border:2px;
	padding:3px;
	margin:0px 0px 10px 0px;
	border-color:#aaaaaa;
	border-style:solid;
	border-width:1px;
	width:97%;
	background-color: #F0F0F0;
}

/* IE6 */
a.titre_ent_lien { color: #fff; }
