/*************************** BALISES *********************************/
noscript p {
text-align: center;
background: #4b4b4b;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 0;
padding: 0;
background:#27343c url('../img/bg.jpg') repeat-x;
color:#CCCCCC;
/* scrollbar IE */
}

h1 {
font-size: 16px;
font-weight: bold;
color: #ffce08;
margin:15px 0 10px 0;
padding:0 0 0 15px;
background:url('../img/puceh1.png') no-repeat 0 0;
}

h2 {
font-size: 14px;
color: #F2A225;
font-weight: bold;
margin:15px 0 10px 0;
padding:0 0 0 15px;
background:url('../img/puceh2.png') no-repeat 0 0;
}

legend {
margin: 2px 0 2px -10px;
width: 100%;
}
p, li {
	margin:0;
	line-height: 130%;
}
p.texte {
margin: 5px 0;
text-align: justify;
}
strong {
	font-weight: bold;
	color:#f29526;
}
.titre_plats {
	font-weight: bold;
	color:#500034;
}
a {
color: #f29526;
text-decoration:none;
}
a.current {
color: #f29526;
text-decoration: none;
}
input[type=text], textarea {
	margin: 2px 0 3px 0;
	background: #fff url('../img/bg-input.gif') repeat-x;  
	border-top:1px solid #838383;
	border-right:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;   
	border-left:1px solid #838383; 
}
input[type=submit] {
	margin:0;
}
table {
border-collapse: collapse;
}
/***************************** BALISES END *****************************/

/**************************** LAYOUT ***********************************/
#wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	width: 950px;
	margin-left: -484px;
}

#header{
	width: 950px;
	height:80px;
	background: #fff url('../img/header.jpg') no-repeat 0 0;
}

#date{
	width: 230px;
	height: 20px;
	position:relative;
	top:3px;
	left:688px;
	text-align:center;
	color:#CCCCCC;
}

#menu {
	width: 950px;
	height: 40px;
}

#main {
	width:950px;
	height:541px;
	background-color:#fff;
}

#contact #main {
	width:950px;
	height:400px;
	background-color:#fff;
}

#slideshow{
	float:left;
	width:362px;
	height:537px;
	background-color:#fff;
	margin:2px;}

#texte_content{
	float:left;
	position:relative;
	width:531px;
	height:326px;
	top:15px;
	left:31px;
	background:url('../img/bg_texte.jpg') no-repeat 0 0;
	}
	
#texte{
	width:255px;
	height:255px;
	padding:15px 25px 56px 268px;
	overflow:auto;
	}
	
#bottom_texte{
	width:277px;
	height:73px;
	position: relative;
	top:268px;
	left:651px;
	background-image:url('../img/bottom_texte.png');}		

#img_content{
	float:left;
	position:relative;
	width:531px;
	top:20px;
	left:33px;}
	
#img_content img{
	margin:2px 1px;}
	
#actu_content{
	float:left;
	position:relative;
	width:511px;
	height:464px;
	top:15px;
	left:31px;
	background:url('../img/actu_content.jpg') no-repeat 0 0;
	padding:20px;
	overflow:auto;
	}

#map{
	float:left;
	width:554px;
	height:360px;
	margin:20px;}
	
#contact_box{
	float:left;
	width: 253px;
	height: 346px;
	margin:20px;}
	
#footer {
	float:left;
	width: 950px;
	height:120px;
	background:url('../img/footer.jpg') no-repeat 0 0;
}

#footer a {
color: #f29526;
text-decoration:none;
}

#footer a:hover {
color: #4b4b4b;
text-decoration:none;
}

.footer_box{
	width:216px;
	float:left;
	margin:25px 0 0 100px;
	color: #333333;}
	
#copyright p{
	margin-top:7px;
	text-align:right;
	font-size:80%;}

/**************************** LAYOUT END ***********************************/

/*********************************  NAV  ***********************************************/

/*********************************  NAV END  ***********************************************/

/*********************** CONTENT *********************************/
fieldset{
	float:left;
	margin:0 30px;
	}

label {
	display: block;
	margin-top: 2px;
	color:#27343C;
}
fieldset.message textarea {
	width: 270px;
	height: 60px;
}
/*********************** CONTENT END *********************************/

/*********************** CLASSES *********************************/
.pagination {
	height: 2em;
	line-height: 2em;
}
.pagination a, .pagination span {
	padding: 0.1em 0.3em;
}
.pagination a {
	color: #2C347F;
}
.pagination span.disabled, .pagination span.current {
	color: #777;
}
.gauche {
	float: left;
}
.droite {
	float: right;
}
.aligne_centre {
	text-align: center;
}
.aligne_droite {
	text-align: right;
}
.justifie {
	text-align: justify;
}
.nomargin {
	margin: 0;
}
.reset {
	clear: both;
}
.nofloat {
	float: none;
}
.nobg {
	background: none;
}
.curseur_lien {
	cursor: pointer;
}
.cache {
	display: none;
}
/*********************** CLASSES END *********************************/