﻿body {
font-family:Comic Sans MS; /* on définit la police de base dans la page */
font-size: 12px; /* on définit la taille de police de base dans la page */
background-color: #EFEADB; font-weight:bold
}

#global {
margin-top: 10px;
margin-bottom: 10px;
position: relative; /* on positionne le conteneur */
margin-left: auto;
margin-right: auto;
width: 850px;
text-align: left;
border: 1px solid black;
overflow: hidden;
background-color: #F4E9CB;
}


div#colonne1 {
	float: left;
	width: 160px;
	margin-right: 10px;
	background: #F4E9CB;
}
div#colonne2 {
        padding-top: 80px;
	float: right;
	width: 150px;
	margin-left: 10px;
	background: #F4E9CB;
}
div#centre {
        padding-top: 50px;
	padding-bottom: 70px;
	overflow: hidden;
	background: #F4E9CB;
}

.head {
background-image: url('images/header.jpg');
border-bottom: 1px solid white;
width: 850px;
height: 150px;
}

div#piedpage1 {
		height: 80px;
		clear: both;
	}	
	
div#piedpage2 {
		position: absolute;
		bottom: 0; left: 0;
		width: 100%;		
		text-align: center;   
   		height: 30px;
   		background-image: url('images/footer.gif');	
	}
a
{
text-decoration: none underline; 
color: black;
	font-size: small;
}

img { border-width: 0px;
	text-decoration: none; 	border-style: none;
		float: none;
} 


.rubriqueg1 {
margin-left: 10px; /* on place le bloc centre par rapport à la largeur du bloc gauche */
width: 162px;
margin-top: 28px;
height: 44px;
background-image: url('images/menucat.jpg');
font-weight: bold;
color:white;
font-family: tahoma 
}

.rubriqueg3 {
margin-left: 10px; /* on place le bloc centre par rapport à la largeur du bloc gauche */
width: 162px;
height: 44px;
background-image: url('images/menucat.jpg');
font-weight: bold;
color:white;
font-family: tahoma 
border-top: 1px solid white;
}


.rubriqueg2 {
margin-left: 10px; /* on place le bloc centre par rapport à la largeur du bloc gauche */
width: 137px;
height: 30px;
background-color: #E8CD86;
border-top: 1px solid white;
color:white;
font-family: tahoma ;
font-size: 12px;
}

.rubriqueg1texte {
margin-left: 39px;
margin-top: 10px;
font-size: 17px;
position: absolute;
}

.rubriqueg2texte {
margin-left: 2px;
margin-top: 7px;
position: absolute;
	vertical-align: middle;
	font-family: Tahoma;
	letter-spacing: -1pt;
}

