body{
	padding: 0;
	margin: 0;
	background-color: #cbc2a5;
	font-size: 0.7em;
	font-family:verdana;

	
	scrollbar-face-color: #6D6D6D;
	scrollbar-shadow-color: #404040;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #404040;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #404040;
	scrollbar-arrow-color: #000000; 
}
table{
	font-size: 11px;
	font-family: verdana;
	padding: 0;
	margin: 0;
	background: #fff;
}
img{
	border:0;
}
#conteneur, #conteneur_accueil, #conteneur_recrutement, #conteneur_contact, #conteneur_admin, #conteneur_hotel{
	position:absolute;
	width:800px;
	text-align:left;
	padding:0;
	top:50%;
	margin-top:-285px; /*La moitié de la hauteur du bloc */
	left:50%;
	margin-left:-400px; /*la moitié de la largeur */ 
}



#conteneur_accueil{
	margin-top:-320px;
	background:#fff;
}

#conteneur_admin{

	background:white;
	background-repeat: no-repeat;
}
#logo{
	position:absolute;
	top:25px;
	left:-20px;
	display:block;
	float:left;
	z-index:150;
}
#nav{
	position:absolute;
	top:45px;
	left:180px;
	display:block;
	float:left;
	width:620px;
	height:19px;
	z-index:100;
	padding:0;
	margin:0;

}

#main_content{
	clear:both;
	position:relative;
	padding-top: 107px;
	text-align:left;
	margin:0;
}
div#txt{
	position:relative;
	width:600px;
	height:464px;
	margin-left:40px;
	background:url(../images/bg_main_content.gif) top left;
	background-repeat:repeat-y;
	
}
div#txt_admin{
	margin-left:40px;
	background:url(../images/bg_main_content.gif) top left;
	background-repeat:repeat-y;
	width:700px;
}
div#txt span{
	margin-left:50px;
}
#lang a{
	color : white;
}
ul#lang {
	padding : 0 0 0 140;
	margin : 0;
}
ul#lang li{
	list-style-image: url(../images/puce_lang.gif);
}



div#txt ul li{
	list-style-type: disc;
}

div#form ul{
	width:800px;
	margin:0;
	padding:0;
	clear:both;
	list-style: none;	
}
div#form ul li:first-child{
	width:150px;
}
div#form ul li {
	width:500px;
	float:left;
}
p {
	margin: 0 0 10 25;
	line-height: 140%;
}
#news {
	color:#fff;
}
div#long_txt {
	height:300px;
	overflow-y:auto;
	
}
p a:link, p a:visited{
	color : #935173;
	text-decoration:underline;
}
p a:hover{
	text-decoration:none;
}



p#main_title{
	padding:0 0 15 25;
	margin:0;
	background:url(../images/main_title.gif);
	background-repeat:no-repeat;
	width:568px;
	_width:593px;
	height:18px;
}
p#main_title img{
	position:relative;
	top:-7px;
}

h2{
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #935173;
	font-variant: small-caps;
	background:url(../images/puce_pt.gif) top left;
	background-repeat:no-repeat;
	margin: 0 0 0 9;
	padding:0 0 0 16;
}
h2 a:link, h2 a:visited {
	font-weight: normal;
	font-size: 14px;
	color: #935173;
	text-decoration : underline
} 
h2 a:hover {
	text-decoration : none;
} 
	
h3 {
	clear: both;
	font-size: 120%;
	color: #FF9;
	font-weight: normal;
	margin: 0 0 10px 0;
}


#separ{
	width:600px;
	height:10px;
	padding:10px;
	border-top:solid 1px #ccc;
	z-index:500;
}

.dragdrop {
	width: 700px;
	list-style-type: none;
	margin: 20px 0px;
	padding:0;
}
.dragdrop li {
	float: left;
	cursor: move;
	display: block;

}

.tab_top {
	text-align:center;
	border: solid 1px #ccc;
	background:#ccc;
	color : #FFF;
}
.tab {
	text-align:center;
	height:63px;
	border: solid 1px #ccc;
}
TEXTAREA {
	font-size:11px;
	font-family:arial;
}

SELECT {
	background-color:#e7e3da;
	font-size:11px;
}
INPUT {
	color:black;background-color:white;font-size:11px;font-family:arial;border:solid 1px #e7e3da;
}
INPUT:focus,TEXTAREA:focus {
background-color:#e7e3da;
border:solid 1px #e7e3da;
}

blockquote p{
    padding: 0;
    font-size: 1.6em;    
}



