/*************************** BALISES *********************************/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	padding-top: 1em;
	background: url(../img/bg.jpg) repeat-x;
	background-color:#FFFFFF;
}
p, li {
	padding: 5px 20px;
	margin:0;
	line-height: 110%;
	list-style:none;
	color:#FFFFFF;
}
strong {
	font-weight: bold;
}
a {
color: #24516d;
text-decoration:none;
}
a:hover {
color: #ffed00;
text-decoration:none;
}
h1{
	background-image: url(../img/puce.png);
	background-repeat:no-repeat;
	font-size:18px;
	color:#FFFFFF;
	margin: 0 0 10px 25px;
	font-weight:bold;
	padding-left:15px;}

h2{
	height:15px;
	width:auto;
	font-weight:bold;
	color:#ffed00;
	padding:10px 0 10px 30px;}
	
h3{
	height:15px;
	width:auto;
	font-weight:bold;
	color:#ffed00;
	padding:10px 0 10px 30px;}
/***************************** BALISES END *****************************/

/**************************** LAYOUT ***********************************/
#wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1050px;
	margin-left: -475px;
}
#banniere {
	background-image:url(../img/banner.jpg);
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
}
#main {
	float:left;
	width:1050px;
	height:auto;
	background-image:url(../img/bg_main.jpg);
	background-repeat:repeat-y;
	margin-left:-50px;
}
#anim{
	margin-left:550px;
	width:400px;
	height:167px;}
#anim_accueil{
	margin-left:57px;
	width:936px;
	height:585px;}
	
#box_img{
	margin:10px 12px 10px 90px;
	float:left;
	width:233px;
	}
#box_img_top{
	background-image:url(../img/box_img_top.jpg);
	width:233px;
	height:32px;
	}
#box_img_center{
	background-image:url(../img/box_img_center.jpg);
	background-repeat:repeat-y;
	width:233px;
	height: auto;
	}
#box_img_bottom{
	background-image:url(../img/box_img_bottom.jpg);
	width:233px;
	height:32px;
	}
	
#box_txt{
	margin:10px 0px 10px 12px;
	float:left;
	width:618px;}
#box_txt_top{
	width:618px;
	background-image:url(../img/box_txt_top.jpg);
	height:39px;}
#box_txt_center{
	width:618px;
	background-image:url(../img/box_txt_center.jpg);
	background-repeat:repeat-y;
	height: auto;
	padding-left:4px;}
#box_txt_center img{
	margin:5px 4px;}
#box_txt_bottom{
	width:618px;
	background-image:url(../img/box_txt_bottom.jpg);
	height:39px;}
	
#box_img_promo{
	margin:10px 12px 10px 90px;
	float:left;
	width:873px;
	}
#box_img_top_promo{
	background-image:url(../img/box_img_top_promo.jpg);
	width:873px;
	height:39px;
	}
#box_img_center_promo{
	background-image:url(../img/box_img_center_promo.jpg);
	background-repeat:repeat-y;
	width:873px;
	height: auto;
	}
	
#box_img_promo img{
	margin:10px 10px;
	}
#box_img_center_promo p{
	position: relative;
	width:800px;
	}
#box_img_bottom_promo{
	background-image:url(../img/box_img_bottom_promo.jpg);
	width:873px;
	height:39px;
	}
	
#mots{
	float:right;
	position: relative;
	right:58px;
	bottom:0px;
	background-image:url(../img/mots.jpg);
	width:492px;
	height:110px;
	margin-top:10px;
	}

#footer {
	clear:both;
	float:left;
	width: 950px;
	bottom:0;
	height:70px;
	font: 11px Tahoma, 'Sans Serif', sans;
	background-image:url(../img/bg_footer.jpg);
	background-repeat:repeat-x;
	padding-left: -475px;
}
#footer img{
	margin: 15px 0 0 600px;
}
#adresse{
	color:#000000;
	margin-top:7px;}
p#ml {
	color:#000000;
	text-align: right;
	font-size: smaller;
	padding-top:25px;
}
p#ml a {
	color: #620405;
	text-decoration: none;
}
#myGallery {	
	width: 510px !important;
	height: 382px !important;
	border: 6px solid #9A0405;
}
#texte_right{}
/**************************** LAYOUT END ***********************************/

/*********************************  NAV  ***********************************************/
#nav_content{
	width:1050px;
	margin-left:-50px;}

#nav {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 50px;
	background-image:url(../img/bg_menu.jpg);
	background-repeat:repeat-x;
	font: 12px 'Arial', 'Sans Serif', sans;
	position: relative;
	background-color:#4d4d4d;
	float:left;
}
#nav li {
	float: left;
	padding: 8px 0 0 5px;
	margin: 0;
}
#nav a:link, #nav a:visited {
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0 0.4em;
	font-size: 120%;
	color: #4d4d4d;
	text-decoration: none;
	text-align: center;
}
#nav a:hover, #nav a:link.active, #nav a:visited.active, #nav a:hover.active {
	color: #FFFFFF;
}

#rad_menu_left{
	margin-top:1px;
	width:50px;
	height:49px;
	float:left;
	background-image:url(../img/bg_menu_left.jpg);
	background-repeat:repeat-y;}

#rad_menu_right{
	margin-top:1px;
	width:50px;
	height:49px;
	float:left;
	background-image:url(../img/bg_menu_right.jpg);
	background-repeat:repeat-y;}

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

/*********************** CONTENT *********************************/
#carte #box_text li a:link, #carte #box_text li a:visited, #carte #box_text li a:hover {
font-size: 14px;
color: #7cbd17;
text-decoration: none;
}
#carte #box_text li a:hover {
border-bottom: 1px dotted #7cbd17;
}
#carte #box_text li {
	text-align:center;
}
legend {
	color: #7F1313;
	font-size: 14px;
	padding: 0.3em 0 0.2em 0;
	margin: 0;
}
label {
	display: block;
}
input[type=text]{
	display: block;
	border:1px solid #999999;
	background-image:url(file:///D|/php4.alnetis.fr/img/bg-input.gif);
	}
fieldset {
	padding: 0em;
}
fieldset.message textarea {
	width: 500px;
	height: 100px;
}

#map {
	margin-left:50px;
	width: 500px;
	height: 300px;
	border: 2px solid #ffed00;
}
/*********************** 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;
}
.curseur_lien {
	cursor: pointer;
}
.cache {
	display: none;
}
/*********************** CLASSES END *********************************/
