﻿


html,body {
	background:#533e2e url('bgTop.png') repeat-x;
	align:center;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
	
/* Général */


/* --- POSITIONNEMENT --- */

/* Page */


#global {
	margin-left: 50px;
	margin-right: auto;
	

}

/* En-tête */
#entete {
	padding: 0;
}

#logo {
position:relative; 
width:500px; 
margin:0 auto; 
}

a:link
{
color: #292929; text-decoration: underline;
}
a:visited
{
color: #292929; text-decoration: none;
}
a:hover
{
color: #63b511;
text-decoration: overline underline;
background: #dedab1;
}
a:active
{
background: #d7d29f;
text-decoration: underline;
}	

#partie_gauche {
float: left;
background:url('bgTopContent-trans.png') 
repeat-y;
width:610px;
margin:0 auto;
margin-right: 30px; 
padding:32px 25px;
}



#partie_droite {
float: left;
background:url('left.png') 
no-repeat; 
position:relative; 
width:400px; 
margin:0 auto; 
padding:32px 25px;
}

#partie_login {
	margin-top: 0px;
}

#partie_login {
	margin-top: 0px;
}

#bandeau_gauche {
	float: left;
    width: 61px; height: 407px;
}

#contenu_droit {
	padding: 0 0;	
	float: left;
	height: 407px;
}

#bandeau_droit {
	float: left;
    width: 81px; height: 407px;
}

