/*based on old fpsece
lesscro
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #828282 url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #828282;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #FC3E1A;
}

a.button { padding:6px;background:#636363;color:#FFF;-moz-border-radius-topleft: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;margin:10px;text-decoration:none;font-size:12px;text-transform:uppercase;font-weight:bold;border:2px solid transparent; }


img.left {
	float: left;
	margin: 3px 20px 0 0;
	border: 3px solid #848C8F;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
	border: 3px solid #848C8F;
}

hr {
	display: none;
}

/* Header */

#logo {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
	padding: 70px 0 0 0;
	}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo img {
	margin:20px auto;
	padding:10px;

}
/* Menu */

#menu {
	width: 1000px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 43px;
	padding: 12px 30px 0 30px;
	text-decoration: none;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

#menu a:hover {
	color: #159391;
}

#menu .current_page_item a {
	background: url(images/img03.png) no-repeat center bottom;
}
/* Slider */
#sliderfake {
 width: 1000px; /*  important doit être la même que la largeur de l'image */
 height: 120px; /* important  doit être la même que la hauteur de l'image */
 position: relative; /* important */
 overflow: hidden; /*  important */
 margin: 0 auto; 
}

.sliderfake p  {
	color: #000;
}

#slider {
 width: 1000px; /*  important doit être la même que la largeur de l'image */
 height: 200px; /* important  doit être la même que la hauteur de l'image */
 position: relative; /* important */
 overflow: hidden; /*  important */
 margin: 0 auto; 
}

#sliderContent {
 width: 1000px; /*  important doit être le même que la largeur de l'image */
 position: absolute;  /* important */
 top: 0; /* important */
 margin-left: 0; /*  important */
}

.sliderImage {
 float: left; /*  important */
 position: relative; /* important */
 display:  none; /* important */
}

.sliderImage span {
 position: absolute; /* important */
 left: 0;
 font: 10px/15px  Arial, Helvetica, sans-serif;
 padding: 10px 13px;
 width:  374px;
 background-color: #000;
 filter: alpha(opacity=70); /*  Fixe l'opacité de la boite de texte */
 -moz-opacity: 0.7;  /* Mozillas */
 -khtml-opacity: 0.7; /* Safari */
 opacity: 0.7; /* autre */
 color: #fff;
 display: none; /* important */
 top: 0;
}

.clear {
 clear: both;
}


/* Wide Post */

.wide-post {background:#bbb;
			width:1000px;
			border:1px solid #FFF;
			-moz-border-radius-topleft: 30px;
			-moz-border-radius-bottomright: 30px;
			-moz-border-radius-bottomleft: 30px;
			margin:20px auto;
			padding:20px;
}

.wide-post .title {
	padding: 20px 0 0 20px;
	font-size: 18px;
	color: #FFF;
	border-bottom:1px dotted #FFF;
}

.wide-post .title a {
	text-decoration: none;
	border-bottom: 1px solid #B4BBBE;
	color: #333333;
}

.wide-post .title a:hover {
	border: none;
}

.wide-post .entry {
	width:600px;
	padding: 20px;
}


.wide-post .entry p {
	color: #000;
}


/*Side BAR */
.sidepanel { width:300px;
			border:1px solid #FFF;
			padding:5px;
			margin:0 0 8px 0;
			color:#159391; 
			}
			
.sidepanel h4 { 
			font-size:14px; 
			}
			
.sidepanel p { 
			color: #000;
			}
	
.banner img { width:1000px ;margin:4px 0; }
	
/* Footer */

#footer {
	padding: 40px 0;
	background: #828282;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #FFF;
}

#footer a {
	color: #DDD;
}