html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;

}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}


/* remember to define focus styles! :focus { outline: 0; } */


/* remember to highlight inserts somehow! ins { text-decoration: none; } del { text-decoration: line-through; } */


/* tables still need 'cellspacing="0"' in the markup table { border-collapse: collapse; border-spacing: 0; } */






/*------------------------------------------------------------------------------ BODY -----*/

body {
	background: #532b1d url(../IMG/bg-body.gif) left top repeat-x;																																																																																																																																																																																																																																																																																																																																																																									
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
}

/*------------------------------------------------------------------------------ WRAPPER -----*/

#wrapper_out {
	width: 960px;
	margin: 0 auto;
	font-size: 0.85em;
}

#box {
   background: #fff url(../IMG/bg-box.gif) left top no-repeat;
	width: 960px;
	padding: 12px 0 0 0;
}



/*------------------------------------------------------------------------------ COLONNES -----*/

table#main {
	width: 960px;
}

#column_1, #column_2, #column_21, #column_22 {
	background-color: #fff;
	vertical-align: top;
}

td#column_1 {
	width: 248px;
}

td#column_21 {
	width: 464px;
}

td#column_22 {
}



/*------------------------------------------------------------------------------ HEADER -----*/

#title {
   height: 50px; 
}

#title h1 {
	margin: 12px 0 0 12px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}

#title h1 a {
	text-decoration: none;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
}

#lang {
	float: right;
	margin: 31px 6px 0 0;
	display: inline;
}

#lang a {
	color: #ff5a00;
	text-decoration: none;	
	font-size: 85%;
	font-weight: bold;
	margin: 0 0 0 0px;
	padding: 0 0px 0 0px;
	height: 19px;
}

#lang a strong {
   float: left;
	background: url(../IMG/lang_left.gif) left top no-repeat;
	margin: 0 3px 0 0;
	padding: 0 0 0 5px;
	height: 19px;
	display: inline;		
}

#lang a strong span {
	float: left;
	display: block;
	background: url(../IMG/lang_right.gif) right top no-repeat;
	padding: 3px 5px 0 0;
	margin: 0 6px 0 0;
	height: 19px;
}

#lang a strong span.lang_on_FR, #lang a strong span.lang_on_EN {
	color: #532b1d;
} 

#lang a:hover strong span.lang_off_FR, #lang a:hover strong span.lang_off_EN {
	text-decoration: underline;
}

#header {	
	background: url(../IMG/bg-header.jpg) 12px top no-repeat;
	width: 960px;
	height: 215px;
}


/*------------------------------------------------------------------------------ MENU -----*/



#menuwrapper {
   background: url(../IMG/bg-menu.jpg) left bottom no-repeat;
	height: 31px;
}

#menu {
   float: left;
	width: 100%;
   margin: 0 0 0 12px; 
	position: relative;
	z-index: 100;
}

#menu ul {
   padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu ul li {
   float: left;
	position: relative;
	background: url(../IMG/sep-menu.gif) right bottom no-repeat;
}

#menu ul li a, #menu ul li a:visited {
   float: left;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0 12px;
	line-height: 31px;
	height: 31px;
}



#menu ul li a.active {
   color: #532b1d;
	background: #fff;
}

#menu ul li a:hover {
	background: #269cd4;
}

#menu ul li:hover {
   width: auto;
}

#menu ul li.presse {
	float : right;
	margin-right : 24px;
	background: url(../IMG/sep-menu.gif) left bottom no-repeat;
}


#menu ul li ul {
   display: none;
}

#menu table {
   margin: 0;
   border-collapse: collapse;
	position: absolute;
	top: -3px;
	left: 0;
}



/* non IE browsers */

#menu ul li:hover ul {

   display: block;

	position: absolute;

	top: 31px;

	margin-top: 0;

	left: 0;

	width: 200px;

}

/*#menu ul li:hover ul.endstop {

left:-150px;

}*/

#menu ul li:hover ul li ul {

   display: none;

}

#menu ul li:hover ul li a {

   display: block;

	background: #532b1d;

	color: #fff;

	height: auto;

	line-height: 15px;

	padding: 4px 12px;

	width: 160px;

	border-bottom: 1px solid #070402;

}

/*#menu ul li:hover ul li a.drop {

   background:#f2d5bf url(../IMG/puce_menu_hover.png) no-repeat left 8px;

}*/

#menu ul li:hover ul li a:hover {
   background: #269cd4;
}

/*#menu ul li:hover ul li a:hover.drop {

background: #ccd url(images/bullet1.gif) no-repeat 3px 8px;

}*/

#menu ul li:hover ul li:hover ul {
   display: block;
	position: absolute;
	left: 159px;
	top: 0;
}

/*#menu ul li:hover ul li:hover ul.left {

left:-159px;

}*/







/* IE5.5 & IE6 browsers */

#menu ul li a:hover ul {

   display: block;

	position: absolute;

	top: 31px;

	t\op: 34px;

	background: #532b1d;

	left: 0;

	border-bottom: 1px solid #333;

}



/*#menu ul li a:hover ul.endstop {

   left: -150px;

}*/



#menu ul li a:hover ul li a {

   display: block;

	background: #532b1d;

	color: #f2d5bf;

	height: auto;

	line-height: 15px;

	padding: 4px 16px;

	width: 160px;

	w\idth:160px;

	border-bottom: 1px solid #333;

}

/*#menu ul li a:hover ul li a.drop {

   background:#ccd url(images/bullet1.gif) no-repeat 3px 8px; padding-bottom:4px;

}*/

#menu ul li a:hover ul li a ul {

   visibility: hidden;

	position: absolute;

	height: 0;

	width: 0;

}

#menu ul li a:hover ul li a:hover {

   background:#f2d5bf url(../IMG/puce_menu_hover.png) no-repeat left 8px;

	color: #532b1d;

}

/*#menu ul li a:hover ul li a:hover.drop {

 background: #ccd url(images/bullet1.gif) no-repeat 3px 8px;

}*/

#menu ul li a:hover ul li a:hover ul {

   visibility: visible;

	position: absolute;

	top: 0;

	left: 159px;

}

/*#menu ul li a:hover ul li a:hover ul.left {

   left:-159px;

}*/






/*------------------------------------------------------------------------------ LISTE AOC -----*/

div#liste_aoc {
	margin-left: 12px;
	margin-top: 12px;
}



div.aoc {
	position : relative;
	width: 228px;
	height: 70px;
	margin-bottom: 6px;
}

.aoc_bleu {	
	background: transparent url(../IMG/bloc-aoc-bleu.jpg) left top no-repeat;
}

.aoc_fourme {	

	background: transparent url(../IMG/bloc-aoc-fourme.jpg) left top no-repeat;

}

.aoc_cantal {	

	background: transparent url(../IMG/bloc-aoc-cantal.jpg) left top no-repeat;

}

.aoc_salers {	

	background: transparent url(../IMG/bloc-aoc-salers.jpg) left top no-repeat;

}

.aoc_stnectaire {	

	background: transparent url(../IMG/bloc-aoc-sn.jpg) left top no-repeat;

}



div.bloc_aoc {	

}

/*.aoc_bleu .bloc_aoc {

	background: transparent url(../IMG/bloc_aoc_bleu_bottom.png) left bottom no-repeat;

}

.aoc_fourme .bloc_aoc {

	background: transparent url(../IMG/bloc_aoc_fourme_bottom.png) left bottom no-repeat;

}

.aoc_cantal .bloc_aoc {

	background: transparent url(../IMG/bloc_aoc_cantal_bottom.png) left bottom no-repeat;

}

.aoc_salers .bloc_aoc {

	background: transparent url(../IMG/bloc_aoc_salers_bottom.png) left bottom no-repeat;

}

.aoc_stnectaire .bloc_aoc {

	background: transparent url(../IMG/bloc_aoc_stnectaire_bottom.png) left bottom no-repeat;

}*/



.bloc_aoc a.link_aoc {
	width: 70px;
	height: 70px;
}



.bloc_aoc img {
	margin: 0 6px 0 0;
	float: left;
}


.titre_aoc {
	padding: 18px 0 0 0;
}

.titre_aoc a {
	color: #fff;
	font-weight: bold;
	font-size: 150%;
	zoom: 1;
}



div.bloc_aoc p {
   margin: 0 4px 0 65px;
	color: #fff;
	font-size: 80%;
	zoom: 1;	
}



/*------------------------------------------------------------------------------ TOOLTIP BLOC AOP -----*/

.tooltip-aop {
	position : absolute;
	bottom : 0;
	left : 0;
	z-index : 100;
	width: 376px;
	height: 147px;
	background: #fff;
	border: 6px solid #fff;
	border-left : none;
	visibility : hidden;
}

.tooltip-aop img {
	float: left;	
}

.tooltip-aop p.titre_aop {
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	line-height: 130%;
	margin: 20px 0 20px 159px;
}

.tooltip-aop p.titre_aop a {
	color: #fff;
}

.tooltip-aop p.spip {	
	color: #fff;
	font-size: 100%;
	line-height: 110%;
	margin: 0 6px 12px 159px;
}

.tooltip-fourme {
	background: url(../IMG/bg-tooltip-fourme.jpg) right top no-repeat;
}
.tooltip-bleu {
	background: url(../IMG/bg-tooltip-bleu.jpg) right top no-repeat;
}
.tooltip-salers {
	background: url(../IMG/bg-tooltip-salers.jpg) right top no-repeat;
}
.tooltip-cantal {
	background: url(../IMG/bg-tooltip-cantal.jpg) right top no-repeat;
}
.tooltip-stnectaire {
	background: url(../IMG/bg-tooltip-stnectaire.jpg) right top no-repeat;
}


/*------------------------------------------------------------------------------ ROUTE FROMAGES -----*/

div#route_fromages {
	margin: 8px 0 0 0;
	padding-top: 16px;
	background: #fff url(../IMG/bg-bloc-top.jpg) left top no-repeat;	
}

div#bloc_route {
   background: #fff url(../IMG/bg-bloc-bottom.jpg) left bottom no-repeat;	
	padding-bottom: 16px;
}

div.route_bienvenue {	
   background: url(../IMG/bg-titre-marron.jpg) left top no-repeat;	
	margin: 0 0 0 18px;
}

div.route_bienvenue h2 {
	padding: 8px;
	color: #fcf5d8 !important;
	font-weight: bold !important;
	font-size: 110% !important;
	line-height: 120% !important;
}

div.route_bienvenue .logo {
	background: url(../IMG/sep-marron.gif) left top no-repeat;
	padding-top: 2px;
	width: 216px;
	border-bottom: 1px solid #9b3600;
	text-align : center;
}

#bloc_route p.link {
   background: url(../IMG/bg-lien-small.gif) left bottom no-repeat;	
	margin: 0 0 0 18px;
	padding: 8px 8px 0 8px;
	width: 200px;
	height: 50px;
	border-top: 1px solid #ff9d67;		
}

#bloc_route p.link a {
	color: #fff;
	width: 216px;
	font-size: 110%;
	line-height: 120%;
}

#bloc_route p.link a:hover {
	background: url(../IMG/bg-underline.gif) left bottom repeat-x;
}


/*------------------------------------------------------------------------------ LISTE ETAPES -----*/



div#liste_etapes {

	background: #f2d5be url(../IMG/liste_etapes_top.gif) left top no-repeat;

	width: 459px;

	margin: 30px 0 0 208px;

	padding: 15px 0 0 0;

}



span#bloc_liste_etapes {

	background: #f2d5be url(../IMG/liste_etapes_bottom.gif) left bottom no-repeat;

	padding: 0 0 20px 0;

	display: block;

}



#liste_etapes ul {

	list-style-type: none;

}



#liste_etapes ul li {

	margin: 0 0 10px 0;

}



#liste_etapes a {

   background: transparent url(../IMG/puce_titre_aoc.png) 25px 13px no-repeat;

	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;

	font-size: 11pt;

	font-weight: bold;

	color: #532b1d;

	padding: 10px 5px 5px 45px;

}



#liste_etapes a:hover {

   text-decoration: underline;

}







/*------------------------------------------------------------------------------ INSCRIPTION NEWSLETTER -----*/

div#newsletter {
	margin: 0;
	padding-top: 16px;
	background: #fff url(../IMG/bg-bloc-top.jpg) left top no-repeat;	
}

div#bloc_newsletter {
   background: #fff url(../IMG/bg-bloc-bottom.jpg) left bottom no-repeat;	
	padding-bottom: 16px;
}

#newsletter .link a:hover span {
	background: url(../IMG/bg-underline.gif) left bottom repeat-x;
}

div.lettre {	
   background: url(../IMG/bg-titre-vert.jpg) left top no-repeat;	
	margin: 0 0 0 18px;
}

div.lettre h2 {
	padding: 8px;
	color: #fcf5d8 !important;
	font-weight: bold !important;
	font-size: 110% !important;
	line-height: 120% !important;
}

div.lettre p a, div.lettre h2 a:visited, div.lettre h2 a:hover, div.lettre h2 a:active {
	text-decoration: none;	
}

div.lettre .logo {
	background: url(../IMG/sep-vert.gif) left top no-repeat;
	padding-top: 2px;
	width: 216px;
	border-bottom: 1px solid #94c91e;	
}

div.lettre p  {
	padding-top: 2px;
	width: 216px;
	border-top: 1px solid #37470e;
	background-color: #749d18;
	color: #fff;	
	padding: 8px 8px 8px 8px;
	width: 200px;
	font-size: 100%;
	line-height: 110%;
}

#bloc_newsletter p.link {
   background: url(../IMG/bg-lien-small.gif) left bottom no-repeat;	
	margin: 0 0 0 18px;
	padding: 8px 8px 0 8px;
	width: 200px;
	height: 70px;
	border-top: 1px solid #ff9d67;		
}

#bloc_newsletter p.link a {
	color: #fff;
	width: 216px;
	font-size: 110%;
	line-height: 120%;
	display: block;
	width: auto;
	margin-bottom: 3px;
}

#bloc_newsletter p.link a:hover span {
	background: url(../IMG/bg-underline.gif) left bottom repeat-x;
}

#bloc_newsletter form {
	background-color: #749d18;
	margin: 0 0 0 18px;
	padding-bottom: 10px;
	width: 216px;
	border-bottom: 1px solid #9b3600;	
}

#bloc_newsletter input {
	margin: 0 0 0 8px;
	padding: 3px;
	width: 160px;
	border: 1px solid #fff;
	color: #333;
}

#bloc_newsletter input.off {
	background: #fff;
	border: 1px solid #fff;
}

#bloc_newsletter input.on {
	background: #fcf5d8;
}

#bloc_newsletter button {
	cursor: pointer;
	padding: 2px;
	width: auto;
	border: 1px solid #ff5a00;
}

#bloc_newsletter button.off {
	color: #fff;
	background-color: #ff5a00;
	border: 1px solid #ff5a00;
}

#bloc_newsletter button.on {
   background-color: #fff;
	color: #ff5a00;
	border: 1px solid #fff;
}



/*------------------------------------------------------------------------------ BREADCRUMB -----*/



div#breadcrumb {

	background: url(../IMG/border_bread.gif) right bottom no-repeat;

	margin: 10px 12px 10px 0 !important;

	text-align: right;

	font-size: 90%;

	padding-bottom: 5px; 

}



#breadcrumb a {

	color: #ff5a00;

}



#breadcrumb a:hover {

	text-decoration: underline;

}







/*------------------------------------------------------------------------------ DESCRIPTION SITE -----*/



div#presentation {
	background: #fff url(../IMG/bg-slider.jpg) left top no-repeat;
	height: 396px;
	width: 712px;
	position: relative;
}

div#presentation-in {
	position : absolute;
	top : 18px;
	left : 16px;
	height : 362px;
	width : 678px;
	overflow : hidden;
}

div#presentation img {

}

div#presentation .texte-slider {
	position: absolute;
	left: 0;
	top: 210px;
	height: 152px;
	width : 100%;
	background : url(../IMG/bg-text-slider.png) left top no-repeat;
	/*opacity : 0.2;
	filter : alpha(opacity=20);*/
}

div#presentation .texte-slider h2 {
	color: #000 !important;
	font-size: 140%;
	line-height: 110%;
	font-weight: bold;
	width: 420px;
	margin: 15px 0 15px 15px;
}

div#presentation .texte-slider .spip {
	color: #000 !important;
	font-size: 110%;
	line-height: 120%;
	width: 420px;
	margin-left : 15px;
}

div#presentation .link {
	position: absolute;
	left: 520px;
	top: 265px;
	color: #fff !important;
	font-size: 130%;
	line-height: 120%;
	font-weight: bold;
	width: 140px;
}

div#presentation a:hover .link span {
   background: url(../IMG/bg-underline.gif) left bottom repeat-x;
}





/*------------------------------------------------------------------------------ DESCRIPTION RUBRIQUE -----*/



div.rubrique_logo {

	float: left;

	clear: left;

}



div.rubrique_logo img {

   float: left;

	margin: 17px 0 0 10px;

	background-color: #532b1d;

	padding: 3px;

}

div#border {

	width: 170px;

	height: 15px;

	border-bottom: 3px solid #532b1d;

	border-left: 3px solid #532b1d;

	float: left;

	clear: left;

	margin: 0 0 0 40px;

	padding: 0;

}



h1.titre_rub {

	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;

	font-size: 170%;
	
   line-height: 90%;

	color: #532b1d;

	font-weight: bold;

	padding: 0 0 0 220px;

	margin: 0 0 0 0;

}



h1.titre_rub a, h1.titre_rub a:visited, h1.titre_rub a:hover, h1.titre_rub a:active {
	
	color: #532b1d;
	
	text-decoration: none;
	
}



div#presentation_rubrique {

	background: #532b1d url(../IMG/bloc_rub_top.png) left top no-repeat;

	margin: 45px 12px 0 200px;

	padding-top: 21px;

}



div#bloc_presentation_rubrique {

   background: #532b1d url(../IMG/bloc_rub_bottom.png) right bottom no-repeat;

	padding: 10px 20px 20px 10px;	

}



div#presentation_rubrique ul {

	list-style-type: none;

	margin: 0 0 10px 25px;

	text-align: justify;

}



div#presentation_rubrique ul li {

	background: #532b1d url(../IMG/puce_menu_active.png) left 3px no-repeat;

	color: #fcf5d8;

	padding: 0 0 0 15px;

	margin: 0 0 8px 0;

}



div#presentation_rubrique p {

   color: #fcf5d8;

	text-align: justify;

	zoom: 1;

}



div#presentation_rubrique a, div#presentation_rubrique a:visited, div#presentation_rubrique a:hover, div#presentation_rubrique a:active {

   color: #fcf5d8;

}



div#presentation_rubrique a:hover {

	text-decoration: underline;

}



span.spip_documents_center img {

	padding: 3px;

	background-color: #fff;

	border: 1px solid #999;

}

span.spip_documents_center {

	margin: 0 auto; 

}



span.spip_documents_left img {

	padding: 3px;

	background-color: #fff;

	border: 1px solid #999;

}

span.spip_documents_left {

	margin: 10px 15px 15px 0; 

}



span.spip_documents_right img {

	padding: 3px;

	background-color: #fff;

	border: 1px solid #999;

}

span.spip_documents_right {

	margin: 10px 10px 15px 15px;
	
	float: right;
	
	clear: right; 

}



p.spip {

	margin: 0 0 15px 10px;

}



div.liste_documents {

	padding: 15px 0 0 210px; 

}



div.liste_documents dl.spip_documents_left {	

	margin: 0 0 15px 0;

	border-bottom: 1px dashed #333;

	padding: 0 0 10px 0;

}



div.liste_documents dl.spip_documents_right {	

	margin: 0;

	border-bottom: 1px dashed #333;

	padding: 0 0 10px 0;

	float: left !important;

}



div.liste_documents dl.spip_documents img {	

	float: left;

	margin: 0 15px 0 0;

	display: inline;

	border: 1px solid #333;

}



div.liste_documents dl.spip_documents dt.spip_doc_titre {	

	float: left;

	width: 200px !important; 

}



div.liste_documents dl.spip_documents dt.spip_doc_titre a, div.liste_documents dl.spip_documents dt.spip_doc_titre a:visited, div.liste_documents dl.spip_documents dt.spip_doc_titre a:hover, div.liste_documents dl.spip_documents dt.spip_doc_titre a:active {
	
	color: #000;
	
	text-decoration: none;
	
}

#bloc_article dl.spip_documents_right {
	margin: 5px 0 10px 15px;
}
#bloc_article dl.spip_documents_right dt.spip_doc_titre {
	margin: 0 0 1px 0;
}
#bloc_article dl.spip_documents_right dd.spip_doc_descriptif {
	color: #666;
	font-size: 90%;
}

#bloc_article dl.spip_documents_left {
	margin: 5px 15px 10px 0;
}
#bloc_article dl.spip_documents_left dt.spip_doc_titre {
	margin: 0 0 1px 0;
}
#bloc_article dl.spip_documents_left dd.spip_doc_descriptif {
	color: #666;
	font-size: 90%;
}

#bloc_article dl.spip_documents_center {
	text-align: center !important;
	margin: 0 auto 10px !important;
}
#bloc_article dl.spip_documents_center img {
	margin: 0 auto:
}
#bloc_article dl.spip_documents_center dt.spip_doc_titre {
	margin: 0 auto;
	text-align: left;
}
#bloc_article dl.spip_documents_center dd.spip_doc_descriptif {
	color: #666;
	font-size: 90%;
	margin: 0 auto;
	text-align: left;
}





/*------------------------------------------------------------------------------ LISTE RUBRIQUES -----*/



div#liste_rubriques {

	margin: 0 80px 30px 100px;

}



div.desc_rubrique {

	background: #fff url(../IMG/bloc_subrub_top.png) left top no-repeat;

	padding: 28px 10px 0 20px;

}



div.presentation_rubrique {/* attention CLASS */

	background-color: #fcf5d8;

	padding: 10px;

	margin: 18px 80px 0 230px;

	color: #666;

	zoom: 1;

}



div.desc_rubrique div.rubrique_logo img {

	padding: 3px;

	background-color: #fff;

	border: 1px solid #999;

	margin: 18px 0 0 0;

}



div.desc_rubrique h2 {

	color: #fff;

	font-size: 150%;

	font-weight: normal;

}



div.desc_rubrique h2 a, div.desc_rubrique h2 a:visited, div.desc_rubrique h2 a:hover, div.desc_rubrique h2 a:active {
	
	color: #fff;
	
	text-decoration: none;
	
}



div.desc_rubrique p.link {

	margin: 0 80px 0 230px;

	padding-right: 10px; 

	height: 20px;

	text-align: right;

	background: #fcf5d8 url(../IMG/bloc_desc_rub_bottom.png) right bottom no-repeat;

}



div.desc_rubrique p.link a {

   color: #532b1d;

	font-weight: bold;

	font-size: 90%;
	
	line-height: 120%;

	padding-left: 10px;

	background: #fcf5d8 url(../IMG/puce_link_marron.gif) left 4px no-repeat;

}





/*------------------------------------------------------------------------------ LISTE ARTICLES -----*/



div#liste_articles {

	margin: 30px 0 30px 55px;

}



div.bloc_article {

	float: left;

	clear: none;

	margin: 15px 0 0 40px;

	display: inline;	

}



div.bloc_article h2 {

	color: #749f18;

	width: 270px;

	font-size: 130%;

	font-weight: bold;

	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;

}

.article_bleu h2 {

	color: #33afb9 !important;

}

.article_bleu h2 a, .article_bleu h2 a:visited, .article_bleu h2 a:hover, .article_bleu h2 a:active {
	
	color: #33afb9;
	
	text-decoration: none;
	
}

.article_cantal h2 {

	color: #a4afb3 !important;

}

.article_cantal h2 a, .article_cantal h2 a:visited, .article_cantal h2 a:hover, .article_cantal h2 a:active {
	
	color: #a4afb3;
	
	text-decoration: none;
	
}

.article_salers h2 {

	color: #b92c5f !important;

}

.article_salers h2 a, .article_salers h2 a:visited, .article_salers h2 a:hover, .article_salers h2 a:active {
	
	color: #b92c5f;
	
	text-decoration: none;
	
}

.article_fourme h2 {

	color: #796b9f !important;

}

.article_fourme h2 a, .article_fourme h2 a:visited, .article_fourme h2 a:hover, .article_fourme h2 a:active {
	
	color: #796b9f;
	
	text-decoration: none;
	
}

.article_stnectaire h2 {

	color: #abaf06 !important;

}

.article_stnectaire h2 a, .article_stnectaire h2 a:visited, .article_stnectaire h2 a:hover, .article_stnectaire h2 a:active {
	
	color: #abaf06;
	
	text-decoration: none;
	
}



div.desc_article {

	background: #749f18 url(../IMG/bloc_desc_article_bottom.gif) right bottom no-repeat;

	padding: 10px;

	float: left;

	margin: 0 15px 25px 0;

	width: 250px;

	display: inline;

}

.article_bleu div.desc_article {

	background: #33afb9 url(../IMG/bloc_desc_article_bleu_bottom.gif) right bottom no-repeat;

}

.article_cantal div.desc_article {

	background: #a4afb3 url(../IMG/bloc_desc_article_cantal_bottom.gif) right bottom no-repeat;

}

.article_salers div.desc_article {

	background: #b92c5f url(../IMG/bloc_desc_article_salers_bottom.gif) right bottom no-repeat;

}

.article_fourme div.desc_article {

	background: #796b9f url(../IMG/bloc_desc_article_fourme_bottom.gif) right bottom no-repeat;

}

.article_stnectaire div.desc_article {

	background: #abaf06 url(../IMG/bloc_desc_article_sn_bottom.gif) right bottom no-repeat;

}



div.presentation_article {

   background: #fff url(../IMG/bloc_presentation_article_bottom.gif) right bottom no-repeat;

	padding: 10px;

	color: #666;

	float: right;

	width: 45%;

	margin: 5px 0 5px 5px;

	display: inline;

}

.article_bleu div.presentation_article {

   background: #fff url(../IMG/bloc_presentation_article_bleu_bottom.gif) right bottom no-repeat;

}

.article_cantal div.presentation_article {

   background: #fff url(../IMG/bloc_presentation_article_cantal_bottom.gif) right bottom no-repeat;

}

.article_salers div.presentation_article {

   background: #fff url(../IMG/bloc_presentation_article_salers_bottom.gif) right bottom no-repeat;

}

.article_fourme div.presentation_article {

   background: #fff url(../IMG/bloc_presentation_article_fourme_bottom.gif) right bottom no-repeat;

}

.article_stnectaire div.presentation_article {

   background: #fff url(../IMG/bloc_presentation_article_sn_bottom.gif) right bottom no-repeat;

}



div.desc_article div.article_logo img {

	padding: 3px;

	background-color: #fff;

	border: 1px solid #999;

	margin: 5px 0 0 0;

	float: left;

	display: inline;

}



div.desc_article p.link {

	margin: 8px 0 0 0;

	float: left;

	clear: left;

	width: 190px;

	display: inline;

}



div.desc_article p.link a {

   color: #fff;

	font-weight: bold;

	font-size: 90%;
	
	line-height: 120%;

	padding-left: 10px;

	background: #749f18 url(../IMG/puce_link_blanc.gif) left 4px no-repeat;

}

.article_bleu div.desc_article p.link a {

	background: #33afb9 url(../IMG/puce_link_blanc.gif) left 4px no-repeat;

}

.article_cantal div.desc_article p.link a {

	background: #a4afb3 url(../IMG/puce_link_blanc.gif) left 4px no-repeat;

}

.article_salers div.desc_article p.link a {

	background: #b92c5f url(../IMG/puce_link_blanc.gif) left 4px no-repeat;

}

.article_fourme div.desc_article p.link a {

	background: #796b9f url(../IMG/puce_link_blanc.gif) left 4px no-repeat;

}

.article_stnectaire div.desc_article p.link a {

	background: #abaf06 url(../IMG/puce_link_blanc.gif) left 4px no-repeat;

}





/*------------------------------------------------------------------------------ ARTICLE -----*/



div.article_logo {

	float: left;

	clear: left;

}



div.article_logo img {

   float: left;

	margin: 17px 0 0 10px;

	background-color: #f2d5bf;

	padding: 3px;

}

.fiche_bleu div.article_logo img {

   background-color: #33afb9;

}

.fiche_cantal div.article_logo img {

   background-color: #a4afb3;

}

.fiche_salers div.article_logo img {

   background-color: #b92c5f;

}

.fiche_fourme div.article_logo img {

   background-color: #796b9f;

}

.fiche_stnectaire div.article_logo img {

   background-color: #abaf06;

}



h1.titre_article {

	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;

	font-size: 170%;
	
	line-height: 90%;

	color: #532b1d;

	font-weight: bold;

	padding: 0 0 0 220px;

	margin: 5px 0 0 0px;

}



div.article_logo div#border {

	border-bottom: 3px solid #f2d5bf;

	border-left: 3px solid #f2d5bf;

	width: 170px;

	height: 15px;	

	float: left;

	clear: left;

	margin: 0 0 0 40px;

	padding: 0;

}

.fiche_bleu div.article_logo div#border {

   border-bottom: 3px solid #33afb9;

	border-left: 3px solid #33afb9;

}

.fiche_cantal div.article_logo div#border {

   border-bottom: 3px solid #a4afb3;

	border-left: 3px solid #a4afb3;

}

.fiche_salers div.article_logo div#border {

   border-bottom: 3px solid #b92c5f;

	border-left: 3px solid #b92c5f;

}

.fiche_fourme div.article_logo div#border {

   border-bottom: 3px solid #796fb9;

	border-left: 3px solid #796fb9;

}

.fiche_stnectaire div.article_logo div#border {

   border-bottom: 3px solid #abaf06;

	border-left: 3px solid #abaf06;

}



div#article {

	background: #f2d5bf url(../IMG/bloc_rub_top.png) left top no-repeat;

	padding-top: 21px;

	margin: 60px 12px 20px 200px;
	
}

.fiche_bleu div#article {

	background: #33afb9 url(../IMG/bloc_rub_top.png) left top no-repeat;

}

.fiche_cantal div#article {

	background: #a4afb3 url(../IMG/bloc_rub_top.png) left top no-repeat;

}

.fiche_salers div#article {

	background: #b92c5f url(../IMG/bloc_rub_top.png) left top no-repeat;

}

.fiche_fourme div#article {

	background: #796b9f url(../IMG/bloc_rub_top.png) left top no-repeat;

}

.fiche_stnectaire div#article {

	background: #abaf06 url(../IMG/bloc_rub_top.png) left top no-repeat;

}



div#bloc_article {

   background: #f2d5bf url(../IMG/bloc_rub_bottom.png) left bottom no-repeat;

	padding: 0 20px 20px 10px;	

}

.fiche_bleu div#bloc_article {

	background: #33afb9 url(../IMG/bloc_rub_bottom.png) left bottom no-repeat;

}

.fiche_cantal div#bloc_article {

	background: #a4afb3 url(../IMG/bloc_rub_bottom.png) left bottom no-repeat;

}

.fiche_salers div#bloc_article {

	background: #b92c5f url(../IMG/bloc_rub_bottom.png) left bottom no-repeat;

}

.fiche_fourme div#bloc_article {

	background: #796b9f url(../IMG/bloc_rub_bottom.png) left bottom no-repeat;

}

.fiche_stnectaire div#bloc_article {

	background: #abaf06 url(../IMG/bloc_rub_bottom.png) left bottom no-repeat;

}



#bloc_article h2 {

	font-size: 120%;

	font-weight: bold;

	margin: 5px 0 10px 0;

}



#bloc_article h3 {

	font-size: 140%;

	font-family: Trebuchet MS, verdana, arial, sans-serif;

	margin: 20px 20px 10px 10px;

	color: #532b1d;

	font-weight: bold;

}

.fiche_bleu div#bloc_article h3, .fiche_cantal div#bloc_article h3, .fiche_salers div#bloc_article h3, .fiche_stnectaire div#bloc_article h3 {

	color: #fff;

}

.fiche_fourme div#bloc_article h3 {

	color: #fff;

}



div#bloc_article a {

	font-weight: bold;

	color: #749f18;	

}



.fiche_bleu div#bloc_article p, .fiche_cantal div#bloc_article p, .fiche_salers div#bloc_article p, .fiche_stnectaire div#bloc_article p {

	color: #fff;	

}

 .fiche_fourme div#bloc_article p {

 	color: #fff;

 }

div#bloc_article hr {
	margin: 0 0 10px 0;
}


div#bloc_article ul {

	list-style-type: none;

	margin: 0 0 10px 25px;

	text-align: justify;

}



div#bloc_article ul li {

	background: #f2d5bf url(../IMG/puce_menu_hover.png) left 3px no-repeat;

	color: #fff;

	padding: 0 0 0 15px;

	margin: 0 0 8px 0;

}

.fiche_bleu div#bloc_article ul li {

   background: #33afb9 url(../IMG/puce_liste_new.gif) left 3px no-repeat;

	color: #fff;

}

.fiche_salers div#bloc_article ul li {

   background: #b92c5f url(../IMG/puce_liste_new.gif) left 3px no-repeat;

	color: #fff;

}

.fiche_cantal div#bloc_article ul li {

   background: #a4afb3 url(../IMG/puce_liste_new.gif) left 3px no-repeat;

	color: #fff;

}

.fiche_fourme div#bloc_article ul li {

   background: #796b9f url(../IMG/puce_liste_new.gif) left 3px no-repeat;

	color: #fff;

}

.fiche_stnectaire div#bloc_article ul li {

   background: #abaf06 url(../IMG/puce_liste_new.gif) left 3px no-repeat;

	color: #fff;

}



div#bloc_article p {

	text-align: justify;

}



.fiche_bleu div#bloc_article img, .fiche_cantal div#bloc_article img, .fiche_salers div#bloc_article img,.fiche_fourme div#bloc_article img,.fiche_stnectaire div#bloc_article img {

	/*padding: 0;

	border: none;*/

}



.fiche_bleu div#link_site_aoc, .fiche_cantal div#link_site_aoc,.fiche_salers div#link_site_aoc, .fiche_fourme div#link_site_aoc, .fiche_stnectaire div#link_site_aoc {

	float: left;

	margin: 20px 0 15px 210px;

	display: inline;

}


.fiche_cantal div#article a, .fiche_bleu div#article a, .fiche_salers div#article a, .fiche_stnectaire div#article a {
	color: #fff;
}

.fiche_fourme div#article a {
	color: #fff;
}



div.video {
	margin: 20px 0 20px 20px;
}

#diaporama-aop {
	margin: 0 0 15px 10px;
}




/*------------------------------------------------------------------------------ LIENS SITES AOC -----*/





div#link_site_aoc {

	float: left;

	clear: left;

	margin: 10px 0 10px 0;

	display: inline;

	width: 160px;

}



div#link_site_aoc p {

   color: #532b1d;

	font-weight: bold;

	font-size: 110%;

	float: left;

	margin: 0 0 0 0;

	display: inline;

	width: 180px;

}



div#link_site_aoc img {

   float: left;

	border: 1px solid #532b1d;

	margin: 0 15px 0 0;

	display: inline;

}



div#link_site_aoc a {

	color: #ff5a00;

}

div#link_site_aoc a:hover {
	text-decoration: underline;
} 


.fiche_bleu #link_site_aoc, .fiche_cantal #link_site_aoc,.fiche_salers #link_site_aoc, .fiche_fourme #link_site_aoc, .fiche_stnectaire #link_site_aoc {

	margin: 20px 0 0 5px !important;

	padding: 0 !important;

	clear: left;

	width: 190px !important;

}

.fiche_bleu #link_site_aoc p, .fiche_cantal #link_site_aoc p,.fiche_salers #link_site_aoc p, .fiche_fourme #link_site_aoc p, .fiche_stnectaire #link_site_aoc p {

   background: transparent url(../IMG/puce_titre_aoc.png) left 3px no-repeat;

	padding: 0 0 0 20px;

	width: 170px !important;

}





/*------------------------------------------------------------------------------ LISTE RECETTES -----*/



#bloc_liste_recettes {

	width: 459px;

	margin: 15px 0 20px 210px;

	display: block;

}



#bloc_liste_recettes ul {

	list-style-type: none;

}



#bloc_liste_recettes ul li {

	margin: 0 0 5px 0;

}



#bloc_liste_recettes a {

   background: transparent url(../IMG/puce_titre_aoc.png) left 11px no-repeat;

	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;

	font-size: 10pt;

	font-weight: bold;

	padding: 10px 5px 5px 18px;

}



#bloc_liste_recettes a.titre_bleu {

   color: #33afb9;

}

#bloc_liste_recettes a.titre_cantal {

   color: #87969a;

}

#bloc_liste_recettes a.titre_stnectaire {

   color: #abaf06;

}

#bloc_liste_recettes a.titre_fourme {

   color: #796b9f;

}

#bloc_liste_recettes a.titre_salers {

   color: #b92c5f;

}



/*------------------------------------------------------------------------------ RECETTE -----*/



div.recette_logo {

	margin: 20px 0 0 20px;

	float: left;

	display: inline;

}



div.recette_logo img {

	border: 3px solid #532b1d;

	float: left;

}



div.desc_recette {

	margin: 0;

	padding: 0;

	float: left;

	display: inline;

	width: 320px;

}



h1.titre_recette {

	color: #532b1d;

	font-size: 170%;

	font-weight: bold;

	border-bottom: 3px solid #532b1d;	

	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;

	margin: 20px 0 0 20px !important ;

	padding: 0 !important;

}



h1.titre_recette a, h1.titre_recette a:visited, h1.titre_recette a:hover, h1.titre_recette a:active {
	
	color: #532b1d;
	
	text-decoration: none;	
	
}



div#infos_recette {

	padding-top: 0px;

	width: 320px;

	float: left;

	display: inline;

	margin: 20px 0 0 20px;	

}

.fourme #infos_recette {

	background: #796b9f url(../IMG/bloc_infos_recette_fourme_top.gif) left top no-repeat;

}

.bleu #infos_recette {

	background: #33afb9 url(../IMG/bloc_infos_recette_bleu_top.gif) left top no-repeat;

}

.cantal #infos_recette {

	background: #a4afb3 url(../IMG/bloc_infos_recette_cantal_top.gif) left top no-repeat;

}

.salers #infos_recette {

	background: #b92c5f url(../IMG/bloc_infos_recette_salers_top.gif) left top no-repeat;

}

.stnectaire #infos_recette {

	background: #abaf06 url(../IMG/bloc_infos_recette_stnec_top.gif) left top no-repeat;

}



div#bloc_infos_recette {

	padding-bottom: 20px;

}

.fourme #bloc_infos_recette {

   background: #796b9f url(../IMG/bloc_infos_recette_fourme_bottom.gif) left bottom no-repeat;

}

.bleu #bloc_infos_recette {

   background: #33afb9 url(../IMG/bloc_infos_recette_bleu_bottom.gif) left bottom no-repeat;

}

.cantal #bloc_infos_recette {

   background: #a4afb3 url(../IMG/bloc_infos_recette_cantal_bottom.gif) left bottom no-repeat;

}

.salers #bloc_infos_recette {

   background: #b92c5f url(../IMG/bloc_infos_recette_salers_bottom.gif) left bottom no-repeat;

}

.stnectaire #bloc_infos_recette {

   background: #abaf06 url(../IMG/bloc_infos_recette_stnec_bottom.gif) left bottom no-repeat;

}



div.info_recette {

	width: 260px;

	height: 40px;

	margin: 15px auto 0;

	padding: 0 30px 0;

	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;

}



div.info_recette img {

	margin: 0 10px 0 0;

	float: left;

	display: inline;

	clear: right;

}



p.valeur_info_recette {

	float: left;

	height: 40px;

	line-height: 40px;

	font-weight: bold;

	font-size: 110%;

}

.fourme p.valeur_info_recette {

	color: #fff;

}

.bleu p.valeur_info_recette, .cantal p.valeur_info_recette, .stnectaire p.valeur_info_recette, .salers p.valeur_info_recette {

	color: #fff;

}



div#contenu_recette {

	background: url(../IMG/ligne_recette.gif) 80px top no-repeat;

	float: left;

	margin: 30px 0 20px;

	padding: 30px 0 0 0;

	direction: inline;

	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;	

}



div#contenu_recette a, div#contenu_recette a:visited, div#contenu_recette a:hover, div#contenu_recette a:active  {
	
	color: #532b1d;
	
}



div#contenu_recette img.spip_logos {

	float: left;

	margin: 0 30px 0 100px;

	display: inline; 

}



div#contenu_recette ul.spip, div#contenu_recette ol.spip {

	background: #f2d5bf url(../IMG/liste_recette_bottom.gif) left bottom no-repeat;

	padding-bottom: 20px;

	list-style-type: decimal;

	display: inline;

	float: left;

	width: 350px;

}



div#contenu_recette ul.spip {

	list-style-type: none;

}



div#contenu_recette ul.spip li, div#contenu_recette ol.spip li {

   font-size: 110%;

	color: #532b1d;

	font-weight: bold;

	margin: 0 0 10px 20px;

	padding: 0 15px 0 0;

}



div#contenu_recette ol.spip li {

	margin: 10px 0 0 40px;

}



div#contenu_recette span.bloc_liste_recette {

	background: #f2d5bf url(../IMG/liste_recette_top.gif) left top no-repeat;

	padding: 20px 0 0 0;

	float: left;

	margin: 0 0 10px 0;

	display: inline;

}



div#contenu_recette h3.spip {

	color: #532b1d;

	font-size: 120%;

	font-weight: bold;

	font-style: italic;

	float: left;

	width: 460px;

	border-bottom: 1px solid #532b1d;	

	margin: 0 30px 0 100px;

	display: inline;

}



div#contenu_recette p.spip {

	color: #333;

	font-size: 110%;

	float: left;

	width: 460px;

	margin: 0 30px 0 100px;

	display: inline;

}





/*------------------------------------------------------------------------------ AGENDA -----*/



div#agenda {

	margin-right: 10px;

}



#agenda h2 {

	background: #fcf5d8 url(../IMG/titre_agenda.jpg) left top no-repeat;

	padding: 20px 0 0 90px;

	height: 45px;

	color: #532b1d;

	font-weight: bold;

	font-size: 110%;

	font-variant: small-caps;

}



div.rdv {

	margin: 0 0 10px 0;

	border-bottom: 1px solid #532b1d;

}



.rdv h3 {

	background: #fcf5d8 url(../IMG/puce_agenda_actu.gif) left top no-repeat;

	padding-left: 20px;

	font-weight: bold;

	color: #64bae5;

	font-size: 90%;

}



p.rdv {

	font-size: 90%;

	margin: 3px 0 0 0;

}



div.rdv p.link {

   margin: 3px 0 3px 0 !important;

	text-align: right;

	font-size: 90%;	

}



div.rdv p.link a {

   color: #749f18 !important;

	background: #fcf5d8 url(../IMG/puce_link_vert.gif) left 4px no-repeat !important;	

	padding: 0 0 0 10px;

}



div.rdv p.link a:hover {

   text-decoration: underline;

}



div#agenda p.link {

	margin: 10px 15px 0 0;	

	text-align: right;

	font-size: 90%;

	width: 100%;		

}



div#agenda p.link a {

   color: #532b1d;

	background: #fcf5d8 url(../IMG/puce_link_marron.gif) left 4px no-repeat;	

	padding: 0 0 0 10px;

}



div#agenda p.link a:hover {

   text-decoration: underline;

}





/*------------------------------------------------------------------------------ ACTU AOC -----*/



div#actu_aoc {

	margin: 15px 10px 15px 0;

	padding-top: 20px;

}



#actu_aoc h2 {

	background: #fcf5d8 url(../IMG/titre_actu_aoc.jpg) left top no-repeat;


	padding: 14px 0 0 87px;

	height: 52px;

	color: #532b1d;

	font-weight: bold;

	font-size: 110%;

	font-variant: small-caps;

}



div.actu {

	margin: 0 0 10px 0;

	border-bottom: 1px solid #532b1d;

}



.actu h3 {

	background: #fcf5d8 url(../IMG/puce_agenda_actu.gif) left 2px no-repeat;

	padding-left: 20px;

	font-weight: bold;

	color: #333;

	font-size: 90%;

}



p.actu {

	font-size: 90%;

	margin: 3px 0 0 0;

	color: #532b1d;

}



div.actu p.link {

   margin: 3px 0 3px 0 !important;

	text-align: right;

	font-size: 90%;

}



div.actu p.link a {

   color: #749f18 !important;

	background: #fcf5d8 url(../IMG/puce_link_vert.gif) left 4px no-repeat !important;	

	padding: 0 0 0 10px;

}



div.actu p.link a:hover {

   text-decoration: underline;

}



div#actu_aoc p.link {

	margin: 10px 15px 0 0;	

	text-align: right;

	font-size: 90%;	

	width: 100%;			

}



div#actu_aoc p.link a {

   color: #532b1d;

	background: #fcf5d8 url(../IMG/puce_link_marron.gif) left 4px no-repeat;	

	padding: 0 0 0 10px;

}



div#actu_aoc p.link a:hover {

   text-decoration: underline;

}





/*------------------------------------------------------------------------------ ETAPE & RECETTE -----*/



div.bloc_etape_recette {
   border-bottom: 1px solid #9b3600;
	padding-bottom: 18px;
}

.home_etape {
	margin: 8px 0 18px 10px;
	width: 444px;
	background: #532b1d url(../IMG/home_etape_top.jpg) left top no-repeat;
}

.home_recette_fourme {
	margin: 8px 0 18px 10px;
	width: 444px;
	background: #796b9f url(../IMG/home_recette_fourme_top.jpg) left top no-repeat;
}
.home_recette_cantal {
	margin: 8px 0 18px 10px;
	width: 444px;
	background: #a4afb3 url(../IMG/home_recette_cantal_top.jpg) left top no-repeat;
}
.home_recette_salers {
	margin: 8px 0 18px 10px;
	width: 444px;
	background: #b82a5e url(../IMG/home_recette_salers_top.jpg) left top no-repeat;
}
.home_recette_bleu {
	margin: 8px 0 18px 10px;
	width: 444px;
	background: #33afb9 url(../IMG/home_recette_bleu_top.jpg) left top no-repeat;
}
.home_recette_stnectaire {
	margin: 8px 0 18px 10px;
	width: 444px;
	background: #abaf06 url(../IMG/home_recette_stnectaire_top.jpg) left top no-repeat;
}

div.etape_recette img {
	display : block;
	margin : 0 auto;
}

div.etape_recette h2 {
	padding: 12px 18px;
	color: #fcf5d8 !important;
	font-weight: bold;
	font-size: 110%;
	line-height: 120%; 
}

div.etape_recette h3 {
	padding: 12px 18px 12px;
	color: #fff !important;
	font-weight: bold;
	font-size: 110%;
	line-height: 120%; 
}

div.etape_recette h2 a:link, div.etape_recette h2:visited, div.etape_recette h2:hover, div.etape_recette h2:active {
	color: #fcf5d8;
}

div.etape_recette p.etape_recette_description {
	color: #fff !important;
	font-size: 100%;
	line-height: 110%;
	margin: 0 18px;	
}

div.etape_recette p.link {
   background: url(../IMG/bg-lien-large.gif) left bottom no-repeat;	
	margin: 0 0 0 0;
	padding: 8px 8px 0 18px;
	width: 418px;
	height: 30px;
	border-top: 1px solid #ff9d67;		
}

div.etape_recette p.link a {
	color: #fff !important;
	width: 216px;
	font-size: 110%;
	line-height: 120%;
}

div.etape_recette p.link a:hover {
	background: url(../IMG/bg-underline.gif) left bottom repeat-x;
}



/*------------------------------------------------------------------------------ AGENDA & ACTUALITE -----*/



div#bloc_agenda_actu {
   border-bottom: 1px solid #9b3600;
	padding-bottom: 18px;
}

#agenda_actu {
	margin: 8px 0 18px 10px;
	width: 444px;
	background: #749d18 url(../IMG/home_agenda_actu_top.jpg) left top no-repeat;
}

#agenda_actu img {
   margin: 0 0 0 18px;
}

#agenda_actu h2 {
	padding: 12px 18px;
	color: #fcf5d8;
	font-weight: bold;
	font-size: 110%;
	line-height: 120%; 
}

#agenda_actu h3 {
   background: url(../IMG/puce-agenda-actu.jpg) left 6px no-repeat;
	padding: 12px 18px 12px 34px;
	margin: 6px 0 0 18px;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	line-height: 120%; 
}

#agenda_actu h3 a {
	color : #FFF;
}

#agenda_actu h3 a:hover {
   background: url(../IMG/bg-underline.gif) left bottom repeat-x;
}

#agenda_actu p.agenda_actu_description {
	color: #fff;
	font-size: 100%;
	line-height: 110%;
	margin: 0 18px 0 52px;	
}

#agenda_actu p.link {
   background: url(../IMG/bg-lien-large.gif) left bottom no-repeat;	
	margin: 0 0 0 0;
	padding: 8px 8px 0 18px;
	width: 418px;
	height: 30px;
	border-top: 1px solid #ff9d67;		
}

#agenda_actu p.link a {
	color: #fff;
	width: 216px;
	font-size: 110%;
	line-height: 120%;
}

#agenda_actu p.link a:hover {
	background: url(../IMG/bg-underline.gif) left bottom repeat-x;
}


/*------------------------------------------------------------------------------ PAGES LISTES (DOC, PHOTO...) -----*/



body.liste #rubrique {

	width: 49%;

	float: right;
	
	margin-right: 10px; 

}



.liste div.liste_documents {

	width: 49%;

	float: left;

	padding: 0 !important;

}



.liste h1.titre_rub {

	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;

	font-size: 170%;

	color: #532b1d;

	font-weight: bold;

	padding: 0 0 0 350px;

	margin: 0;

}



.liste div#presentation_rubrique {

	background: #532b1d url(../IMG/bloc_rub_top.png) left top no-repeat;

	margin: 0px 4px 0 0px;

	padding-top: 21px;

}



.liste div#bloc_presentation_rubrique {

   background: #532b1d url(../IMG/bloc_rub_bottom.png) right bottom no-repeat;

	padding: 10px 10px 20px 10px;	

}





.liste .document {

	background: #f2d5bf url(../IMG/bloc_desc_photo_bottom.gif) right bottom no-repeat;

	padding: 10px;

	float: left;

	margin: 0 0 25px 15px;

	display: inline;

	width: 275px;

}



.liste .desc_document {

	background: #fff url(../IMG/bloc_presentation_photo_bottom.gif) right bottom no-repeat;

	color: #333;

	padding: 5px;

	float: left;

}



.liste .desc_document a, .liste .desc_document a:visited, .liste .desc_document a:hover, .liste .desc_document a:active {

	color: #333;
	
	text-decoration: none;

}



.liste .document img {

	border: 1px solid #532b1d;

	padding: 2px;

}



.liste .desc_document{

   margin: 5px 0 0 0;

	float: left;

	display: inline;

} 



.liste .spip_doc_titre {

   float: left;

	margin: 0;

}



.liste .spip_doc_titre a {

	color: #532b1d;

	font-size: 130%;

	font-weight: bold;

	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;

	margin: 0 0 0 15px;

}



.liste .spip_doc_titre a:hover {

   text-decoration: none;

}







/*------------------------------------------------------------------------------ PLAN DU SITE -----*/

.sitemap td#column_center {

	padding: 0 60px 40px 30px;

}



.sitemap td#column_center h1.titre {

	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;

	color: #532b1d;

	font-size: 18pt;

	font-weight: bold;

	margin: 10px 0 15px 30px;

	float: none;

	border-bottom: 1px solid #532b1d; 

}



.sitemap td#column_center h2 {	

	margin: 10px 0 15px 30px;	

}



.sitemap td#column_center h2 a {

	padding: 10px 0 10px 0;

	color: #532b1d;

	font-size: 11pt;

	font-weight: bold;

	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;	

}



.sitemap td#column_center ul h3 {

	padding: 7px 0 7px 0;

	margin: 15px 0 10px 0;

	background-color: #f2d5be;	

}

.sitemap td#column_center ul ul h3 {

	padding: 0 0 0 0;

	background-color: #fcf5d8;	

}



.sitemap td#column_center h3 a {

   background: transparent url(../IMG/puce_titre_aoc.png) 25px 13px no-repeat;

	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;

	font-size: 11pt;

	font-weight: bold;

	color: #532b1d;

	padding: 10px 5px 5px 45px;

	margin: 20px 0 0 0;

}



.sitemap td#column_center ul {

	list-style-type: none;

}



.sitemap td#column_center ul {

	margin: 0 0 0 40px;

}



.sitemap td#column_center ul ul {

	margin: 0 0 0 60px;

}



.sitemap ul ul ul {

	margin: 0 0 0 80px !important;

	list-style-type: square !important;	

}



.sitemap td#column_center ul ul a {

   background: transparent url(../IMG/puce_link_marron.gif) 30px 16px no-repeat;

	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;

	font-size: 11pt;

	font-weight: bold;

	color: #532b1d;

	padding: 10px 5px 5px 45px;

}



.sitemap td#column_center ul ul ul a {

   font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;

	font-size: 9pt;

	font-weight: bold;

	color: #532b1d;

	padding: 10px 5px 5px 0px;

	background: none;

}



.sitemap td#column_center a:hover {

	color: #739e17;

}







/*------------------------------------------------------------------------------ CARTOGRAPHIE -----*/



#map {

	margin: 25px 0 20px 20px;

	float: left;

	display: inline; 

}



#map h2 {

	color: #532b1d;

}



#map hr {

	visibility: hidden;

}



#map img {

	padding: 3px;

	border: 1px solid #532b1d;

	float: left;

	margin: 0 5px 5px 0;

}



/*------------------------------------------------------------------------------ GESTION ABONNEMENT -----*/



.gestion_abonn td#column_center {

	padding: 30px 60px 40px 30px;

}



.gestion_abonn #column_center h1 {

	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;

	color: #532b1d;

	font-size: 18pt;

	font-weight: bold;

	margin: 10px 0 15px 30px;

	float: none;

	border-bottom: 1px solid #532b1d;  

}



.gestion_abonn #nom_abonne {

   margin: 30px 0 0 30px;

	padding: 10px;

	font-weight: bold;

	color: #532b1d;

	background-color: #f2d5be;

}



.gestion_abonn #abonnement {

	margin: 40px;

}



.gestion_abonn input {

	margin: 15px 7px 0 0;

}





/*------------------------------------------------------------------------------ LISTE NEWSLETTERS -----*/



.liste_newsletters div.presentation_article {

   background: #fff url(../IMG/bloc_presentation_article_bottom.gif) right bottom no-repeat;

	padding: 10px;

	color: #666;

	float: right;

	width: 230px;

	margin: 5px 0 5px 5px;

}



.liste_newsletters div.bloc_article {

	margin: 0 0 10px 0;

	float: left;

}





.liste_newsletters div.bloc_article p.link a {

	background: #fff url(../IMG/puce_link_vert.gif) left 4px no-repeat;

	color: #749f18;

}



.liste_newsletters div#rubrique {

	margin-bottom: 20px; 

}





/*------------------------------------------------------------------------------ SITES PARTENAIRES -----*/



.sites_part #column_center {

	padding: 10px 15px 20px;

}



.sites_part h1.titre_rub {

	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;

	color: #532b1d;

	font-size: 170%;

	font-weight: bold;

	padding: 0 0 0 50px;

	margin: 0;

	float: left;

	display: inline;

}



.sites_part div#rubrique {

	margin: 0 0 0 30px !important;

	width: 459px;

	float: left;

	clear: both; 

	display: inline;

	padding: 0 0 15px 0 !important;

}



.sites_part div#presentation_rubrique {

	margin: 0 !important;

	width: 459px;	

	padding: 21px 0 0 0 !important;

}



.sites_part div#presentation_rubrique p {

   margin: 0;

   padding: 0 10px 10px;

}



.sites_part div.site {

	margin: 20px 0 0 30px;

	padding: 0 0 5px 0;

	float: left;

	clear: both;

	display: inline;

}



.sites_part div.bloc_site {

	background: #f2d5be url(../IMG/bloc_desc_photo_bottom.gif) right bottom no-repeat;	

	float: left;

	display: inline;

	padding: 5px;

	width: 449px;

}



.sites_part div.site a.link_site img {

	border: 1px solid #532b1d;

	padding: 2px;

	margin: 0 10px 5px 0;

	float: left;

	display: inline;

}



.sites_part div.site p.titre_site {

	margin: 5px;

}



.sites_part div.site p.titre_site a {

	color: #532b1d;

	font-size: 11pt;

	font-weight: bold;

	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;	

}



.sites_part div.site p {

	margin: 5px;

	color: #333;

}





/*------------------------------------------------------------------------------ TYPOGRAPHIE -----*/



h1 {

	font-family: "Times New Roman", serif;

	color: #fcf5d8;

	font-size: 230%;

	font-weight: bold; 

	float: left;

	margin: 55px 0 0 40px; 

}



/*------------------------------------------------------------------------------ LOGOS PARTENAIRES -----*/

div#logos_partenaires {
	padding: 12px;
}

div#logos_partenaires img {
	margin-right: 15px;
}






/*------------------------------------------------------------------------------ FOOTER -----*/

div#footer {
	margin: 0 12px 6px 12px;
	padding: 16px 0 0;
	background: #749d18 url(../IMG/bg-footer-top.jpg) left top no-repeat;	
}

div#bloc_footer {
   background: url(../IMG/bg-footer-bottom.gif) left bottom no-repeat;	
	padding-bottom: 12px;
}

div.col1, div.col2, div.col3 {
   background: url(../IMG/sep-footer.gif) right top repeat-y;
	float: left;
	width: 222px;
}

div.col1, div.col2, div.col3 {
	margin: 0 0 0 12px;
}
div.col4 {
	margin: 0 0 0 713px;
}
div.col1, div.col2, div.col3, div.col4 {
	min-height: 120px;
}

div#footer p.links a {
	color: #fff;
	line-height: 120%;
	display: block;
	margin-bottom: 8px;
}

div#footer p.links a:hover {
   border-bottom: none;
}

div#footer p.links a:hover span {
	background: url(../IMG/bg-underline.gif) left bottom repeat-x;
}

div#footer .link-facebook {
	background: url(../IMG/facebook.png) left top no-repeat;
	padding-left: 20px;
}
div#footer .link-youtube {
	background: url(../IMG/youtube.png) left top no-repeat;
	padding-left: 20px;
}


div#credits {
	background: #532b1d url(../IMG/bg-box-bottom.gif) left top no-repeat;
	padding: 18px 0;
	color: #fff;
	height: 12px;
}

div#credits a {
	color: #fff;	
}

div#credits p#copy {
	float: left;
}

div#credits p#rea {
	float: right;
}

div#credits a:hover {
	background: url(../IMG/bg-underline.gif) left bottom repeat-x;
}

div.spacer {
	clear : both;
	font-size : 1px;
}




/*------------------------------------------------------------------------------ A LA UNE -----*/

div#alaune {
	margin: 0 0 0 0;
	padding-top: 16px;
	background: #fff url(../IMG/bg-bloc-top2.jpg) left top no-repeat;	
}

#alaune .link a:hover span {
	background: url(../IMG/bg-underline.gif) left bottom repeat-x;
}

div#alaune_in {
   background: #fff url(../IMG/bg-bloc-bottom2.jpg) left bottom no-repeat;	
	padding-bottom: 16px;
}

div.info_alaune {	
   background: url(../IMG/bg-titre-marron.jpg) left top no-repeat;	
	margin: 0 0 0 14px;
}

div.info_alaune h2 {
	padding: 8px;
	color: #fcf5d8 !important;
	font-weight: bold !important;
	font-size: 110% !important;
	line-height: 120% !important;
}

div.info_alaune h3 {
	padding: 8px;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	line-height: 120%;
	background-color: #532b1d;
	border-top: 1px solid #010000;
	width: 200px;	
}

div.info_alaune p a, div.info_alaune h2 a:visited, div.info_alaune h2 a:hover, div.info_alaune h2 a:active {
	text-decoration: none;	
}

div.info_alaune .logo {
	background: #532b1d url(../IMG/sep-marron.gif) left top no-repeat;
	padding-top: 2px;
	width: 216px;
	border-bottom: 1px solid #9f5538;
	text-align : center;
}

div.info_alaune p  {
	padding-top: 2px;
	width: 216px;
	background-color: #532b1d;
	color: #fff;	
	padding: 8px 8px 8px 8px;
	width: 200px;
	font-size: 100%;
	line-height: 110%;
}

#alaune_in p.link {
   background: url(../IMG/bg-lien-small.gif) left bottom no-repeat;	
	margin: 0 0 0 14px;
	padding: 8px 8px 8px 8px;
	width: 200px;
	min-height: 20px;

	border-top: 1px solid #ff9d67;		
}

#alaune_in p.link a {
	color: #fff;
	width: 216px;
	font-size: 110%;
	line-height: 120%;
	display: block;
	width: auto;
	margin-bottom: 3px;
}

#alaune_in p.link a:hover span {
   background: url(../IMG/bg-underline.gif) left bottom repeat-x;
}



/*------------------------------------------------------------------------------ PARTAGER -----*/

div#share {
	background: #fff url(../IMG/bg-partager.jpg) left top no-repeat;
	width: 248px;
	height: 54px;
	padding-top : 18px;
}

div#share a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 130%;
	margin : 0 20px 0 16px;
	padding : 10px 0 0 100px;
	height : 26px;
}

div#share a:hover span {
	background: url(../IMG/bg-underline.gif) left bottom repeat-x;
}



/*------------------------------------------------------------------------------ FACEBOOK -----*/

div#facebook {
	margin: 0 0 0 0;
	padding-top: 16px;
	background: #fff url(../IMG/bg-bloc-top2.jpg) left top no-repeat;	
}

div#bloc_facebook {
	background: #fff url(../IMG/bg-bloc-bottom2.jpg) left bottom no-repeat;	
	padding-bottom: 16px;
}

div.fans_facebook {
	background: #3b5998 url(../IMG/bg-titre-bleu.jpg) left top no-repeat;	
	margin: 0 0 0 14px;
	width: 216px;
}

div.fans_facebook h2 {
	padding: 8px 10px 8px 8px;
	color: #fcf5d8 !important;
	font-weight: bold !important;
	font-size: 110% !important;
	line-height: 120% !important;
}


div.fans_facebook #fb-root {
	padding-top: 2px;
	/*padding-left: 10px;*/
	/*width: 201px;*/
	border-bottom: 1px solid #9f5538;	
}

div.fans_facebook .logo img {
	margin: 0 17px 17px 0;
}


#bloc_facebook p.link {
	background: url(../IMG/bg-lien-small.gif) left bottom no-repeat;
	margin: 0 0 0 14px;
	padding: 8px 8px 8px 8px;
	width: 200px;
	min-height: 20px;
	border-top: 1px solid #ff9d67;
}

#bloc_facebook p.link a {
	color: #fff;
	width: 216px;
	font-size: 110%;
	line-height: 120%;
	display: block;
	width: auto;
	/*height: 32px;*/
	margin-bottom: 3px;
	padding-left: 38px;
	background: url(../IMG/icone-lien-facebook.gif) left top no-repeat;
}

#bloc_facebook p.link a:hover span {
	background: url(../IMG/bg-underline.gif) left bottom repeat-x;
}



/*------------------------------------------------------------------------------ A LA DEUX -----*/

#aladeux {

	width: 155px;

	padding-top: 15px;

	margin-bottom: 15px;

   background: transparent url(../IMG/bloc_album_photo_top.gif) left top no-repeat;

}

#aladeux-in {	

	padding-bottom: 15px;
   
	background: transparent url(../IMG/bloc_album_photo_bottom.gif) left bottom no-repeat;

}


#aladeux h2 {
   
	color: #ffff5a;

	font-weight: bold;

	font-size: 130%;

	font-variant: small-caps;
	
	margin: 0 0 2px 10px;
	
}

#aladeux img {
	
	border-bottom: 1px solid #fcf5d8;
	
	border-top: 1px solid #fcf5d8;
	
	padding: 2px 0;
	
}

#aladeux h3 {

	font-weight: bold;

	color: #ffff5a;

	font-size: 80%;
	
	margin: 3px 5px;

}

#aladeux p.aladeux {

	font-size: 85%;

	margin: 3px 5px;
	
	color: #fff;

}

#aladeux p.link {

   margin: 5px 5px 0 0 !important;

	text-align: right;

	font-size: 90%;	

}

#aladeux p.link a {

   color: #ffff5a !important;

	background: transparent url(../IMG/puce_link_jaune.gif) left 4px no-repeat !important;	

	padding: 0 0 0 10px;

}

#aladeux p.link a:hover {

   text-decoration: underline;

}




/*------------------------------------------------------------------------------ E-CARDS -----*/

form#frmSS3 {
	margin: 30px 0 20px;
}

form#frmSS3 input, textarea {
	width: 250px;
	background-color: #f2d5be;
	border: 1px solid #fcf5d8;
}

form#frmSS3 img {
	background-color: #fcf5d8;
	padding: 3px;
	margin-bottom: 8px;
}

form#frmSS3 th {
	color: #fcf5d8;
	vertical-align: top;
	padding-right: 10px;
}

form#frmSS3 th span.required  {
	color: #f60;
}

form#frmSS3 label input  {
	float: left;
	margin-right: 5px;
	width: auto !important;
	background-color: #532b1d !important;
	border-color: #532b1d !important;
}

form#frmSS3 label input img  {
	float: left;
}

form#frmSS3 td {
	padding-bottom: 10px;
}

form#frmSS3 input#captcha {
	background-color: #fcf5d8;
	width: 125px;
	height: 25px;
}

form#frmSS3 input#envoyer {
	border: 1px solid #fcf5d8 !important;
	color: #fcf5d8 !important;
	background-color: #532b1d !important;
	height: 25px !important;
	width: 129px;
	padding: 3px;
	cursor: pointer;		
}

#bloc_presentation_rubrique p.error, #bloc_presentation_rubrique p.success {
	font-weight: bold;
	color: #f60;
	margin-bottom: 10px;
}




/*------------------------------------------------------------------------------ ENQUETE -----*/

form#frmSS5 {
	margin: 30px 0 20px;
}

form#frmSS5 textarea {
	width: 250px;
	background-color: #fff;
	border: 1px solid #333;
}

form#frmSS5 input {
	width: 250px;
}

form#frmSS5 img {
	background-color: #fcf5d8;
	border: 1px solid #333;
	padding: 3px;
	margin-bottom: 8px;
}

form#frmSS5 th {
	color: #532b1d;
	vertical-align: top;
	padding-right: 10px;
}

form#frmSS5 th span.required  {
	color: #f60;
}

form#frmSS5 label input  {
	float: left;
	margin-right: 5px;
	width: auto !important;
	background-color: #f2d5bf !important;
	border-color: #f2d5bf !important;
}

form#frmSS5 label input img  {
	float: left;
}

form#frmSS5 td {
	padding-bottom: 20px;
}

form#frmSS5 input#captcha {
	background-color: #fcf5d8;
	width: 125px;
	height: 25px;
}

form#frmSS5 input#envoyer {
	border: 1px solid #fcf5d8 !important;
	color: #fcf5d8 !important;
	background-color: #532b1d !important;
	height: 25px !important;
	width: 129px;
	padding: 3px;
	cursor: pointer;		
}

#bloc_presentation_rubrique p.error, #bloc_presentation_rubrique p.success {
	font-weight: bold;
	color: #f60;
	margin-bottom: 10px;
}




/*------------------------------------------TABLEAUX--------------------------*/

#bloc_article table.spip {   
	width:98%;   
	border-bottom: 2px solid #713800;   
	margin: 2px 0 5px 15px;   
	border-collapse: collapse;
}

#bloc_article table.spip caption {
	font-weight: bold;
	color: #532b1d;
	text-align: left;
	border-bottom: 1px solid #2d170f;
	padding-bottom: 5px;
	font-size: 90%;
}

#bloc_article table.spip td {
  color: #333;  
  font-size: 80%;  
  padding: .3em 1em;  
}

#bloc_article table.spip tr.row_odd td {
   background: #fcf5d8;
	border-top: 1px solid #999;
}

#bloc_article table.spip tr.row_even td {
   background: #fff;
	border-top: 1px solid #666;
}

#bloc_article table.spip thead th {   
	background: #532b1d;	
	padding: .5em;
}

#bloc_article table.spip thead th strong {		
   font: bold 90%/90% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
}

#bloc_article table.spip strong {
	font-weight: bold;
}

#bloc_article .spip_documents_center img {
	margin: 10px auto 0;
	display: block;
}

#bloc_article .spip_documents_center img {
	margin: 10px auto 0;
	display: block;
}




/*------------------------------------------QUIZZ--------------------------*/

div#quizz {
	margin: 25px 0 15px 12px;
}



/*------------------------------------------------------------------------------ FORMULAIRES -----*/



form#frmSS4 {
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

form#frmSS4 table {
	width: 100%;
}

form#frmSS4 th {
	text-align: left;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 40%;
}

form#frmSS4 th.question {
	width: 60%;
	text-align: left;
}

form#frmSS4 td {	
	padding-bottom: 10px;
}

form#frmSS4 input {
   height: 20px;
	background-color: #fcf5d8;
	border: 1px solid #532b1d;
}

form#frmSS4 input#envoyer {
	border: 1px solid #fcf5d8 !important;
	color: #fcf5d8 !important;
	background-color: #532b1d !important;
	height: 27px !important;
	width: 200px;
	padding: 3px;
	margin-left: -168px !important;
	cursor: pointer;	
}

form#frmSS4 span.required  {
	color: #f60;
}

/*form#frmSS4 input#CustomFields[7_4]_quest1rep1 {
	background: #f2d5bf !important;
	border: none !important;
	width: auto !important;
}*/

form#frmSS4 label {
	display: block;
	margin: 0 0 15px 0;
	padding: 2px 0 0 50px;
}

form#frmSS4 label input  {
	float: left;
	clear: left;
	margin-right: 5px;
	width: auto !important;
	background-color: #f2d5bf !important;
	border-color: #f2d5bf !important;
}

form#frmSS4 textarea {
	background: #fcf5d8;
	margin-bottom: 10px;
	width: 100%;
}

form#frmSS4 input#cm227463,
form#frmSS4 input#cm227464,
form#frmSS4 input#cm227465,
form#frmSS4 input#cm227466,
form#frmSS4 input#cm227467,
form#frmSS4 input#cm227468,
form#frmSS4 input#cm227469,
form#frmSS4 input#cm227470,
form#frmSS4 input#cm227471,
form#frmSS4 input#cm227472,
form#frmSS4 input#cm227473,
form#frmSS4 input#cm227474,
form#frmSS4 input#cm227475,
form#frmSS4 input#cm227476,
form#frmSS4 input#cm227477 {
	float: left;
	margin-left: 30px;
	background: none;
	border: none;
}

/*------------------------------------------------------------------------------ CONCOURS G&F 2010 -----*/



form#form1 {
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

form#form1 table {
	width: 100%;
}

form#form1 th {
	text-align: left;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 40%;
}

form#form1 th.question {
	width: 60%;
	text-align: left;
}

form#form1 td {	
	padding-bottom: 10px;
}

form#form1 input {
   height: 20px;
	background-color: #fcf5d8;
	border: 1px solid #532b1d;
}

form#form1 input#envoyer {
	border: 1px solid #fcf5d8 !important;
	color: #fcf5d8 !important;
	background-color: #532b1d !important;
	height: 27px !important;
	width: 200px;
	padding: 3px;
	cursor: pointer;		
}

form#form1 span.required  {
	color: #f60;
}

/*form#form1 input#CustomFields[7_4]_quest1rep1 {
	background: #f2d5bf !important;
	border: none !important;
	width: auto !important;
}*/

form#form1 label {
	display: block;
	margin: 0;
}

form#form1 label input  {
	float: left;
	clear: left;
	margin-right: 5px;
	width: auto !important;
	background-color: #f2d5bf !important;
	border-color: #f2d5bf !important;
}


/*------------------------------------------------------------------------------ CONCOURS RDF 2010 -----*/

a#badge-rdf2010 {
	background: url(../IMG/badge2.gif) left top no-repeat;
	display: block;
	width: 400px;
	height: 103px;	
}










/*--------------------------------------------------------------------------- WEBRING -------------------------*/

#webring {
  background: #fff url(../IMG/bg-webring.jpg) left top no-repeat;
  height: 218px;
  width: 960px;
}

#webring-aop {
  left: 20px;
  top: 19px;
}

#webring-aop li {
  margin: 0 7px 0 0 !important; 
}
#webring-aop li#saint-nectaire {
  margin: 0 8px 0 0 !important; 
}
#webring-aop li#bleu-auvergne {
  margin: 0 8px 0 0 !important; 
}

#webring-aop li h1 {
  margin: 149px 0 0 0px;
}

#webring-aop a.ext {
  padding: 0 !important;
  background: none !important;
}


