/* CSS Document */

body {margin:0px; background-color:#D4D4D4; font-family:arial;}

a {text-decoration:none;}
a:hover {text-decoration:none;}

.link-gris a {color:#999999; text-decoration:none;}
.link-gris a:hover {color:#9A1010; text-decoration:none;}
.link-gris a:visited {color:#666666; text-decoration:none;}

#container {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:260px;
	z-index:2;
}

.haut {background-image:url(img/haut.gif); background-repeat:repeat-x;}
.gauche {background-image:url(img/gauche.gif); background-repeat:repeat-Y;}
.droite {background-image:url(img/droite.gif); background-repeat:repeat-Y;}
.haut_gauche {background-image:url(img/haut_gauche.gif); background-repeat:no-repeat;}
.haut_droit {background-image:url(img/haut_droit.gif); background-repeat:no-repeat; }

.c_haut {background-image:url(img/c_haut.jpg); background-repeat:repeat-x;}
.c_bas {background-image:url(img/c_bas.jpg); background-repeat:repeat-x;}
.c_gauche {background-image:url(img/c_gauche.jpg); background-repeat:repeat-Y;}
.c_droit {background-image:url(img/c_droit.jpg); background-repeat:repeat-Y;}
.c_haut_gauche {background-image:url(img/c_haut_gauche.jpg); background-repeat:no-repeat;}
.c_haut_droit {background-image:url(img/c_haut_droit.jpg); background-repeat:no-repeat;}
.c_bas_gauche {background-image:url(img/c_bas_gauche.jpg); background-repeat:no-repeat;}
.c_bas_droit {background-image:url(img/c_bas_droit.jpg); background-repeat:no-repeat;}

.bloc_news {background-image:url(img/bloc_news.jpg); background-repeat:no-repeat; width:100%; height:160px;}
.txt_news {margin-left:0px; margin-top:0px; margin-right:0px; margin-bottom:0px;}
.bloc_menu {background-image:url(img/bloc_menu.jpg); background-repeat:no-repeat; width:100%; height:160px;}

.txt_menu {margin-top:0px; margin-bottom:5px; margin-left:5px; margin-right:20px; text-align:center;}
.txt_menu a{color:#000000; text-decoration:none;}
.txt_menu a:hover{color:#F3B700; text-decoration:none;}
.txt_menu a:visited{color:#9B1212; text-decoration:none;}

#copyrights {font-size:10px;}
.center {text-align:center;}

.cdf {margin-left:10px; margin-top:5px; font-size:16px; text-decoration:none;}
.cdf a {color:#999999; text-decoration:none;}
.cdf a:hover {color:#9A1010; text-decoration:none;}

h1 {margin-left:10px; margin-right:10px; margin-bottom:0px; margin-top:0px;}

.txt_date {margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:10px;}

.txt_petit {margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; font-size:10px; text-align:justify;}

.txt_petit2 {margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; font-size:2px; text-align:justify;}

.couv {margin-top:5px; margin-left:5px; float:right; padding:15px; border:0px;}
.couv2 {margin-top:0px; margin-left:0px; float:right; padding:0px; border:solid; border-color:#000000; border-width:1px;}


.center { text-align:center;}



.border_thin { border-color:#000000; border-style:solid; border-width:thin;}

.border_box {border-top:1px; border-bottom:1px; border-left:1px; border-right:1px; border-color:#333333;}
.box {border:solid thin #000000 ;}

#texte_defilant {

	position:absolute;

	left:150px;

	top:75px;

	width:635px;

	height:30px;

	z-index:9;

}







/*--------- Lightbox -----------*/

#lightbox{

    background-color:#eee;

    padding: 10px;

    border-bottom: 2px solid #666;

    border-right: 2px solid #666;

}



#lightboxDetails{

    font-size: 0.9em;

    color: #555;

    padding-top: 0.5em;

}



#closeButton{ top: 5px; right: 5px; }



#lightboxCaption{ float: left; }



#keyboardMsg{ float: right; }



#lightbox img{ border: none; }



#overlay img{ border: none; }



#overlay{ background-image: url(img/box/overlay.png); }



* html #overlay{ /*Hack IE */

    background-color: #000;

    background-color: transparent;

    background-image: url(blank.gif);

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/box/overlay.png", sizingMethod="scale");

}

/*-------- fin lightbox -------*/

