/*

CSS Credit: http://www.templatemo.com/

*/

html {

	background: #020303;

}

body {

	margin: 0;

	padding:0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 1.5em;

	color: #fff;

	background: url(images/page_bg.jpg) repeat-x  center top;

	width: 100%;

	display: table;

}

a:link, a:visited { color: #daea71; text-decoration: none; font-weight: bold; }

a:active, a:hover { color: #BBBB00; text-decoration: none; font-weight: bold; }


.box {
	float:left;
	width:auto;
	padding:10px;
	margin:20px 7px;
	background:#dfe0e2;
        color:#000000;
}
.buttonBox {
	background:#484848;
	border:0;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px 10px;
	cursor:pointer;
}
.box p {
	padding:10px 0;
}
.boxButton {
	float:center;
}
h1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: bold;

	color: #fff;

	background-position: left;

	padding: 0px;

}

h2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #fff;

	margin-top: 0px;

}
h3 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #000;

        float: left;
        display: inline;

}
h4 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #000;

        float: center;
        display: inline;

}

#container {

	width: 1000px;

	margin: auto;

}

#header_section {

	float: left;

	width: 1000px;

	height: 104px;

	margin-top: 60px;

	background: url(images/header.jpg) no-repeat;

}

#title_section {

	float: left;

	width: 281px;

	height: 40px;

	font-size: 22px;

	font-weight: bold;

	margin: 23px 0px 0px 20px;

	padding: 28px 0px 0px 30px;

	background: url(images/title_bg.jpg) no-repeat;

}

.topmenu{

	float: right;

	margin: 5px 30px 0px 0px;

}

.topmenu ul {

	list-style: none;

	padding: 0px;

	margin: 0px;

}

.topmenu li{

	display: inline;

}

.topmenu li a{

	float: left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	text-decoration: none;

	text-align: center;

	color: #fff;

	width: 80px;

	height: 43px;

	padding-top: 20px;

}

.topmenu li a:hover, .topmenu li .current{

	color: #fff;

	background: url(images/top_current.jpg) no-repeat;

}

#content_section {

	float: left;

	width: 993px;

	background: url(images/content_bg.jpg) repeat-x;

	height: 721px;

	overflow: auto;

}

#leftmenu_section {

	float: left;

	width: 280px;

	margin-top: 45px;

	padding-left: 30px;

}

#leftmenu_top {

	float: left;

	width: 240px;

	height: 37px;

	background: url(images/leftmenu_top.jpg) no-repeat;   

}

#leftmenu_mid {

	float: left;

	width: 200px;

	min-height: 500px;

	padding: 0px 20px 0px 20px;

	text-align: justify;


	background: url(images/leftmenu_mid.jpg) repeat-y;

}

#leftmenu_mid_con {

	float: left;

	width: 200px;

	height: 5px;

	padding: 0px 20px 0px 20px;

	text-align: justify;

	background: url(images/leftmenu_mid.jpg) repeat-y;

}

#leftmenu_mid img {

	float: left;

	padding-right: 5px;

}

#leftmenu_mid span {

	font-weight: bold;

	color: #daea71;

}

#leftmenu_bot {

	float: left;

	width: 240px;

	height: 37px;

	background: url(images/leftmenu_bot.jpg) no-repeat;

}

#rightcontent_section {

	float: left;

	width: 500px;

	margin-top: 45px;



}

#rightcontent_section img{

	float: left;

	padding-right: 10px;

}

#rightcontent_section a:link, #rightcontent_section a:visited { color: #FFFF66; text-decoration: none; font-weight: bold; } 

#rightcontent_section a:active, #rightcontent_section a:hover { color: #CCFF00; text-decoration: none; font-weight: bold; }

#content_left {

	float: left;

	width: 18px;

	height: 721px;

	background: url(images/left_corner.jpg) no-repeat ;

}

#content_mid {

	float: left;

	width: 900px;

	height: 721px;

}

#content_right {

	float: left;

	width: 68px;

	height: 721px;

	background: url(images/right_corner.jpg) repeat x ;

}

#footer_section {

	float: left;

	width: 1000px;

	height: 159px;

	color: #adad7b;

	background: url(images/footer.jpg) no-repeat;

}

#footer_left {

	float: left;

	width: 440px;

	padding: 40px 0px 0px 0px;

	text-align: center;

}

#footer_right {

	float: right;

	width: 400px;

	padding: 50px 0px 0px 50px;

}

.line {

	border-bottom: dashed 1px #fff;

	width: 100%;

}


/* menu foto */



.menu_foto ul li{
    position:relative;float:left;
    width:100px;height:100px;padding:10px;list-style:none;
}
/*permet de créer deux lignes*/
.menu_foto ul li:nth-child(4n){clear:left;}
        
.menu_foto ul li a{
    display:block;overflow:hidden;
    width:100px;height:100px;
    margin-top:0px;margin-left:0px;
    border:0px solid rgba(0,0,0,0.7);
    transition-property:width,height,margin,z-index,border;
    transition-duration:0.4s;
}

.menu_foto ul li a:hover{
    position:absolute;
    width:200px;height:200px;
    margin-top:-56px;margin-left:-56px;
    z-index:100;
    border:6px solid rgba(0,0,0,0.7);
}
        
.menu_foto ul li a img{
    position:absolute;
    width:100px;height:100px;z-index:20;
    transition-property:width,height,z-index;
    transition-duration:0.4s;
}
        
.menu_foto ul li a:hover img{
    width:200px;height:200px;
    z-index:100;
}


.links a img {height: 0; width: 0; border-width: 0;}
.links a:hover img {float: absolute; margin-top:-100px; margin-left:130px; height: auto; width: 120px; z-index:100;}

none{
  
}

/*

=====================================

 * Data Tables and Cascading Style Sheets Gallery *

 *  http://icant.co.uk/csstablegallery/index.php  *

 * Author: Velizar Garvalov at  http://www.vhg-design.com/ *

 =====================================

*/


     
table {

	width: 100%;

	margin:0; 

 	padding:0;

	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	

	color: #1c5d79;

	

}

table, tr, th, td {

	border-collapse: collapse;

}

caption {

margin:0; 

 	padding:0;

	background: #f3f3f3;

	height: 40px;

	line-height: 40px;

	text-indent: 28px;

	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	

	font-size: 14px;

	font-weight: bold;

	color: #555d6d;

	text-align: left;

	letter-spacing: 3px;

	border-top: dashed 1px #c2c2c2;

	border-bottom: dashed 1px #c2c2c2;

}



/* HEAD */



thead {

	background-color: #FFFFFF;

	border: none;

}

thead tr th {

	height: 32px;

	line-height: 32px;

	text-align: center;

	color: #1c5d79;

	background-image: url(col_bg.gif);

	background-repeat: repeat-x;

	border-left:solid 1px #FF9900;

	border-right:solid 1px #FF9900;	

	border-collapse: collapse;

	

}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
right: -300x;

border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;  
top: 0;
left: -450px; /*position where enlarged image should offset horizontally */

}
/* BODY */



tbody tr {

	background: #dfedf3;

	font-size: 13px;

}

tbody tr.odd {

	background: #F0FFFF;

}

tbody tr:hover, tbody tr.odd:hover {

	background: #ffffff;

}

tbody tr th, tbody tr td {

	padding: 6px;

	border: solid 1px #326e87;

}

tbody tr th {

	background: #1c5d79;

	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	

	font-size: 12px;

	padding: 6px;

	text-align: center;

	font-weight: bold;

	color: #FFFFFF;

	border-bottom: solid 1px white;

}

tbody tr th:hover {

	background: #ffffff;



}



/* LINKS */



table a {

	color: #FF6600;

	text-decoration: none;

	font-size: 13px;

	border-bottom: solid 1px white;

}

table a:hover {

	color: #FF9900;

	border-bottom: none;

}



/* FOOTER */



tfoot {

	background: #f3f3f3;

	height: 24px;

	line-height: 24px;

	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	

	font-size: 14px;

	font-weight: bold;

	color: #555d6d;

	text-align: center;

	letter-spacing: 3px;

	border-top: solid 2px #326e87;

	border-bottom: dashed 1px #c2c2c2;

}

tfoot tr th, tfoot tr td {

	/*padding: .1em .6em;*/

	

}

tfoot tr th {

	border-top: solid 1px #326e87;

}

tfoot tr td {

	text-align: right;

	

}


@keyframes AutoSlide {
    100% {
        left: 0px; /*1ère image*/
    }
    15% {
        left: 0px; /*idem pour attente*/
    }
    35% {
        left: -150px; /*2ème image*/
    }
    50% {
        left: -150px; /*idem pour attente*/
    }
    70% {
        left: -300px; /*3ème image*/
    }
    85% {
        left: -300px; /*idem pour attente*/
    }
    100% {
        left: 0px; /*1ère image*/
    }
}
#slideshow {
    position: relative;
    width: 150px;
    height: 150px;
    margin:  20px auto;
    overflow: hidden;
}
#sContent li {
    display: inline;
}

#sContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    margin: 0;            
    padding: 0;
    
    /*CSS3 keyframes animation*/
    animation-name: AutoSlide;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}



#cf {
  position:relative;
  height:281px;
  width:450px;
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

@keyframes cf3FadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

#cf3 img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 10s;
animation-direction: alternate;
}
