
/* --------------------------------------------------------------------------------------------- */
/* Style pour le conteneur Global */
body {
	width: 690px;
	margin: 0;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	}

#global {
	width: 690px;
	background: url(../img/global.png) repeat-y;
	}

#global p { margin-top: 0; }

/* --------------------------------------------------------------------------------------------- */
/* Style pour le conteneur Entête */
#entete { display: none; }

/* --------------------------------------------------------------------------------------------- */
/* Style pour le conteneur Menu */
#menu { display: none; }

/* --------------------------------------------------------------------------------------------- */
/* Style pour le conteneur Page */
#page_accueil { width: 690px; }

#page { width: 690px }

#c_page a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	}

#page #c_page {
	position: relative;
	width: 890px;
	text-align: justify;
	}

/* Style pour la page d'accueil  */
#page_accueil #c_page {
	position: relative;
	width: 100%;
	}

#page_accueil #c_page .bkgrd {
	position: absolute;
	top: 40px;
	left: 200px;
	width: 418px;
	height: 328px;
	border: 0;
	}

#page_accueil #c_page .txt_langue {
	position: absolute;
	top: 5px;
	left: 660px;
	width: 223px;
	text-align: center;
	}

#page_accueil #c_page .produit {
	position: absolute;
	top: 45px;
	left: 20px;
	width: 109px;
	height: 108px;
	border: none;
	}

#page_accueil #c_page .txt_produit { position: absolute; top: 153px; left: 25px; }
	
#page_accueil #c_page .agriculteur {
	position: absolute;
	top: 205px;
	left: 40px;
	width: 109px;
	height: 108px;
	border: none;
	}

#page_accueil #c_page .txt_agriculteur { position: absolute; top: 313px; left: 45px; }
	
#page_accueil #c_page .recette {
	position: absolute;
	top: 365px;
	left: 120px;
	width: 109px;
	height: 108px;
	border: none;
	}

#page_accueil #c_page .txt_recette { position: absolute; top: 473px; left: 125px; }

#page_accueil #c_page .visiter {
	position: absolute;
	top: 425px;
	left: 300px;
	width: 109px;
	height: 108px;
	border: none;
	}
	
#page_accueil #c_page .txt_visiter { position: absolute; top: 533px; left: 305px; }
	
#page_accueil #c_page .acheter {
	position: absolute;
	top: 435px;
	left: 480px;
	width: 109px;
	height: 108px;
	border: none;
	}
	
#page_accueil #c_page .txt_acheter { position: absolute; top: 543px; left: 485px; }
	
#page_accueil #c_page .emploi {
	position: absolute;
	top: 365px;
	left: 660px;
	width: 109px;
	height: 108px;
	border: none;
	}
	
#page_accueil #c_page .txt_emploi { position: absolute; top: 474px; left: 665px; }
	
#page_accueil #c_page .txt_produit, #page_accueil #c_page .txt_agriculteur, #page_accueil #c_page .txt_recette,
#page_accueil #c_page .txt_visiter, #page_accueil #c_page .txt_acheter, #page_accueil #c_page .txt_emploi {
	width: 103px;
	display: block;
	border: 1px solid #636466;
	color: #636466;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	}

#page_accueil #c_page_actu {
	position: absolute;
	top: 20px;
	left: 660px;
	}
	
#page_accueil #c_page_actu img { position: absolute; }

#page_accueil #c_page_actu .titre_actualites {
	position: absolute;
	top: 16px;
	left: 22px;
	color: #FFFFFF;
	font-size: .8em;
	border: none;
	}

#page_accueil #c_page_actu a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	}

#page_accueil #c_page_actu a:hover {
	color: #6DBD1D;
	text-decoration: underline;
	}

#page_accueil #c_page_actu .conteneur {
	position: absolute;
	top: 60px;
	left: 20px;
	width: 183px;
	height: 223px;
	overflow: hidden;
	}

#page_accueil .animation { position: absolute; top: 543px; }

/* Style pour toutes les autres pages */
.sommaire {	display: none	}

#c_pageContent {
	position: relative;
	width: 670px;
	margin-left: 20px;
	}

.titre_page {
	color: #E68B20;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	}

.titre {
	color: #58A909;
	font-size: 1.2em;
	font-weight: bold;
	background-attachment: fixed;
	background: url(../img/title.gif) no-repeat;
	background-position: left center;
	padding-left: 20px;
	}

#page li {
	list-style-type: square;
	list-style-position: inside;
	}

#page #tabs li { list-style: none; }

#page select, #page input, #page textarea {
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #333333;
	font-weight: normal;	
	}

#page #valider, #page #annuler {
	border: 1px solid #333333;
	background-color: #999999;
	font: 1em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	color: white;
	font-weight: bold;
	cursor: pointer;
	}
	
#page #valider:hover, #page #annuler:hover {
	border: 1px solid #026237;
	background-color: #6DBD1D;
	cursor: pointer;
	}

.tabClass {
	background: #c0c0c0;
	border-spacing: 1px;
	}
	
.tabClass tr {
	background: #f0f0f0;
	border: 1px solid #FFFFFF;
	}
	
.tabClass td {
	border: 1px solid #FFFFFF;
	padding: 5px;
	}

td.titreColonne {
	background: #C7C8CA;
	color: #333333;
	font-weight: bold;
	height: 25px; 
	}

.menu_page { display: none; }

.menu_page li { margin-left: -10px; }

.logo_menu_page {
	position: absolute;
	top: 15px;
	right: 270px;
	}

/* Style pour les pages de A L'AFFICHE  */
.vignette {
	width: 70px;
	height: 50px;
	border: 0;
	border: 1px solid #999999;
	}
	
.vignette:hover { border: 1px solid #6DBD1D; }

.agriculteur_mois td, #c_page .recette_mois td, #c_page .produit_mois td {
	width: 200px;
	height: 170px;
	padding: 0px 20px 0px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	}

/* Style pour les pages de BIENVENUE A LA CAMPAGNE */
.zone_catalogue {
	width: 80px;
	height: 78px;
	border: 0;
	}

.ui-corner-top a { display: none; }
.agriphoto { display: none; }
#map_canvas { display: block; }

.inscription td { height: 30px; }

.producteur td { text-align: left; }

/* Style pour les pages de ESPACE PRESSE */
.saisonActuelle {
	width: 300px;
	height: 199px;
	border: 1px solid #999999;
	}
	
.saison {
	width: 175px;
	height: 116px;
	border: 1px solid #999999;
	}
	
.gallery .highslide img { border: 1px solid #999999; }
.gallery .highslide:hover img { border: 1px solid #6DBD1D; }

.gallery td {
	width: 10%;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	}

/* Style pour les pages de NOTER AGRICULTURE */
.geologie, .filiere { border: 1px solid #999999; }
.geologie:hover, .filiere:hover {border: 1px solid #6DBD1D;}

/* --------------------------------------------------------------------------------------------- */
/* Style pour le conteneur Footer */
#footer { display: none; }

