@charset "iso-8859-2";
/* CSS Document */



html, body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight:regular;
	font-family:tahoma, arial, sans-sherif;
	background:url(images/bg.png) repeat-x #ebe0ce;
	color:#555555;
	
}

p, ul, li, table, div, h1, h2, h3, hr, img, form, input{
	padding: 0px;
	margin: 0px;
}

.b_top{
position:relative;
z-index:2;
}

.total{

width:836px;
background:#FFFFFF;
margin-left:auto;
margin-right:auto;
padding:6px;
}




.b_milieu{
clear:both;
background:#FFFFFF;
}





.b_left{
float:left;
width:196px;

}

.b_right{
float:left;
width:387px;

}


.b_right2{
float:left;
width:246px;
margin-left:2px;
}


.b_bas{
clear:both;

}


.intitule{
z-index:5;

top:300px;
}

.titre{
position:relative;
z-index:3;
top:-10px;}


.contact{
height:243px;
width:196px;
background:url(images/contact.png);

}


.contact p{
padding-left:16px;

}


/*---------------------------------------*/


/*----------------------- Liens ------------------------------*/

a:link {
	color: #FF7224;
	border:none;
}
a:visited {
	color: #FF9900;
	border:none;
}
a:hover {
	color: #553300;
	border:none;
}
a:active {
	color: #FF0000;
	border:none;
}

.recherche{
	background:url(../images/recherche.gif) no-repeat left top;
    cursor:pointer;
	height:15px;



	}
.rechercheover{
	background:url(../images/recherche-over.gif) no-repeat left top;
    cursor:pointer;
    height:15px;

	}

.cellule-recherche {
	
	width:430px;
	height:26px;
	border:1px dotted #553300;
	background-color:#FFF2DF;
	text-align:right;
	margin-bottom:15px;
}

.cellule-fiche {
	color:#555555;
	width:430px;
	float:left;
	display:table;
	border:1px dotted #FF7224;
	margin-bottom:15px;
	background-color:#FFEEE6;
}
.actualites {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

.tour-photos {
	float:left;
	display:table;
	width:100px;
	text-align:center;
	border:1px dotted #553300;
	background-color:#FFFFFF;
	margin-bottom:3px;
	padding:5px;
}

.titre-fiche {
	margin:0px;
	float:left;
	background-color:#FFFFFF;
	width:430px;
	border:1px dotted #553300;
	padding:1px;
}

.texte-fiche {
	width:310px;
	float:right;
	text-align:justify;
	margin-bottom:10px;
}

