body
{
    color:black;
	font-family: verdana;
	font-size:11px;	
	margin: 0; /* pour éviter les marges */
	padding:0;
	/*padding-bottom:50px;*/
	text-align: center; /* pour corriger le bug de centrage IE */
	/*background-color:#BDCBD6;*/
	background:url(/design/bgGeneral.gif);
}

div.conteneurGeneral{
	position:relative;
	/*background-image:url(/design/fondv3.jpg);
	background-position:top left;
	background-repeat:repeat-y;*/
	width:912px;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
}

div.conteneurGeneralBis
{
    clear:both;
    float:left;
	width:912px;
	margin-left:0;
	background-color:White;
}

div.conteneurGeneralTer
{
    clear:both;
    float:left;
	width:880px;
	margin-left:18px;
	background-color:White;
}


#global {
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* on rétablit l'alignement normal du texte */
}

.outils
{
    color:#808080;
    font-size: 10px;
    font-weight:bold;
    text-decoration:none;
}

.outils:hover
{
    color:#808080;
    font-size: 10px;
    font-weight:bold;
    text-decoration:underline;
}


.contentDiv
{
    width: 631px;
}

#contentDiv
{
    width: 631px;
}

.contenuTop
{
    width: 631px;  
}

#contenuTop
{
    width: 631px;  
}

.savoirPlusItem
{
    color : #525252;
}

.savoirPlusLien
{
    color: Black;
    text-decoration: none;
}

.savoirPlusLien:hover
{
    color: Black;
    text-decoration: underline;
}