body{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
}

a{
	color: #b11616;
	text-decoration: none;
	outline: none;
}

a:hover{
	text-decoration: underline;
}

img{border: 0;}
.site{
	width: 1000px;
	background: url(../img/fnd_site.png) repeat-y;
	padding: 0px 10px;
	margin: 0 auto;
}
/*
.ban{
	height: 170px;
	background: url(../img/ban.jpg) no-repeat;
}
*/

/* ######### BANIERE ######### */
.ban{
	height:100px;
	background: url(../img/ban.jpg) no-repeat;
	padding: 50px 0 0 0;
}

/*.ban{width:1000px;height:226px;height:150px;padding:76px 0 0 0;}*/
.ban h1{
    width:540px;
    /*height:100px;*/
    margin: 0 0 0 15px;
    padding: 0 0 0 5px;
    background: rgba(0,0,0,.5);
    border: solid 1px #000;
    color: #ffffff;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 34px;
}
.ban h1 span{
    display: block;
    /*text-shadow: 2px 2px 2px #555555;
    -o-text-shadow: 2px 2px 2px #555555;
    -moz-text-shadow: 2px 2px 2px #555555;
    -webkit-text-shadow: 2px 2px 2px #555555;*/
}

/* ######### FIN BANIERE ######### */

.content_menu{
	background: url(../img/fnd_menu.png) repeat-x #000000;
	height: 30px;
}

.corps{
	padding: 10px 5px 5px 5px;	
}

.bloc_left{
	float: left;
	width: 205px;
}

.bloc_center{
	float: left;
	width: 550px;
	margin: 0px 15px 0px 15px
}

.bloc_right{
	float: left;
	width: 205px;
}
.items_search{
	margin: 0 0 20px 0;
}

.items_search form input[type='text']{
	background: url(../img/fnd_items_right.png) repeat-x;
	border:0;
	height: 30px;
	color: #fff;
	padding: 0 0 0 10px;
	width: 155px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin: 0 5px 0 0;
}

.items_search button{
	padding: 0;
	margin:0;
	background: none;
	border: none;
	cursor: pointer;
}
.footer{
	height: 30px;
	background: url(../img/fnd_footer.png) repeat-x #c51427;
}

.footer ul {
    list-style: none;
    list-style-type: none;
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    float: left;
}

.footer li{
    float: left;
}

.footer a{
    color: #fff;
    margin: 0 40px 0 0;
}

.items_left{
	border: 1px solid #d0d0d0;
	margin: 0 0 20px 0;
}


.title_article{
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #b11616;
}

.title_items_left{
	background: url(../img/fnd_items_left.png) repeat-x #040404;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 3px;
	font-weight: bold;
}

.content_items_left{
	text-align: center;
}

.items_right{
	border: 1px solid #d0d0d0;
	margin: 0 0 20px 0;
}

.title_items_right{
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: url(../img/fnd_items_right.png) repeat-x #c51427;
	padding: 3px;
	font-weight: bold;
}

.title_items_right a,
.title_items_right a:link,
.title_items_right a:visited{
	color: #fff;
}
.content_items_left ul {
	margin: 10px 0 10px 25px;
	padding: 0;
}

.content_items_left ul li{
	list-style-position: outside;
	text-align: left;
}
.archives_actu{
    margin: 0 0 10px 0;
}

.archives_actu h1{font-size: 16px; margin: 0; padding: 0;}

.archives_actu div p{text-align: justify;padding: 0;margin: 0}

.title_folders {
	background: url(../img/fnd_items_right.png) repeat-x #c51427;
	padding: 5px 0 5px 10px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin: 5px 0 15px 0;}

ul.archives_home li{
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}

ul.archives_home li > a{ font-size: 16px; font-weight: bold}

ul.archives_home li p{text-align: justify; margin: 0; padding: 0;}

ul.archives_home {margin: 0; padding: 0;}

.content_actu p.publication, p.publication{
	margin: 0;
	padding: 0;
	text-align: right;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
}

.content_actu img {
	float: left;
	margin: 0 5px 0 0;
}

#mainContent table {
border-collapse: collapse;
}
#mainContent table td {
border-collapse: collapse;
border: 1px solid #ccc;
padding: 3px;
}
/*#############  MAIN MENU DEROULANT  ###################*/
.menu {
    clear: both;
    font-size:12px;
    font-weight: bold;
    color: #ffffff;
    list-style-type: none;
    height: 100%;
    margin: 0;
    padding: 0;
	background: linear-gradient(top, #2f2d2d 10%, #000000 100%);
    background: -o-linear-gradient(top, #2f2d2d 10%, #000000 100%);
    background: -moz-linear-gradient(top, #2f2d2d 10%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#2f2d2d), to(#000000));
}
.menu li {display: block; float: left;height: 100%;}
.menu li a, .menu li a:link, .menu li a:visited {
    text-decoration: none;
    display: block;
    color: white;
    padding: 6px 38px;
    border-right:1px solid #100f0f;
    border-left:1px solid #1f1f1f;


}
.menu li#current a, .menu li.active a, .menu li a:hover, .menu li a:active {text-decoration:none;}
.menu li ul {z-index: 100001;position:absolute;display:none; width: 180px;}
.menu li:hover > ul {display: block; margin-left: 0px; background-color: white;padding: 0}
.menu li ul li {
    float: none;
    clear: both;
    display: block;
    border-top: none;
    border-right: 1px solid #ff0000;
    border-left: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
}
.menu li ul li:hover {background: rgba(255,255,255,.9);}
.menu li ul li a, .menu li ul li a:link, .menu li ul li a:visited {
    text-transform: none;
    border: none;
    padding: 7px 0 8px 0;
    text-align: center;
    display: block;
    color: #383838;
    font-weight: bold;
}

.menu li ul ul {position: absolute;margin-top: -30px;width: 200px;border-top: 1px solid #ff0000;}

.menu li#current a, .menu li.active a, .menu li a:hover, .menu li a:active,
.menu li ul li a:hover, .menu li ul li a:active, .menu li ul li a:focus {
    background: linear-gradient(top, #690303 10%, #d2162c 100%);
    background: -o-linear-gradient(top, #690303 10%, #d2162c 100%);
    background: -moz-linear-gradient(top, #690303 10%, #d2162c 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#690303), to(#d2162c));
    text-decoration: underline;
    color: white;
}

/*#############  FIN MAIN MENU DEROULANT  ###################*/


.more{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: linear-gradient(top, #690303 10%, #d2162c 100%);
    background: -o-linear-gradient(top, #690303 10%, #d2162c 100%);
    background: -moz-linear-gradient(top, #690303 10%, #d2162c 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#690303), to(#d2162c));
    width: 150px;
    text-align: center;
    float: right;
}

.more a{
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	display: block;
}

.lastMod{font-size: 10px;}

/* Pagination */
.paginate {
    padding: 25px 0 10px 0;
    text-align:center;
    clear: both;
}
.paginate li {
    list-style-type: none;
    display:block;
    float:left;

    color: #666;
    border:1px solid #ccc;
    font-weight: bold;
    font-size: 11px;
    background: #fcfcfc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 1px 2px #ddd;
    -webkit-box-shadow: 1px 1px 2px #ddd;
    box-shadow: 1px 1px 2px #ddd;
}
.paginate li.current span {
    background-color: #ccc;
}
.paginate span, .paginate a, .paginate a:link, .paginate a:visited, .paginate a:focus {
    text-decoration:none;
    color: #666;
    border:1px solid #ccc;
    padding:5px 10px;
    margin:0 1px;
    font-weight: bold;
    background: #fcfcfc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 11px;
    -moz-box-shadow: 1px 1px 2px #ddd;
    -webkit-box-shadow: 1px 1px 2px #ddd;
    box-shadow: 1px 1px 2px #ddd;
}
.paginate a:hover {
    background: #ddd;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #333;
}
.paginate a.previous { margin-right:15px; }
.paginate a.next { margin-left:15px; }


.titre_folders a{font-weight: bold; font-size: 15px;
}

/* ################## Galerie Photo ################## */
.items_album{
    float: left;
    width: 118px;
    margin: 0px 10px 15px 10px;
    padding: 15px 15px 35px 15px;
    background: url(../img/fnd_album.png) no-repeat ;

}
.fndalbum {
    height: 110px;
    overflow: hidden;
    width: 118px;
}

.highslide-gallery{
    width: 100px;
    height: 75px;
    float: left;
    margin: 5px 10px;
    overflow: hidden;
}

.titlePict{
    width: 100px;
    height: 75px;
}

.highslide-gallery a .titlePict , .highslide-gallery a:link .titlePict, .highslide-gallery a:visited .titlePict{
    display: none;
}

.highslide-gallery a:hover .titlePict{
    z-index: 10;
    display: block;
    background-color: rgba(155,155,155,0.5);
    /*opacity: 0.8;*/
    text-decoration: none;
    position: absolute;
    top: 0px;
    font-weight: bold;
    text-align: center;
    color: #4c4c4c;
}
.highslide-gallery a:hover img{
    z-index: 1;
    position: relative;
}

.highslide-gallery a{
    text-decoration: none;
    display: block;
    position: relative;
}

form.forms {
    width:500px;
    margin: 0 auto;
}
form.forms p label span.required{
    font-weight: bold;
    color: red;
}

form.forms input[type='text'], form.forms textarea{
    width: 75%;
    border: 1px solid #24578e;
}

form.forms label{
    width: 50%;
    font-size: 14px;
    display: block;
    font-weight: bold;
    margin: 10px 0 0 0;
}