/* ------------------------------------------
| Document : CSS (LeDebouché.com)  			|
| Nom      : habillage     					|
| Détails  : Comporte le gabarit des pages  |
| Auteur   : Benjamin SMADJA       			|
-------------------------------------------*/

body, html {
	min-height:100%;
	margin:0;
	padding:0;
}

body { 
	background:#fff url(../../miscellaneous/pictures_lib/bk_body.png) repeat-x bottom; 
	font-family:"Trebuchet MS", "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
}

p, span, font {
	font-family:"Trebuchet MS", "Times New Roman", Times, serif;
	font-size:12px;
}

#conteneur {
	position:relative;
	width:950px;
	left:50%;
	margin-left:-475px;
}

html>body  #contenu #gauche {
	height:auto !important;
 	height:700px;
	min-height: 700px;
}

html>body #contenu #droite {
	min-height: 700px;
  	height:auto !important;
 	height:700px;
} 


#side-Welc
{
	position:relative;
	margin:20px 0 0 -50px;
}