
body 
{
	width: 100%;
	margin:0px;
	padding:0px;
	font-family: arial, sans-serif;
	font-size:12px;
	/*background-color:#EEE3BE;*/
	background-color:#333333;
	color:#614D1D;
}

a
{
	color:#000;
}

a:hover
{
	text-decoration:none;
}

input, input[type=text], input[type=submit], input[type=reset], .bouton
{
	font-size: 11px;
}

input, input[type=text], input[type=reset]
{
	width:80px;
}

h3
{
	background-image: url(/specific/img/puce-paragraphe.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:20px;
	height:17px;
}

h1
{
	font-family: Times, sans-serif;
	font-size:25px;
	font-style:italic;
	font-weight:bold;
}

/* blocs mise en page **/

#bloc_container
{
	width: 874px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	/*background-image: url(/specific/img/bg.gif);*/
	background-image:url("/specific/img/bg_index.png");
	background-color:#C5C6C6;
	
	background-repeat:repeat-y;
	background-position:top center;
}

#bloc_corps
{
	width:874px;
	display:block;
	
}

#bloc_entete
{
    width: 100%;	
}

#bloc_bandeau
{
	width: 874px;
	height:167px;
	/*background-image: url(/specific/img/bandeau.jpg);*/
	background-image:url("/specific/img/bandeau_index.png");
	
	background-repeat:no-repeat;
	background-position:top center;
}

#logo
{
	position:absolute;
	margin-left:5px;
	top:1px;
}

#bloc_gauche
{
    float:left;
    width: 200px;
	padding-top:10px;
	padding-right:8px;
}

#bloc_centre
{
	float:left;
	width: 640px;
	padding:10px;
	padding-left:15px;
	background-image: url(/specific/img/bg-gauche.gif);
	background-repeat:repeat-y;
	background-position:top left;
	margin-bottom:10px;
}

h1
{
	margin:0px;
	padding:0px;
}

#bloc_droite
{
    float:left;
    width: 200px;
}

#bloc_pied 
{
    display:block;
    clear:both;
	/*
	background-image: url(/specific/img/bg-pied.gif);
	background-repeat:no-repeat;
	background-color:#EEE3BE;
	*/
	background-image:url("/specific/img/bg-pied_index.png");
	background-repeat:repeat-x;
	background-color:#C5C6C6;
	
	background-position:top center;
}

#bloc_outils
{
	position:absolute;
	z-index:50;
	margin-left:430px;
}

#bloc_outils a
{
	text-decoration:none;
	color:#676767;
	font-size:90%;
}

#bloc_outils a:hover
{
	color:#000;
}

#bloc_outils img
{
	margin:5px;
	margin-left:20px;
}

#bloc_newsletter, #bloc_recherche, #taille
{
	display:none;
}

#auth
{
	position:absolute;
	top:17px;
	margin-left:720px;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	font-size:11px;
	text-align:center;
}

#drapeaux
{
	position:absolute;
	top:155px;
	margin-left:820px;
}

#drapeaux img
{
	margin-right:0px;
}

/* copyright */

#copyright
{
	float:left;
	line-height:20px;
	padding-left:10px;
	font-size:10px;
	color:#8B7838;
}

#copyright a
{
	font-size:10px;
	color:#8B7838;
	text-decoration:none;

}

#copyright a:hover
{
	text-decoration:underline;	
}

#mail
{
	position:absolute;
	top:85px;
	margin-left:180px;	
}

#auth
{
	display:none;
}

#coordonnees
{
	text-align:center;
	display:none;
}