/* Auto-clearing */
.content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Général */
* {margin: 0; padding: 0; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}  
.clearfix {display: inline-block;}

html { height: 100%; }

body {
    font: 75%/165% /* 12px/20px */ Helvetica;
    color: #555;
    height: 100%;
    background-image: url("../images/background.jpg");
    }

#container {
    position: relative;
    min-height: 100%;
 
}

* html #container { height: 100%; }

ul, ol {
    font-size: 100%;
    vertical-align: top;
}

a img, img, a { border: none; }

h1, h2, h3, h4, h5, h6 {line-height: 120%; color: #555555; }

h1 {}

h2 {}

h3 {}

h4 {}

span {
	font-weight: bold;
}
a {color: black;}
a:focus, a:hover, a:active { outline:none; }

ul, ol {margin: 0 0 1.5em 0; }

ul {list-style: none; }

.list li { padding-left: 9px; }

ul.small_link {margin-top: -1.5em; font-size: 0.917em;}

p {margin-bottom: 1.5em; }

.bold {font-weight: bold; }

.right {float: right; }

/* Structure de la page */


/* Header */

#header {
    height: 65px; 
    margin: 0 auto;
    width: 100%;
    width: 1025px;
    background: none;
}

#header .content {
    width: 100%; 
    margin: 0 auto;
    height: 75px;
}

#logo {
    width: 200px;
    height: 60px;
    float: left;
    font-size:15px;
    text-transform:uppercase;
}

/* Main_nav */

.navigation {
    margin:0;
    list-style: none;
    width: 100%;
    height: 65px;
    top: 10px;
    left: 220px;
    z-index: 5000;
	float: left;
	position: absolute;
}

.navigation a.on {
	font-size: 11px;
	text-align: center;
	width:50px;
	height:25px;
	text-decoration: none;
	margin: 10px 0px 0px 0;
	line-height: 55px;
	color:#000000;
}

.navigation a.off {
	font-size: 11px;
	text-align: left;
	width:50px;
	height:25px;
	text-decoration: none;
	margin: 10px 0px 0px 0;
	line-height: 55px;
	color:#a5a5a5;
}    

.navigation ul {
	list-style: none;
	position : absolute;
	margin-left: 455px;
}

.navigation ul li {
	float: left;
	margin-left: 10px;
}

.navigation li a:hover {
	color:#6d6d6d;
}

#main_nav {
    width: 100%;
    margin:0;
    list-style: none;
    width: 355px;
    height: 35px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5000;
    
}

#mainpic {
	height: 250px;
	width: 1025px;
	padding-bottom: 15px;
	background-color: white;
}

/* Content */

#content {width: 100%;  padding-bottom: 130px; }

.content {
    width: 1025px; 
    margin: 0 auto;
    position: relative;
}

#content .content {border-top: 0; }

#header .content {background-image: url("../images/head.png"); }

/* Footer */

#footer {
	height:90px;
	width: 1025px;
	background: white;
	float: left;
	text-align: center;
}

#footer a {
	font-size: 10px;
	text-decoration: none;
}

/* Panels */

.panel_wide {width:1025px; clear:both; }

.panel_left {
	width: 224px;
	height: 410px;
	float:left;
	padding-top: 30px;
	margin-bottom: 0px;
	background-image: url("../images/fondleft.png");
	background-repeat:no-repeat;background-color: white;
}

.panel_left h1 {
	margin-left: 25px;
	color :#a9a9a9;
	line-height: 20px;
	font-size: 18px;
}

.panel_left ul {
	margin-left: 25px;
}

.panel_left ul li a {
	font-size: 10px;
	text-align: left;
	width:50px;
	height:25px;
	text-decoration: none;
	/*margin: 10px 0px 0px 0;*/
	line-height: 25px;
	color:#a9a9a9;
	font-weight: bold;
}

.panel_left ul li a:hover {
	color:#6d6d6d;
}

.panel_right {
	width: 751px;
	height: 410px;
	padding: 30px 25px 0px 25px;
	float:left;
	overflow: auto;
	background-color: white;
}

.panel_right h1 img {
	vertical-align: middle;
}

.panel_right p img {
	vertical-align: middle;
}

.panel_right h1 {
	font-size: 24px;
}
