html, body 
{
	height:100%;
}
body 
{
	background-color: #b2a39a;
	margin: 0px;
}
body, p, div, li, td, input, textarea, a 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
img {
	border:0;
}

.clear 
{
	clear:both;
	font-size:0px;
	line-height:0px;
}


/***********************************************/
/*   ENTETE  (LOGO + plan site et recrutement ) */
/***********************************************/
#header {
	position:relative;
	height: 70px;
	width: 916px;
	margin:auto;
	text-align:left;
}
#header .image 
{
	float: left;
}

#header .links {
	font-size: 9px;
	color: #d8d1cc;
	float: right;
	margin-right: 7px;
	margin-top: 5px;
}
#header .links a,
#header .links a:visited {
	color: #d8d1cc;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-size:10px;
}
#header .links a:hover {
	color: #7F6379;
	text-decoration: none;
}
#header .language {
	font-size: 9px;
	color: #d8d1cc;
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}
#header .language a,
#header .language a:visited {
	color: #d8d1cc;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	font-size:10px;
}
#header .language a:hover {
	color: #7F6379;
	text-decoration: none;
}

/********************************************/
/* MENU DE HAUT */
/********************************************/
#haut {
	position:relative;
	height: 30px;
	width: 916px;
	background-image: url(../img/haut.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin:auto;	
	text-align:left;
}


/******************************************/
/* LE CORPS */
/******************************************/
#body {
	position:relative;
	height: 408px;
	width: 916px;
	background-image: url(../img/shadow.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin:auto;	
	text-align:left;
	z-index:0;
}

#body .border {
	height:390px;
	width:890px;
	margin-left:13px;
	position:relative;
	padding:0px;
	bottom:-6px;
	z-index:1;
}

/*****************************/
/* GAUCHE */
/*****************************/
#body .border .box-left {
	height: 390px;
	width: 160px;
	background-image: url(../img/pages/default/left.gif);
	background-repeat: no-repeat;
	float: left;
}

#body .box-left .gauche1
{
	/*image*/
}


#body .box-left .gauche2
{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	margin-left:20px;
	margin-top:20px;
	margin-right:20px;
	position:relative;
	color:#FFFFFE;
}



/*****************************/
/* MILIEU */
/*****************************/
#body .box-middle 
{
	/*background-image: url(../img/pages/default/middle.jpg);*/
	background-image:url(../img/background/home.jpg);
	background-repeat: no-repeat;
	height: 390px;
	width: 550px;
	float: left;
	position:relative;
}

#body .box-middle .content {
	margin-top:68px;
	margin-left:25px;
	margin-right:370px;
	font-size:11px;
	color:#3b3733;
}

#body .box-middle .content p {
	font-size:11px;
}

#body .box-middle .content a,
#body .box-middle .content a:hover
{
	font-size:11px;
	color:#7A6479;
	font-weight:bold;
	text-decoration:underline;
}
#body .box-middle .content a:hover
{
	text-decoration:none;
}


/******************************/
/* DROITE */
/******************************/
#body .box-right {
	background-image: url(../img/pages/home/right.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 390px;
	width: 180px;
}
#body .box-right .content 
{
	margin-top:8px;
	margin-right:7px;
	margin-left:8px;
	margin-bottom:8px;
	color:#FFFFFD;
}

#body .box-right .content p 
{
	margin:0px;
	padding:0px;
	font-size:10px;
}
#body .box-right .content .pn
{
	float:right;
	width:90px;
	margin:0px;
	padding:0px;
	font-size:10px;
}

#body .box-right .content .image{
	float:left;
	margin:0px;
	padding:0px;
}

#body .box-right .content .pn a,
#body .box-right .content .pn a:visited 
{
	color: #FFFFFE;
	text-decoration: underline;
	font-size:10px;
}
#body .box-right .content .pn a:hover 
{
	text-decoration: none;
}
#body .box-right .content .box1,
#body .box-right .content .box2,
#body .box-right .content .box3 
{
	position: relative;
	border-width:1px;
	border-style:solid;
}
#body .box-right .content .box1 
{
	border-color:#a89597;
	margin-bottom:8px;
}
#body .box-right .content .box2 
{
	border-color:#d2c8c0;
	margin-bottom:8px;
}
#body .box-right .content .box3 
{
	border-color:#dfd5cd;
}
#body .box-right .content .spacer 
{
	padding-left:10px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:11px;
}

