/* ----------------------------------------------------------------------------------------------- */
/* --- C S S --- Cédric CARMIE --- iMédia Création --- C-toucom ---------------------------------- */
/* --------------------------------------------------------------------------------------------------
                           ___          ____  ____       ___  ____  _  __
                  WWW .   /     ___      /   /   / /  / /    /   / / \/ /   . COM
                         /__            /   /___/ /__/ /___ /___/ /    /                  

-------------------------------------------------------------------------------------------------- */

body, html {
	background:#c9c6c5;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color:#636363;
	font-size:12px;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	text-align:center;
}

/* ----------------------------------------------------------------------------------------------- */
/* Les titres */

h1 {
	color:#008FC1;
	font-weight:normal;
	background:url(../images/h1.png) no-repeat 1px 1px;
	padding:3px;
	padding-left:20px;
}
h1 a {
	color:#008FC1;
}
h1 a:hover {
	color:#7ec5df;
	text-decoration:none;
}
h1 a:active {
	color:#008FC1;
}

/* ---------- */

h2 {
	color:#B1C800;
	font-weight:normal;
}
h2 a {
	color:#B1C800;
}
h2 a:hover {
	color:#ccde47;
	text-decoration:none;
}
h2 a:active {
	color:#B1C800;
}

/* ---------- */

h3 {
	color:#908371;
}
h3 a {
	color:#908371;
}
h3 a:hover {
	color:#aea394;
	text-decoration:none;
}
h3 a:active {
	color:#908371;
}

/* ---------- */

h4 {
	color:#008FC1;
}
h4 a {
	color:#008FC1;
}
h4 a:hover {
	color:#e0d9d2;
	text-decoration:none;
}
h4 a:active {
	color:#008FC1;
}

/* ---------- */

h5 {
	color:#B1C800;
	border-left:4px solid #B1C800;
	padding-left:5px;
}
h5 a {
	color:#B1C800;
}
h5 a:hover {
	color:#ccde47;
	text-decoration:none;
}
h5:hover {
	border-left:4px solid #ccde47;
}
h5 a:active {
	color:#B1C800;
}

/* ---------- */

h6 {
	color:#908371;
}
h6 a {
	color:#908371;
}
h6 a:hover {
	color:#aea394;
	text-decoration:none;
}
h6 a:active {
	color:#908371;
}

/* ---------- */

a {
	color:#636363;
}
a:hover {
	color:#008fc1;
}
a:active {
	color:#b1c800;
}

ul li {
	list-style:none;
	background:url(../images/li.jpg) no-repeat 1px 6px;
	padding-left:14px;
}

ol li {
	list-style:none;
	background:url(../images/li2.jpg) no-repeat 1px 6px;
	padding-left:14px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Contenu total */

#contenu {
	position:relative;
	overflow:hidden;
	width:100%;
	height:auto;
	margin-bottom:0;
	min-height:100%;
}

/* ----------------------------------------------------------------------------------------------- */
/* Calque contenant l'ombre */

#conteneur_ombre {
	position:relative;
	overflow:hidden;
	height:auto;
	background:url(../images/ombre.png) repeat-y;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/* ----------------------------------------------------------------------------------------------- */
/* Partie haute du site */

#haut {
	position:relative;
	overflow:auto;
	width:100%;
}

/* ----------------------------------------------------------------------------------------------- */
/* Bannière du site */

#banniere {
	position:relative;
	overflow:auto;
	background:#ffffff url(../images/banniere.jpg) no-repeat;
	height:96px;
	width:950px;
}
#banniere:hover {
	cursor:pointer;
}
#titre_banniere h2, #titre_banniere h2 a {
	color:#79787d;
	font-size:17px;
	font-weight:bold;
}

/* ----------------------------------------------------------------------------------------------- */
/* Menu du haut */

#menu_haut {
	position:relative;
	overflow:hidden;
	text-align:left;
	text-align:left;
	background:#ffffff;
	width:950px;
}
#somabio {
	position:absolute;
	overflow:hidden;
	width:136px;
	height:37px;
	top:0;
	right:0;
	background:#363636;
	z-index:10;
}

#menu_1 {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	width:950px;
	background:#ecedef url(../images/bg_menu.jpg) repeat-x bottom;
}
#menu_1 li {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}
#menu_1 li a {
	display:block;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	color:#776966;
	background:url(../images/border-right-menu-1.png) no-repeat right 6px;
}
#menu_1 li a:hover, #menu_1 li a.active_menu {
	color:#887c79;
	text-decoration:none;
}
#menu_1 li a:active, #menu_1 li a.active_menu {
	color:#008FC1;
	text-decoration:none;
}

#menu_haut_2 {
	position:relative;
	overflow:hidden;
	background:#ffffff;
	width:950px;
	height:245px;
	background:url(../images/les_laboratoires_maymat.jpg) no-repeat;
}

#im_menu_haut_2 {
	position:absolute;
	overflow:hidden;
	height:172px;
	width:660px;
	left:10px;
	top:10px;
}

#actualite_menu_haut_2 {
	position:absolute;
	overflow:hidden;
	height:172px;
	width:260px;
	left:680px;
	top:10px;
	text-align:left;
}
#actualite_menu_haut_2 h2 {
	font-size:14px;
	font-weight:bold;
}

/* ----------------------------------------------------------------------------------------------- */
/* Partie centrale du site Internet */

#centre {
	position:relative;
	overflow:auto;
	width:950px;
	margin-top:0;
	text-align:left;
	background-color:#fff;
}

/* ----------------------------------------------------------------------------------------------- */
/* Calque contenant l'ombre */

#zone_encadree {
	position:relative;
	padding:0;
	overflow:auto;
	background:#fff;
}

/* ----------------------------------------------------------------------------------------------- */
/* Partie gauche du site */

#gauche {
	position:relative;
	overflow:hidden;
	float:left;
	width:224px;
	border-right:1px solid #e2e0e1;
}

#gauche ul {
	margin:0;
	margin-left:10px;
	padding:0;
	width:215px;
	margin-top:30px;
	margin-bottom:30px;
}
#gauche ul li {
	margin:0;
	padding:0;
	list-style:none;
	background:none;
}
#gauche ul li a {
	display:block;
	background:url(../images/puce1.jpg) no-repeat 1px 9px;
	width:209px;
	padding:8px;
	padding-left:20px;
	border-bottom:1px solid #e2e0e1;
}
#gauche ul li a:hover, #gauche ul li a.active_menu, .espace_pro {
	background:#f4f4f4 url(../images/puce2.jpg) no-repeat 1px 9px;
	color:#0177bd;
	text-decoration:none;
}
#gauche ul li a:active {
	background:url(../images/puce3.jpg) no-repeat 1px 9px;
	color:#d7e391;
	text-decoration:none;
}

#gauche ul li ul {
	margin:0;
}

#gauche ul li ul li a {
	display:block;
	background:url(../images/puce4.png) no-repeat 1px 7px;
	padding:8px;
	padding-left:16px;
	margin-left:5px;
	border-bottom:1px solid #e2e0e1;
	font-size:11px;
}
#gauche ul li ul li a:hover {
	background:#f4f4f4 url(../images/puce4.png) no-repeat 1px 7px;
	color:#636363;
}
#gauche ul li ul li a:active {
	background:#f4f4f4 url(../images/puce5.png) no-repeat 1px 7px;
	color:#b1c800;
}

/* ----------------------------------------------------------------------------------------------- */
/* Contenu du site */

#milieu {
	position:relative;
	overflow:auto;
	float:left;
	width:665px;
	padding:10px;
	padding-left:30px;
	padding-right:30px;
	background:#ffffff;
}

/* ----------------------------------------------------------------------------------------------- */
/* Pied de page du site */

#pied {
	position:relative;
	overflow:auto;
	float:left;
	
	width:950px;
	
	padding-top:16px;
	padding-bottom:10px;
	background:#8e7e6e url(../images/pied.jpg) no-repeat top center;
}

#pied ul, #pied li {
	padding:0;
	margin:0;
	background:none;
}

#pied ul li
{
	display:inline;
	padding-left:20px;
	padding-right:20px;
}

#pied ul li a
{
	display:inline;	
	color:#ffffff;
}

#pied ul li a:hover
{
	display:inline;
}

/* ----------------------------------------------------------------------------------------------- */
/* Haut de page */

#haut_de_page {
	position:absolute;
	overflow:auto;
	width:16px;
	height:16px;
	top:10px;
	right:10px;
}

#haut_de_page p {
	margin:0;
	padding:0;
}

/* ----------------------------------------------------------------------------------------------- */
/* Contenu auto */

.contenu_auto {
	overflow:auto;
}


/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */

.active_menu {
	color:#FF0000;
}

/* ----------------------------------------------------------------------------------------------- */
/* Utilisé pour les actualités du site Internet : */

.lire_la_suite {
	text-align:right;
}


/* ----------------------------------------------------------------------------------------------- */

#conteneur_diaporama {
	position:relative;
	overflow:hidden;
	height:269px;
	width:650px;
	margin:0;
	padding:0;
}
#conteneur_diaporama p {
	margin:0;
	padding:0;
}

/* ----------------------------------------------------------------------------------------------- */

#zone_de_recherche {
	position:absolute;
	overflow:hidden;
	text-align:left;
	top:30px;
	right:10px;
	width:200px;
	height:50px;
}
#zone_de_recherche p, #zone_de_recherche form {
	margin:0;
	padding:0;
}
#zone_de_recherche input, #zone_de_recherche button {
	font-size:11px;
}

/* ----------------------------------------------------------------------------------------------- */

.ss_titre_labo {
	color:#d2d2d2;
	font-size:14px;
	font-weight:bold;
	line-height:35px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ----------------------------------------------------------------------------------------------- */

.labo_gauche, .labo_droite {
	position:relative;
	overflow:hidden;
	float:left;
	height:270px;
	width:320px;
	border:1px solid #e2e0e1;
}

.cadre_accueil h2, .labo_gauche h2, .labo_droite h2, .presentation_labo h2 {
	border-bottom:1px solid #e2e0e1;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:4px;
	color:#f5f5f5;
	background-image:url(../images/bg_titre_labo.png); 
	background-repeat:repeat-x;
	background-position:bottom;
}

.cadre_accueil h2 {
	background-color:#766865;
	color:#d1ccc8;
}

.presentation_labo, .cadre_accueil {
	margin-top:20px;
	position:relative;
	overflow:hidden;
	border:1px solid #e2e0e1;
}

.labo_droite {
	margin-left:21px;
}

/* ----------------------------------------------------------------------------------------------- */

.conteneur_galerie {
	position:absolute;
	overflow:hidden;
	height:150px;
	width:643px;
	top:37px;
	left:10px;
	background:#6666FF;
}

.galerie_photos {
	position:relative;
	overflow:auto;
}

.galerie_photos ul, .galerie_photos ul li {
	margin:0;
	padding:0;
}

.galerie_photos ul {
	width:643px;
	height:150px;
	background:#99FF33;
}

.galerie_photos ul li {
	display:inline;
	background:#FF3399;
	width:150px;
	height:150px;
	list-style:none;
	background:none;
}


#consultez-vos-resultats {
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width:139px;
	height:32px;
	background:url(../images/consultez-vos-resultats.jpg) no-repeat;
	font-size:12px;
	padding-left:48px;
	padding-top:12px;
	font-weight:bold;
}
#consultez-vos-resultats a {	
	color:#776966;
}
#consultez-vos-resultats:hover {
	cursor:pointer;
}