@charset "UTF-8";
body {
	background-image: url(../design/bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}
#page {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#entete {
	background-image: url(../design/top.png);
	background-repeat: no-repeat;
	height: 233px;
	width: 960px;
	background-position: left top;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FCC700;
}
#entete:hover {
	cursor:pointer;
}
#entete h1 {
	display: none;
	margin: 0px;
	padding: 0px;
}
#corps {
	background-color: #F6F6F6;
	height: auto;
	width: 960px;
	position: relative;
}
#contenu {
	height: auto;
	width: 720px;
	background-image: url(../design/pg.png);
	background-position: left top;
	float: left;
	background-repeat: repeat-x;
	background-color: #FFF;
}
#contenu h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-variant: normal;
	line-height: 28px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 29px 40px;
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-bottom: 32px;
	margin-left: 0px;
	margin-right: 30px;
}
#contenu h2 em{
	text-align: right;
	font-style: normal;
	display: block;
}
#contenu h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #43A02B;
	background-image: url(../design/bg-intro.png);
	height: 155px;
	width: 270px;
	text-align: justify;
	line-height: 21px;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 15px;
	margin: 0px;
}
.cols {
	width: auto;
	height: auto;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
}

.cols h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-variant: normal;
	line-height: 19px;
	padding: 0px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 23px;
	margin-left: 0px;
}
.cols p {
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: justify;
}
.cols ul {
	margin-bottom: 23px;
	list-style-type: square;
}
.cols ul li{
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: justify;
}
.cols a {
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #43A02B;
	text-align: justify;
}
.cols a:hover {
	color: #004392;
}
#formcontact label {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 7px;
}
#formcontact input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 325px;
	height: 20px;
}
#formcontact textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 325px;
	height: 200px;
	display: block;
}
#formcontact #action {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: auto;
	height: auto;
	font-weight: bold;
	margin-top: 10px;
	border: 1px solid #D9002E;
	background-image: url(../design/pg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 4px;
	color: #D9002E;
}
.article {
	height: auto;
	width: auto;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 2px solid #FBFBFB;
	padding: 7px;	background-image: url(../design/pg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.article h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #429F29;
	margin: 0px;
	padding: 8px;
}
.article h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #429F29;
	line-height: 17px;
}
.article p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.article a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #429F29;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #429F29;
}
.article a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #429F29;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #429F29;
}
#col {
	width: 330px;
	float: left;
	height: auto;
	margin-left: 30px;
	margin-bottom: 30px;
}
#col h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-variant: normal;
	line-height: 19px;
	padding: 0px;
	color: #000;
	margin-top: 23px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#col h4:before{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-variant: normal;
	color: #43A02B;
	content: '» ';
}
#col p {
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: justify;
	margin-right: 30px;
	margin-left: 30px;
}
#col ul {
	height: auto;
	width: auto;
	margin-right: 30px;
	padding-right: 0px;
	line-height: 19px;
}
#col ul li{
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 13px;
	line-height: 19px;
	color: #000;
	text-align: justify;
}
#col2 {
	width: 330px;
	float: left;
	height: auto;
	margin-bottom: 30px;
}
#col2 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-variant: normal;
	line-height: 19px;
	padding: 0px;
	color: #000;
	margin-top: 23px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#col2 h4:before{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-variant: normal;
	color: #43A02B;
	content: '» ';
}
#col2 p {
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: justify;
	margin-right: 0px;
	padding: 0px;
	margin-left: 0px;
}
#actus {
	background-image: url(../design/foot.png);
	background-repeat: repeat-x;
	height: 124px;
	width: 660px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	margin-top: 10px;
}
#actus h5 {
	background-image: url(../design/trait-rouge.png);
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #D9002F;
	background-position: 80px 22px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#actus h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #44A02C;
	padding: 0px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 5px;
	margin-left: 14px;
}
#actus p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 5px;
	margin-left: 14px;
}
#actus p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: underline;
}
#actus p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
}
#actus_fin {
	background-image: url(../design/trait-rouge.png);
	background-position: -120px center;
	background-repeat: no-repeat;
	padding-left: 590px;
}
#actus_fin a{
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#annexe {
	height: auto;
	width: auto;
	float: left;
}
#logpas {
	background-image: url(../design/black.png);
	background-repeat: repeat-x;
	height: 69px;
	width: 239px;
	position: relative;
}
#logpas form{
	height: 39px;
	width: auto;
	position: relative;
	padding: 15px;
	margin: 0px;
}
#logpas input {
	height: 15px;
	width: 75px;
	border: 1px solid #999;
	background-color: #3c3c3c;
	margin-right: 7px;
}
#logpas input[type=submit] {
	height: 15px;
	width: 15px;
	border: 1px solid #999;
	background-color: #3c3c3c;
	color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#logpas legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#swap {
	background-image: url(../design/gris2.png);
	background-repeat: repeat-x;
	height: auto;
	width: 239px;
	position: relative;
	margin-top: 1px;
	padding-top: 14px;
	padding-bottom: 14px;
}
#swap h4{
	height: auto;
	width: auto;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#swap h4 a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
#swap h4 a:hover {
	text-decoration: none;
}
#swap p{
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	margin-left: 12px;
	margin-right: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
	padding: 0px;
}
#acces_consommateurs {
	background-image: url(../design/bloc-consommateurs.png);
	background-repeat: no-repeat;
	height: 96px;
	width: 196px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 8px;
}
#acces_producteurs {
	background-image: url(../design/bloc-producteurs.png);
	background-repeat: no-repeat;
	height: 96px;
	width: 196px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 8px;
}
#acces_distributeurs {
	background-image: url(../design/bloc-distributeurs.png);
	background-repeat: no-repeat;
	height: 96px;
	width: 196px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 8px;
}
#acces_presse {
	background-image: url(../design/bloc-presse.png);
	background-repeat: no-repeat;
	height: 96px;
	width: 196px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 8px;
}
#box0 {
	background-image: url(../design/gris1.png);
	height: 181px;
	width: 239px;
	background-repeat: repeat-x;
	position: relative;
	padding-top: 38px;
}
#spot0 {
	background-color: #DEDEDE;
	height: 145px;
	width: 179px;
	margin-right: auto;
	margin-left: auto;
}
#box1 {
	background-image: url(../design/gris3.png);
	height: 181px;
	width: 239px;
	background-repeat: repeat-x;
	position: relative;
	padding-top: 38px;
}
#spot1 {
	background-color: #DEDEDE;
	height: 145px;
	width: 179px;
	margin-right: auto;
	margin-left: auto;
}
#box2 {
	height: 182px;
	width: 239px;
	position: relative;
	padding-top: 37px;
	background-image: url(../design/gris1.png);
	background-repeat: repeat-x;
}
#spot2 {
	background-color: #EEE;
	height: 145px;
	width: 179px;
	margin-right: auto;
	margin-left: auto;
}
#box3 {
	height: 182px;
	width: 239px;
	position: relative;
	padding-top: 37px;
	background-image: url(../design/gris3.png);
	background-repeat: repeat-x;
}
#spot3 {

	height: 145px;
	width: 179px;
	margin-right: auto;
	margin-left: auto;
}
#box4 {
	height: 182px;
	width: 239px;
	position: relative;
	padding-top: 37px;
	background-image: url(../design/gris1.png);
	background-repeat: repeat-x;
}
#spot4 {
	background-color: #EEE;
	height: 145px;
	width: 179px;
	margin-right: auto;
	margin-left: auto;
}
hr {
	padding: 0px;
	clear: both;
	width: 0px;
	visibility: hidden;
	float: none;
	height: 0px;
	color: #FFF;
	background-color: #FFF;
	display:block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: -0.5em;
	margin-right: 0;
	margin-bottom: -0.5em;
	margin-left: 0;
}
#pied {
	text-align: center;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pied a {
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#extra_bas {
	text-align: center;
}
#extra_bas a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: xx-small;
}
.margegauche {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.margedroite {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.decale_gauche_colonnes{
	margin-left:30px;
}
#adressaial {
	position: absolute;
	left: 360px;
	top: 60px;
	/*background-image: url(../design/logo-aial.png);*/
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 33px;
	height: auto;
	width: 300px;
}
#adressaial address{
	font-family: Arial, Helvetica, sans-serif;
	color: #44A02C;
}

.encar{
	width:300px;
	padding:10px;
	background-color:#ceeec1;
	float:right;
	margin-left:10px;
}

.encar ul{
	margin-bottom:0px;
}

