@charset "utf-8";
/* css document */

.bg { 
width: 100%; position: absolute; top: 0; left: 0; z-index: -1; 
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background: url(../_img/bg_green.jpg) no-repeat fixed;
	font-size: 12px;
}

img {
	border: none;
}

a:link{ color: black; }

a:visited{ color: #333333; }

a:hover, a:focus{ text-decoration:none; }

.wrapper {
	margin: auto;
	padding: 0px;
	border: 0;
	width: 980px;
	height: auto;
}

.news_index a {
	clear: both;
	color: #a79b42;
	text-decoration: none;
}

.header {
	background: url(../_img/logos/cedat_arbre2.png) right no-repeat;
	margin-top: 20px;
	height: 144px;
}

.bottom {
	clear: both;
	background-color: #FFFFFF;
	text-align: left;
	padding-bottom: 4px;
	padding-left: 20px;
}

#line {
	width: 187px;
	height: 4px;
	border-bottom: black 1px solid;
}

#line2 {
	width: 187px;
	height: 4px;
	border-top: black 1px solid;
}

.bottom a {
	text-decoration: none;
}

.content {
	background-color: #FFFFFF;
	margin-top: 5px;
	padding: 20px;
	height: auto;
}

.content .firstColumn {
	float: left;
	width: 245px;
}

.content .secondColumn {
	float: left;
	width: 695px;
}

.content #top {
	padding: auto;
}


#top .cedat_negre {
	text-align: left;	
}

#top .logotips {
	float: right;
}


.breadcrumbs {
	clear: both;
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
	color:#333333;
}

.main_left {
	float: left;
	width: 150px;
	text-align: center;
	padding-top: 20px;
}

.main_right {
	float: left;
	width: 500px;
	padding-top: 5px;
	padding-left: 20px;
}


p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #9CA716; margin-bottom:0.5em; border-bottom: 1px solid #9CA716;}

h1{ font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }