/* debugger (mettre * comme selecteur)
***********************************************************/
{
	border: 1px solid red;
}

/* propriété generale
***********************************************************/
body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	background: url(img/fondbody.png) repeat-y;
	color:#404040;
}

a {
	color: #414141;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


#liste_plan li {
 	margin:3px;
}

#liste_plan li a {
	text-decoration: none;
}

/* Le liens admin
***********************************************************/
#admin {
	position:absolute;
	margin-top: 216px;
	margin-left: 16px;
}

#admin a {
	color: #bbbbbb;
	text-decoration: none;
	font-weight: bold;
}
/* coordonnées
***********************************************************/
#coord {
	position: absolute;
	left: 662px;
	top: 13px;
	color: #404040;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	width:135px;
   border: 1px dashed #404040;
	height: 155px;
}

#coord .coord_titre {
	color: #ffffff;
	background-color: #404040;
	height: 15px;
	padding-top:2px;
}

#coord p {
	padding :0;
	margin: 0 0 0px 0;
}

/*page d' accueil
***********************************************************/
#paffaires, #pmedical, #pinternet {
	width: 135px;
	height: 190px;
	padding-top: 4em;
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color : #404040;
}

#paffaires {
	background: url(img/paffaires.png) no-repeat;
}

#pmedical {
	background: url(img/pmedical.png) no-repeat;
	margin-left:147px;
}
#pinternet {
	background: url(img/pinternet.png) no-repeat;
	margin-left:294px;
}

/* Identificateur de navigation
***********************************************************/

#baridnav, #titre_offres {
	position: absolute;
	height: 15px;
	top: 190px;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top :2px;
	padding-left :2px;
	background-color: #404040;
}

#baridnav {
	left: 200px;
	width: 438px;
}

#titre_offres{
	left: 662px;
	width: 139px;
	text-align: center;
}

.separator {
	font-size: 8px;
	color: red;
}

/* header du site
***********************************************************/
#logo {
	position:absolute;
	margin-left: 200px; 
	margin-top: 5px;
}

#logog {
	position:absolute;
	left: 0; 
	top: 0;	
}

/* contenu du site
*************************************************************/
#cont, #cont1, #cont2, #cont3 {
	position: absolute;
	width: 428px;
	left:200px;
	top:225px;
	padding: 5px;
	padding-bottom : 100px;
	border: 0px dashed #000000;
	text-align:justify;
}

#cont {	/* correspond a la premier page afficher (page d' accuil) */
 background-color: #FFFFFF;
}

/* Style des centre 
*************************************************************/
#centre, #centre li {
	list-style-type: none;  
	margin:0;
	padding:0;	
}

#centre {
	position:absolute;
	left:0;
	top:0;
	margin-left:200px;
	margin-top:100px;
	height: 74px;
}

#centre li {
	float:left;
	display: inline; 
}

#caffaires, #cmedical, #cinternet{
	display:block;
	width:139px;
	height: 74px;
	margin:0;
	padding:0;	
}

#caffaires:link {
	background: transparent url(img/caffairesh.png) top left;
}

#caffaires:visited {
	background: transparent url(img/caffairesh.png) top left;
}

#caffaires:hover {
	background: transparent url(img/caffaires.png) top left;
}

#cmedical:link {
	margin-left:10px;
	background: transparent url(img/cmedicalh.png) top left;
}

#cmedical:visited {
	margin-left:10px;
	background: transparent url(img/cmedicalh.png) top left;
}

#cmedical:hover {
	background: transparent url(img/cmedical.png) top left;
}

#cinternet:link {
	margin-left:10px;
	background: transparent url(img/cinterneth.png) top left;
}

#cinternet:visited {
	margin-left:10px;
	background: transparent url(img/cinterneth.png) top left;
}

#cinternet:hover {
	background: transparent url(img/cinternet.png) top left;
}


/* Offres
***************************************************/
#menu_offre {
	position: absolute;
	width: 145px;
	left:655px;
	top:220px;
	min-height: 250px;
	padding-left: 5px;
}

#menu_offre h4 {
	padding: 0;
	margin: 0;
	font-size: 10px;
	text-align: left;
	color: #FF4500;
}

#menu_offre h4:before {
	content: url(img/icooffres.gif);
	width:15px;
	height:15px;
}

#menu_offre p {
	padding: 4px;
	font-size: 9px;
	color:#616161;
	text-align:justify;	
	margin: 2px 2px 3em 2px;
	border: 1px dashed #FF4500; 
}

#menu_offre p img {
	width:120px;
	height:50px;
}
#menu_offre p a {
	display:block;
}
/* Menu de navigation 
***************************************************/
#lbncg {
	position: absolute;
	left: 0;
	top: 225px;
}

#menu {
	position: absolute;
	left: 30px; 
	top: 220px;
	width: 137px;
}

#menu a { /* pour les images des centre */
	padding: 0;
	margin: 0 0 1em 0;
	text-decoration: none;
}

#menu ul li a {
	display:block;
	width:auto;
	padding: 0 4px 3px 0;
	margin: 0 ;
	color: #ffffff;
	border-bottom: 1px dashed #404040;
}

#menu ul li a:hover{
	background-color: #404040;
}

#menu ul li, #menu ul {
	list-style-type: none;  
	margin:0;
	padding:0;	
}

#menu ul {
	margin : 0px 0px 1em 0;
}

#menu ul li {
	text-align: right;
	padding-right:3px;
	padding-top : 3px;
}


/* Style des titre des menu (rubrique) 
**************************************************************************/

.titre_rubrique_centre1, .titre_rubrique_centre2, .titre_rubrique_centre3 {
	padding: 0;
	margin:0;
	border-bottom: 1px solid;
	font-size: 14px;
}


/* Style des rubrique
****************************************************************************/

.nav1, .nav2, .nav3 {
	margin-bottom: 2em; 
}