/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

html, body {
	width: 100%;
/*	height: 100%;*/
/*	overflow: auto;*/
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #ED7908;
	background-image: url(../im/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	height: 100%;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}


img {
	border: none;
}

.img_gal {
	/*border: 4px solid White;*/
}

a .img_gal {
	border: 4px solid White;
	margin: 0 1px 1px 0;
}

a:hover .img_gal {
	border: 4px solid #E60003;
}

.tarifs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 10px;
	width:auto;
	background-color: #FFFFFF;
	border: 1px solid #CF6600;
	/*text-align: center;*/
}

.gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width:auto;
	display:none;
	/*text-align: center;*/
}

.titrerouge {
	color:#E60004;
}

#splash {
	width: 720px;
	margin: auto;
}

#accueil_img {
	
	padding-right: 20px;
}

#site {
	/*position: relative;
	top: 0;
	left: 50%;
	margin-left: -460px;*/
	margin:  auto;
	width: 920px;
	border: none;
}

#fr_header {
	width: 920px;
	height: 218px;
	background-image:url(../im/fr_header_temp.jpg)
	/*background-image: url(./img/header_temp.jpg);*/
}

#titre {
	height: 48px;
	padding: 10px 0 10px 0;
}

/* Menu */
#menu {
	/*float:left;*/
	margin-top:209px;
	margin-left:125px;
	height: 37px;
	
	/*width:100%;
	text-align:left;
	line-height:normal;*/
}

h1 {
	color: #E60004;
	font-size: 18px;
}

p {
	color: #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
/*	padding-bottom: 10px;*/
	text-align: justify;
}

td {
	color: #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
/*	padding-bottom: 10px;*/
}


/**	SPECIAL	**/
.hide, .loader {
	display: none;
}

/** FORMULAIRE D'INSCRIPTION **/
#frm_ins th {
	text-align: left;
	font-weight : bold;
	color: #3399CC;
	vertical-align: top;
	padding:3px;
	padding-top: 6px;
}
#frm_ins td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	font-weight : bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#frm_ins label {
	font-weight : bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#frm_ins label.required {
}
#frm_ins input, #frm_ins textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	height: 24px;
	padding: 3px;
	border: 1px solid #CF6600;
	background-color: white;
	font-size: 12px;
	color: #000000;
}

#frm_ins textarea {
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
	height: auto;
	font-size: 12px;
}
#frm_ins div.errOff, #frm_ins div.errOn {
	display: none;
	height: 25px;
	margin-top: 3px;
	padding-top: 1px;
/*	padding-left: 20px;*/
/*	
	background-image: url(../im/stop.gif);
	background-repeat: no-repeat;
*/
	font-weight: bold;
	font-size: 11px;
	color: #E60004;
}
#frm_ins div.errOn {
	display: block;
}
#frm_ins button#btn_valider {
	border:0px none;
	width:134px;
	height:41px;
	background-color:#ED7908;
	cursor: pointer;
}
#frm_ins fieldset {
	padding : 10px;
   margin-bottom : 15px;
}
#frm_ins legend { 
	font-weight : bold; 
}

div.formMessOk {
	padding: 15px;
	margin: 0px;
	margin-bottom: 20px;
	/*border: 1px dotted #69B83E;*/
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.formMessErr {
	padding: 15px;
	margin: 0px;
	margin-bottom: 20px;
	/*border: 1px dotted #D45353;*/
	font-weight: bold;
	color: #E60004;
}
div.errOff, div.errOn {
	display: none;
	height: 25px;
	margin-top: 3px;
	padding-top: 1px;
/*	padding-left: 20px;*/
	padding-left: 3px;
/*
	background-image: url(../im/stop.gif);
	background-repeat: no-repeat;
*/
	font-weight: bold;
	font-size: 10px;
	color: #E60004;
}
div.errOn {
	display: block;
}

