/* DEBUG (firefox) */
::-moz-focus-inner {padding:0;margin-top:-2px;margin-left:-1px;margin-right:-1px;} /* pour submit */

*{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;	
	color:#7D110F;
}
a:hover{
	color:#7D110F;
}
img{
	border:0px;
}
.rouge{
	color:#7D110F;
}
BODY{
	text-align:center;
	font-family:Arial;
	font-size:12px;
	background:#000000;
	margin:0px;
}
h1{
	color:#7D110F;
	text-align:right;
	font-size:36px;
	font-style:italic;
	font-family:Times New Roman;
	padding:2px 0px 12px 0px;
	#margin-right:-8px;
}
input,textarea,select{
	border:1px solid black;
}
label{
	color:#7D110F;
	font-weight:bold;
	float:right;
}
input{
	width:258px;
}
select{
	width:258px;
}
.bouton{
	background:#7D110F url('../_img/bg_bouton.jpg') repeat-x center center;
	width:63px;
	height:25px;
	cursor:pointer;
	color:white;
}
#principal{
	width:970px;
	text-align:left;
	margin:10px auto;
	background:#FFFFFF;	
}

.clear{
	clear:both;
}

/***
Header
***/
#header{
	background: url(../_img/header.jpg) no-repeat #D1D2D7;
	width:970px;
	height:221px;
}
#header_clic{
	margin:0 auto;
	width:300px;
	height:180px;
	cursor:pointer;
}
/***
Footer
***/
#footer{
	background:black url('../_img/footer.jpg') no-repeat;
	width:970px;
	height:196px;
	color:white;
}
#footer div .titre{
	float:left;
	padding:14px 0px 0px 55px;
	height:15px;
}
#footer div .titre2{
	float:left;
	padding:14px 0px 0px 25px;
	height:15px;
}

#footer a{
	color:white;
}
#footer a:hover{
	color:#7D110F;
}

#footer_actu{
	width:318px;	
	float:left;
}
#footer_actu .date_news{
	margin:46px 0 0 30px;
	width:45px;
	font-style: italic;
	font-size:11px;
}
#footer_actu .titre_news{
	padding:0px 7px 0px 0px;
	margin-top:-15px;
	float:right;
	width:220px;
	font-size:11px;
}
#footer_actu .texte_news{
	padding:0px 7px 0px 0px;
	float:right;
	width:220px;
	font-size:11px;
}


#footer_presentation{
	float:left;
	width:357px;
	margin-left:30px;
}
#footer_presentation .reservation{
	font-size:14px;
	font-weight:bold;
	margin-top:37px;
}
#footer_presentation .ouverture{
	margin-top:14px;
	font-size:13px;
	font-weight:bold;
	line-height:17px;
}
#footer_presentation .adresse{
	margin-top:16px;
	font-weight:bold;
	font-size:13px;
}


#footer_newsletter {
	float:left;
	width:230px;
	margin-left:10px;
}

#footer_newsletter .newsletter{
	margin-top:37px;
	font-size:11px;
}

	#footer_newsletter #input_email{
		margin:30px 0 0;
		padding:0 10px;
		width:206px;
		height:23px;
		
		font-size:11px;
		color:#000;
		font-style:italic;
	}

	#footer_newsletter #submit_send{
		margin:10px 0 0 120px;
		width:106px;
		height:20px;
		
		font-size:10px;
		color:#fff;
		
		background:url('../_img/bg_bouton.jpg') no-repeat;
		border:0;
		cursor: pointer;
	}

/***
Contenu
***/
#contenu{
	height:322px;
	background-color:black;
}
#contenu_photo{
	float:left;
	background-color:white;
	width:430px;
	height:322px;
	border-left:1px solid #230503;
}
#contenu_photo img{
	width:430px;
	height:322px;
}
#contenu_page{
	background-color:white;
	width:531px;
	height:314px;	
	float:left;
	padding:4px;
}
#contenu_texte{
	width:513px;
	height:314px;
	padding:0px 12px 0px 6px;
}

#contenu_texte .titre {
	font-size:14px;
	text-decoration:underline;
}

#contenu_texte .texte{
	padding-right:70px;
	
	text-align:left;
	color:#7D110F;
}

/***
Réservation
***/
#reservation {
	margin-top:30px;
}

#reservation div {
	clear:both;
}

#reservation label {
	float:left;
	display:block;
	width:55px;
	height:20px;
}

	#reservation label.right {
		margin-left:30px;
	}

	#reservation label.wide {
		width:150px;
	}

#reservation select {
	width:125px;
}

#reservation select,
#reservation input {
	float:left;
	margin-bottom:10px;
}

#send_reservation {
	float:right !important;
}

/***
Chrono
***/
.margin_left_30 {
	margin-left:30px;	
}

#chrono {
	margin-top:30px;
}

#chrono div {
	clear:both;
}

#chrono label {
	float:left;
	display:block;
	width:55px;
	height:20px;
}

#chrono label.right {
	margin-left:30px;
}

#chrono label.wide {
	width:150px;
}


#line_1 label,
#rest_lines div label {
	float:left;
	display:block;
	width:auto;
	height:20px;
	margin-top:2px;
	margin-right:10px;
}

#chrono select {
	width:125px;
}

#chrono select,
#chrono input {
	float:left;
	margin-bottom:10px;
}

#line_1 select,
#rest_lines div select {
	margin-right:10px;
}


#chrono #hour{
	float:left;
	margin-bottom:2px;
}

#chrono #from_to{
	font-size:11px;
}


#send_reservation {
	float:right !important;
}

.clickable{
	cursor:pointer;
}

/***
	Erreurs
***/
div.successBlock, div.errorBlock,div.delBlock  {
	width: 300px;
	margin: 0px auto 30px auto;
	padding: 5px 5px 5px 40px;	
	}
div.successBlock{	
	background: url(../_img/sign_valid.png) 5px 2px no-repeat #e0ffe2;
	color: #008509;		
	height: 23px;
	border: 1px solid #008509;	
}	
div.errorBlock {
	border: 1px solid #FF6F78;
	background: url(../_img/sign_error.png) 3px 3px no-repeat #fff2f2;
	background-color: #fff2f2;
}
div.delBlock {
	border: 1px solid #FFB900;
	height: 23px;
	background: url(../_img/sign_deleted.gif) 7px 4px no-repeat #FFEEBF;
	color: #AF7F00;
} 
