html, body 
{
	height: 100%;
	margin: 0;	
	font-family: Arial, Helvetica, sans-serif;
}

#global 
{
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
}

#footer a
{
	text-decoration: none;
	color:#64a800;	
}

#footer 
{
	position: absolute;
	width: 750px;
	bottom: 0;
}

#center 
{
	/* Ã©viter la superposition 
	du pied de page et du contenu */
	padding-bottom: 60px; 
	overflow: auto;
}

#sidebar 
{
	float: right;
	width: 199px;
	font-size: 10px;
}

#content 
{
	/* On laisse de la place Ã  droite 
	pour l'autre colonne */
	float: left;
	width: 530px; 
	padding-left: 2px;
	padding-right: 2px;
}

#content h2
{
	background-color: #e5e5e5;
	border: 1px solid #3b4250;
	font-size: 16px;
	height: 60px;
}

#content h2 p
{
	font-weight: normal;
	font-size: 10px;
}
	
#content p,table, font
{
	
	font-size: 11px;
}

#content b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#content a
{
	text-decoration: none;
	color: #64a800;
}

#sidebar a
{
	text-decoration: none;
	color: #64a800;
}

#sidebar h3
{
	padding-left: 2px;
	padding-right: 2px;
	font-size: 13px;
	background-color: #e5e5e5;
	border: 1px solid #3b4250;
}

#sidebar td
{
	font-size: 9px;
}
#sidebar p
{	
	padding-left: 2px;
	padding-right: 2px;	
}


#header
{
	width: 750px;
	height: 140px;
	background-image: url("../images/banniere.png");
	background-repeat: no-repeat;
}

ul#menu
{
	height: 35px;
	margin: 0;
	font-size: 10px;
	padding-top: 108px;
	padding-left: 85px;
	font-family: Arial, sans-serif;
	list-style-type: none;
}

ul#menu li
{
	float: left ;
	text-align: center ;
}

ul#menu li a
{
	font-size: 11px;
	font-weight: bold;
	color: #3b4350;
	display: block;
	text-decoration: none;
	width: 66px;
}

ul#menu li a:hover
{
	background: url(bg_menu.gif) repeat-x 0 0 ;
}












ul#pub 
{
	margin: 0;
	padding: 0;
	list-style: none;
}
	
ul#pub li a 
{
	display: block;
	height: 30px;
	line-height: 30px;
	background: url(img/fond_lien.png) no-repeat left top;
	padding-left: 35px;
	margin: 2px 0;
	border-bottom: 1px solid #98cb00;
	text-decoration: none;
	color: #64a800;
}

ul#pub li a:hover 
{
	background-position: left bottom;
}

div#footer 
{
	position: absolute;
	color: #64a800;
	width: 750px;
	height: 31px
	bottom: 0;
	background-image: url(../images/pied.png);
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

div#global 
{
	min-height: 100%;
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background: url(../images/global.png) repeat-y center;
}

.img
{
	float: left;
	padding: 1px 5px 1px 1px;
	height: 75%;
}

select, input
{
	font-size: 10px;
}