* { padding: 0; margin: 0; }

body {
	background-image: url(image/accueil/fond.jpg);
	color: #f5bc97;
	margin: 0px;
	font-family: Verdana;
	background-color: #000000;
}
a, a:hover{
	
}
a, input, img
{
text-decoration: none;
	outline: 0;
position: relative;
z-index: 1;
}
h1 {
	text-indent: -900em;
	overflow: hidden;
	outline: 0;
	padding: 0px;
	margin: 0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff6d0d;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffbb99;	
}
.texte1 {
	margin-top: 5px;
	text-align: justify;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.texte2 {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	text-align: justify;
}
.texte3 {
	margin-top: 20px;
	margin-right: 20px;
	text-align: justify;
}
#fond_menu {
	background-image: url(image/accueil/fond_menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
#header {
	height: 100px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#logo {
	float: left;
	height: 100px;
	width: 300px;

}
#base_menu {
	float: left;
	margin-top: 50px;
}
#fond_conteneur {
	background-color: #000000;
	width: 100%;
}
#conteneur {
	margin: 0 auto;


}

#galerie #gauche {
	width: 50%;
	float: left;
}
#galerie #header_conteneur {
	width: 980px;
	margin-top: 5px;
	float: left;
}

#galerie #droite {
	float: left;
	width: 50%;

}
#gauche {
	margin-top: 5px;
	width: 351px;
	float: left;
}

#accueil #bloc {
	margin-top: 5px;
	margin-bottom: 5px;
}
#bloc ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#bloc li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
#droite {
	float: right;
	margin-top: 5px;
}
#footer {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#texte_footer p {
	font-weight: bold;
	color: #033e03;
	margin-top: 10px;
	margin-left: 25px !important;
	margin-left: 13px;

	float: left;
}
#footer #logo2 {
	float: right;
	background-image: url(image/accueil/fond_logo.png);
	background-repeat: no-repeat;
	height: 72px;
	width: 333px;
}

#logo2 img {
	float: left;
	margin-right: 15px !important;
	margin-right: 10px;
	margin-left: 20px;

}
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#galerie #conteneur ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#multi-level {
	height:20px;
	position:relative;
	z-index:100;
	width: 610px;

}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fe7012;
	float:left;
	cursor: pointer;
	height:20px;
	text-decoration: none;
}


.menu li.top a span {position:absolute; top:0; z-index:0;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:123px; }
.menu li.p2 {width:113px;}
.menu li.p3 {width:119px;}
.menu li.p4 {width:68px;}
.menu li.p5 {width:104px; }
.menu li.p6 {width:80px; }

/* set up the normal unhovered images in the links */
.menu li a#menu_1 {width:123px; }
.menu li a#menu_2 {width:113px;}
.menu li a#menu_3 {width:119px; }
.menu li a#menu_4 {width:68px; }
.menu li a#menu_5 {width:104px;}
.menu li a#menu_6 {width:80px;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#menu_1:hover, .menu li:hover a#menu_1,
.menu li a#menu_2:hover, .menu li:hover a#menu_2,
.menu li a#menu_3:hover, .menu li:hover a#menu_3,
.menu li a#menu_4:hover, .menu li:hover a#menu_4,
.menu li a#menu_5:hover, .menu li:hover a#menu_5,
.menu li a#menu_6:hover, .menu li:hover a#menu_6 {background:transparent; }

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:20px; color:#ffbb99; background: #000; padding:3px 0; white-space:nowrap; width:130px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:130px;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:130px; line-height:20px; text-indent:5px; color:#ffbb99; text-decoration:none; 	overflow: hidden;
	outline: 0; }
.menu :hover ul.sub li a.fly {font-weight: bold;}
.menu :hover ul.sub li a:hover { font-weight: bold;}
.menu :hover ul.sub li a.fly:hover { font-weight: bold;}
.menu :hover ul li:hover > a.fly {font-weight: bold; } 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}



.jqGSContainer{
	position:relative;
	width:475px;
	cursor: pointer;
}
.jqGSContainer .jqGSImgContainer{}
.jqGSContainer .jqGSImgContainer ul{padding:0;margin:0;position:relative;list-style:none;}
.jqGSContainer .jqGSImgContainer ul li{padding:0;margin:0;position:relative;margin-top:0;margin-bottom:0px;float:left;}
.jqGSContainer .jqGSImgContainer ul li .jqGSLoader{width:100%;height:100%;position:absolute;}
.jqGSContainer .jqGSImgContainer ul li img{border:0}
.jqGSContainer .jqGSImgContainer ul li .jqGSTitle{position:absolute;right:0px;top:0px; color:#fff;}


.jqGSContainer .jqGSPagination{position:relative;width:100%;height:20px;top:5px;padding: 0px 0;}
.jqGSContainer .jqGSPagination ul{padding:0;margin:0;list-style:none;position:relative;float:right;}
.jqGSContainer .jqGSPagination ul li{padding:0;margin-right:5px;float:left;padding-right:1px;text-align:center;padding-bottom:1px;}
.jqGSContainer .jqGSPagination ul li a{
	padding:2px 0px;
	color: #fff;
	text-decoration:none;
	display:block;
	width:22px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../image/fond.jpg);
	border: 1px solid #035c02;
}
.jqGSContainer .jqGSPagination ul li a.selected{
	color:#FFFFFF;
	background-image: url(../image/fond2.jpg);
	border: 1px solid #e95f05;
}
.jqGSContainer .jqGSPagination ul li a:hover{	color:#FFFFFF;
	background-image: url(../image/fond2.jpg);
	border: 1px solid #e95f05;
}
.jqGSImgContainer{border:1px solid #000;}
