@charset "utf-8";
/* CSS Document */
body{
background-color:#000000;
color:#CCCCCC;
font-family:"Times New Roman", Times, serif;
font-size:1em;
scrollbar-base-color: #000000;
scrollbar-track-color: #333333;
scrollbar-arrow-color: #666666;
}
#container {
	width: 955px;
	height:420px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*overflow:auto;*/
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
} 
#containergp {
	width: 955px;
	height:420px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:auto;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
} 
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:925px;
	height:105px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top:5px;
	border:1px solid #cccccc;
	border-bottom:none;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 20px;
}
#sidebargp {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 20px;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(../images/cb3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#mainContent { 
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000; 
	width:925px;
	height:35px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	border-top:none;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#hautgauche{
position:relative;
margin-top:10px;
margin-left:10px;
width:50px;
float:left;
}
#droite{
width:850px;
float:right;
text-align:center;
}
#footerlinks UL LI	{
	position:static;
	float: right;
	display: block;
	margin:0;
	margin-top:-21px;
	list-style:none;
	padding:5px 30px 5px 10px;
	color:#666;
	z-index:50;
}
#footerlinks UL LI.last	{
	padding-right:0;
	background:none;
}
.lientext2 {
	text-decoration:none;
	color:#cccccc;
	border-bottom: 1px dotted #9C9C9C;
	font-weight:normal;
	font-size:11px;
}
.lientext {
	text-decoration:none;
	color:#cccccc;
	border-bottom: 1px dotted #9C9C9C;
	font-weight:normal;
	font-size:12px;
}
#button {
	width: 120px;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	font-weight:normal;
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#button li {
	border-bottom: 1px dotted #ffffff;
	margin: 0;
}
#button li.current{
margin-left:10px;
margin-right:-10px;
width:149px;
}
#button li.current a{
border-right:1px solid #ffffff;
background-color:#ffffff;
color:#339933;
border: 1px solid #d7dadd;
border-right:1px solid #ffffff;
}
#button li.current a:hover{
border-right:1px solid #ffffff;
}
#button li.relative{
margin-left:10px;
margin-right:-10px;
}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 1px dotted #d7dadd;
	color: #CCCCCC;
	margin-top:5px;
	text-decoration: none;
	cursor: pointer;
}
#button li a {
	width:auto;
}
#button li a:hover {
	border-left:1px dotted #CCCCCC;
	color: #FFFFFF;
	cursor: pointer;
}
#button li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size:10px;
	text-align:right;
}
#button li ul li {
	margin: 0;
}
#button ul li li a {
	display: block;
	padding: 2px 2px 1px 0.5em;
	/*border: 1px solid #CCCCCC;*/
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}
#button li ul li a {
	width:auto;
}
#button li ul li a:hover {
	border-left:1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	background-color: #E4E4E4;
	color: #000000;
}
.indent{
text-indent:15px;
}
.debut{
font-size:48px;
vertical-align:top;
float:left;
font-style:normal;
}
.justify{
text-align:justify;
}
.left{
width:380px;
float:left;
}
.leftdefile{
width:380px;
float:left;
height:400px;
overflow:auto;
padding-right:10px;
}
.leftdefile2{
width:380px;
float:left;
height:400px;
overflow:auto;
padding-right:20px;
}
.leftdefile2 ul li{
font-size:0.9em;
list-style:none;
line-height:150%;
}
.leftdefile2 ul li a{
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}
.lientext{
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	border-bottom:1px dotted #cccccc;
	text-decoration: none;
}
.left2{
float:left;
margin-bottom:0px;
margin-top:-10px;
}
.right{
width:350px;
float:right;
}
.imgright{
width:350px;
height:420px;
float:right;
vertical-align:baseline;
text-align:right;
overflow:hidden;
}
.imgright2{
width:350px;
height:420px;
float:right;
vertical-align:bottom;
text-align:right;
overflow:hidden;
}
.center{
text-align:center;
vertical-align:middle;
}
/*galerie photo*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #000000;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 75px;
	height: 75px;
}

.hoverbox li
{
	background: #000000;
	border-color: #FFFFFF;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border:1px solid #FFFFFF;
	width: 300px;
	height: 300px;
}
/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}