/*
	---------- Feuille de style par defaut des pages ----------
*/

/* Styles pour le centrage horizontal des pages */

body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
}
#global {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	text-align: left;
}

/* Styles de base */

body {
	background-color: #5D804C;	/*BFD62F;*/	/*FFFFFF;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

body, p, td, th, div {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #006A43;
}
a {
	color: #22B24B;
	text-decoration: none;
}
a:hover {
	color: #EB7900;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}
input, textarea	{
	color: #007548;
	background-color: #F0FFF8;
	border-color: #ACACAC;
	border-width: 1px;
	font-family: Verdana,Helvetica;
	font-size: 12px;
}
input:hover, textarea:hover {
	color: #D46D00;
}

/* Styles speciaux */

.sur_titre {
	font-size: 15px;
	font-weight: bold;
	color: #00804F;
}

.titre_a_puce_orange {	/* A appliquer uniquement a un DIV !!! */
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
	background-image: url(/public/images_navig/puce-orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.titre_a_puce_orange a {
	color: #006A43;
}

.titre_puce_cox {	/* A appliquer uniquement a un DIV !!! */
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 25px;
	padding-bottom: 5px;
	background-image: url(/public/images_navig/puce-cox.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.titre {
	font-size: 14px;
	font-weight: bold;
}

.puce_cox {	/* A appliquer uniquement a un DIV !!! */
	padding-left: 25px;
	padding-bottom: 5px;
	background-image: url(/public/images_navig/puce-cox.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.texte_recettes_fond_vert,
.texte_recettes_fond_vert p {
	color:#00870E;	/*005232*/
}

.image_a_bord_vert {
	border: 1px solid #006A43;
}

.highlight {
	color: #F99200;
	font-weight: bold;
}

.copyright, .copyright a {
	font-size: 10px;
	color: #ffffff;
	text-align: right;
}
.copyright a:hover {
	color: #ffffff;
	text-decoration: underline;
}

