body{
margin: 0px;
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color : #666666;

}

a{
	text-decoration: none;
	color: #666666;
}
a:hover{
text-decoration: none;
color: #A21720;
}
img{
border: 0;
}

/*global*/
div#global{
	margin:auto;
	margin-top: 50px; 
	width:1050px;
	position: relative;
}


/*Frame gauche*/
div#frame_gauche{
	float:left;
	position:absolute;
}
/*Frame centrale*/
div#frame_centrale{
	float:right;
	margin-top: 50px;
	width : 929px;
}

/*Menu gauche*/
div#menu_gauche{
	padding-top:15px;
	padding-left:10px;
	width: 120px;
}
div#sous_menu_gauche{
	padding-top:0px;
	margin-left:20px;
	width: 100px;
}

table#search{
margin-bottom: 30px;
}
table#bandeau{
width: 250px;
}
td#bandeau{
vertical-align: bottom;
text-align: right;

}



