/**************************GENERAL*********************************/
body {
	margin: 0px;
	padding: 0px;
	background-color: #080808;
}

h1,h2,h3,h4,h5,h6,ul, td, table, div, img, body, form, input, select{
	margin:0 ; padding:0 ;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242424;
}
.pied {
	font-size: 11px;
	color: #FFFFFF;
}
.pied_new {
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(/images/home/bg-foot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}



img {
	border:0px;
}
/**************************TITRE********************************/
.soustitre {
	font-size: 16px;
	color: #F8B41F;
	font-weight: normal;
}

h3{
	font-size: 22px;
	color: #F5B322;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 6px;
}
.orange{
	color: #F8B41F;
}

.titre_orange {
	color: #F5B322;
	font-weight:bold;
}

.gras {
	font-weight:bold;
}

.bigtitle {
	font-size: 19px;
	margin-top:10px;
	margin-bottom:10px;
}
.bigtitle_orange {
	font-size: 26px;
	color:#F8B41F;
	margin-top:10px;
	margin-bottom:10px;
}

/**************************LIENS********************************/
a.foot:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.foot:hover {
	text-decoration: underline;
}
a.foot:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.recette:link {
	color: #F5B322;
	text-decoration: none;
}

.lien a {
	color: #F8B41F;
	text-decoration:none;
}
.lien a:hover {
	color:#333333;
}

/********************************DECORS**********************************/

.fond {
	background-image: url(../images/commun/fond.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.fond_recette {
	background-image: url(../images/recettes/fond_centre_recette.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.fond_gauche_recette {
	background-image: url(../images/recettes/fond_gauche_recette.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/********************************RECETTES**********************************/

.recette_titre a {
	font-size:11px;
	color: #F8B41F;
	text-decoration:none;
}
.recette_titre a:hover {
	color:#333333;
}

/********************************PRESSE**********************************/

.vignette {
	width:200px;
	height:200px;
	border:10px solid #E8DFCA;
}
.fond_home_droit {
	background-image: url(/images/home/fond_droite.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fond_home_droit_new {
	background-image: url(/images/home/fond_droite_new.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fond_home_haut_droit {
	background-image: url(/images/home/font_home_haut_droit.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fond_home_gauche {
	background-image: url(/images/home/fond_gauche_ho.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fond_home_gauche2 {
	background-image: url(/images/home/fond_gauche_ba.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fond_home_ba {
	background-image: url(/images/home/fond_ba.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.fond_home_ba2 {
	background-image: url(/images/home/fond_ba2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

