@charset "utf-8";
/* CSS Document */

#banner  {
	padding: 0;
	margin: 0;
	width: 100%;
	height:128px;
	background: transparent url(../images/top.jpg) no-repeat;
	position: relative;
}

* html #banner {
	margin-left: 0;
}

/* --- --- General stuff --- --- */

body {
	margin: 0 auto;
	padding: 0;
	font: normal 14px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #555;
	background: #fff url(../images/bg.gif) repeat;
}

#overAll { 
	margin: 0px auto 30px auto;
	width: 950px;
	border: 0px solid;
	position: relative;
}

#wrap_1 {
	position: relative;
	text-align: left;
	width: 100%;
}

#wrap_2 {
	position: relative;
	text-align: left;
	width: 100%;
}

#mainCol {
	position: relative;
	margin: 0;
	padding: 0;
	background: #fff;
}

#leftCol { 
	background-color: transparent;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

#centerCol {
	margin: 0px;	
	position: relative;	
	margin: 0px 0px 0px 205px; /* widthRight+marginRight */
}

#centerContainer {  
	position:relative; 	
	margin : 0;
	padding : 0;		
	min-height: 380px;
}

/* --- --- Links --- --- */

a:visited {
	color: #D47E1A;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}


/* --- --- Menu stuff --- --- */
div#menu {
	border-top: solid 3px #00792c;
	border-bottom: solid 3px #00792c;
	padding: .5ex 0;
}

#menu ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 10px;
}

#menu ol ol {
	text-indent: 20px;
}

#menu a {
	color: #00792c;
	text-decoration: none;
	font-size: 20px;
	margin: 0;
	height: 1.1em;
	line-height: 1.1em;
	display: block;
}

#menu a:hover {
	background-color:#eee;
}

ol li.actuel > a {
	color: #cbd401 !important;
}

#lang_select {
	margin: 10px 10px;
	font-size: 16px;
	text-align: center;
}

#lang_select a, #lang_select a:visited {
	color:#cbd400;
	text-decoration:none;
}

#lang_select a:hover {
	text-decoration:underline;
}

#lang_select .act {
	color: #00792c;
}
/* --- --- Content Stuff --- --- */

#leftCol img.bsb { 
	margin: 0 0 25px 45px;
}

p, h1, h2, h3, h4, h5 ,h6 { 
	margin: 0 0 .7em 0;
}

h1, h2, h3, h4, h5 ,h6 {
	text-align: left;
	color: #555;
	clear: both;
}

h1 {
	font-size: 150%;
	margin: 1ex 0;
	color: #00792c;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 115%;
}

h4, h5, h6 {
	font-size: 105%;
	font-weight: bold;
}

#left_content {
	padding: 10px;
	font-size: 11px;
}

#center_content {
	position: relative;
	background: transparent;
	color: #333;
	margin: 25px 10px 10px 10px;
	width: 710px;
	float: right;
}


#center_content li {
	list-style-image: url(../images/puce.png);
	line-height: 35px;
	font-size: 120%;
	padding-left: 10px;
}

#center_content li a,
#center_content li a:visited {
	color: #00792c;
	text-decoration: none;
}

#center_content li a:hover {
	text-decoration: underline;
}

#center_content p {
	margin: 0 0 .8em 0;
	padding: 0;
	text-align: justify;
}

#center_content img {
	margin: 5px 0;
	border: 1px solid #CBD400;
	padding: 2px;
}

#center_content table p {
	text-align: left;
}

#center_content table td {
	padding: .5em;
}

.align-center {
	text-align: center;
}

#lbCaption {
	font-size: 130%;
}

/* --- --- --- --- --- */

#mypath {
	margin: 5px;
	float: right;
	font-size: 85%;
}

#mypath a,
#mypath a:hover,
#mypath a:visited {
	color: #00792c;
	text-decoration: none;
}

#menunext{
	margin-left: 180px;
	margin-bottom: 1ex;
	text-align: center;
}

#menunext a,
#menunext a:hover,
#menunext a:visited {
	color: #00792c;
	text-decoration: none;
}

#slogan {
	margin: 3em 10px 1.5em 10px;
	color: #111;
	font-size: 115%;
}

#slogan em {
	font-weight: bold;
	font-style: normal;
}

.csc-textpic-caption {
	font-size: 75%;
}

/* --- --- Footer --- --- */

#footer {
	border-top: solid 15px #00792c;
	width: 950px;
	padding : 2px 0;
	height: 50px;
	margin: 0 auto;
	font-size: 11px;
	font-family:"Courier New", Courier, monospace;
}

#footer a, a:visited {
	color:#00792c;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---  ---  ---  ---  ---  ---  */

.dontDisplay {
	display: none;
}

hr.dontShow {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}


