/* CSS Document */

#content {
	width: 566px;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0 auto;
}
#content_credits {
	width: 187px;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0 auto;
}

.content_noir {
    color: #ccc !important;
}
.sous_tit {
	margin: 15px 0 0 23px;
}

h3 {
	font-size: 15px;
	color: #93C143;
	padding: 0;
	margin: 20px 0 -8px 0;
}

.table {
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
	.table td {
		vertical-align: top;
		padding: 0 10px;
	}
.padding {
	padding: 0 10px;
}

.left {
	float: left;
}
.right {
	float: right;
}
txt_right {
	text-align: right;
}
.rouge {
    color: #CC0000;
}
.vert {
    color: #004D31;
}
.vert_clair {
    color: #B0D89A;
}
.blanc {
	color: #fff;
}
.noir {
	color: #000;
}
.gris666 {
	color: #666;
}
.gras {
	font-weight: bold;
}
.size10 {
	font-size: 10px;
}
.size11 {
	font-size: 11px;
}

.size15 {
	font-size: 15px;
}
.size18 {
	font-size: 18px;
}

.illustration {
	margin-top: 15px;
}
.illust_recette {
	margin: 20px;
}
.centrer {
	text-align: center;
	padding: 0 10px 0 0;
}
#content p {
    margin: 15px 0 0 0;
    text-align: left;
}
.puce_riz {
    background: url(../mm/puce_riz.jpg) left 2px no-repeat;
    padding-left: 26px;
}
.puce_riz_noir {
    background: url(../mm/puce_riz_noir.jpg) left 2px no-repeat;
    padding-left: 26px;
}
	.puce_riz a {
		text-decoration:none;
		color: #CC0000;
	}
	.puce_riz a:hover {
		color: #004D31;
	}

.list {
	margin: 0 0 0 30px;
	padding: 0;
}
.chrono {
	width: 15px;
    background: url(../mm/rub2/chrono_bg.gif) left top repeat-y;
    padding: 0;
    margin: 0;
    border: 0;
}
.chrono_puce {
    background: url(../mm/rub2/chrono_puce.gif) left 6px no-repeat;
    padding-left: 15px;
}
.txt_chrono {
	font-size: 11px;
	color: #000;
	padding: 3px 7px;
}
.txt_right {
	width: 100%;
	text-align: right !important;
	color: #999;
	font-size: 11px;
}
	.txt_right a {
		color: #999;
		text-decoration: none;
	}
	.txt_right a:hover {
		color: #93C143;
	}

#content a.link, #content a.link2 {
	color: #004D31;
    text-decoration: none;
}
#content a.link:hover {
	color: #CC0000;
}
#content a.link2:hover {
	color: #000;
}

/* Formulaire de contact */
.lbl_contact{
	float:left;
	width: 120px;
	text-align:left;
}

#form_contact{
	padding:25px 0 0 10px;
}

#form_contact p{
	padding:0;
	margin:0;
}

#form_contact .inputbox{
	background:url(../mm/inputbox.gif) left top no-repeat;
	width:295px;
	height:25px;
	border: 0;
	padding:5px 15px 0 8px;
}

#form_contact .messagebox{
	background:url(../mm/messagebox.gif) left top no-repeat;
	width:290px;
	height:100px;
	border: 0;
	padding:3px 15px 0 9px;
}

#form_contact  #send{
	background:url(../mm/bouton.gif) no-repeat;
	width:50px; 
	height:30px;
	padding:10px 35px 0; 
	margin:20px 0 0 315px;
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
}

/* Formulaire de soumission de recette */
.title{
	font-size:14px;
	margin:0 0 0 0;
}

.red{
	color:#CC0000;
}

.marge{
	padding:0 0 0 10px;
}

#form_partage p{
	padding:0;
	margin: 5px 0;
}

#form_partage .inputbox{
	background:url(../mm/inputbox.gif) left center no-repeat;
	width:295px;
	height:25px;
	border: 0;
	padding:5px 15px 0 8px;
}

#form_partage .messagebox {
	background:url(../mm/messagebox.gif) left center no-repeat;
	width:290px;
	height:100px;
	border: 0;
	padding:3px 15px 0 9px;
}

#form_partage .selectbox {
	background: #fff url(../mm/inputbox.gif) left center no-repeat;
	width:310px;
	height:25px;
	border: 0;
	padding:3px 0 2px 5px;
}

#form_partage #send{
	background:url(../mm/bouton.gif) no-repeat;
	width:50px; 
	height:30px;
	padding:10px 35px 0; 
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
}

.petit_texte{
	font-size:10px;
}

/* Liste des recettes */
.titre{
	font-size: 12px;
	padding: 0 0 0 10px;
	font-weight:bold;
	margin-bottom:-15px;
	margin-top:15px;
}

.grandtitre{
	font-size: 15px;
	padding: 0 0 0 10px;
	font-weight:bold;
	margin-bottom:-15px;
	margin-top:15px;
}

.vertClair{
	color: #93C143;
}

.vertFonce{
	color:#006600;
}

.noir{
	color:#000000;
}

.listeRecette{
	list-style-image:url(../mm/tiret.JPG);
}

.listeRecette li a{
	text-decoration:none;	
}

.listeRecette li a:hover{
	font-weight:bold;
	color:#CC0000;
}

#recette p, #content_credits p {
	margin:10px 0 0 10px;;
	padding: 0;
}

.contenu{
	padding: 0 0 0 20px;
}

/* PAD d'information */
.pad{
	border-collapse:collapse;
	border: 0px;
}
.pad ul {
	margin: 0 20px 0 30px;
	padding: 0;
}
.pad td {
	border: 0px;
	margin: 0;
	padding: 0;
	color: #004D31;
}

/* Version fond blanc */
.pad_haut{
	background:url(../mm/pad_haut.gif) top left;
}

.pad_bas{
	background:url(../mm/pad_bas.gif) top left;
}

.pad_gauche{
	background:url(../mm/pad_gauche.gif) top right repeat-y;
}

.pad_droit{
	background:url(../mm/pad_droit.gif) top left repeat-y;
}

.pad_b_gauche{
	background:url(../mm/pad_b_gauche.gif) top left no-repeat;
	height:16px;
	width:15px;
}

.pad_b_droit{
	background:url(../mm/pad_b_droit.gif) top left no-repeat;
	height:16px;
	width:15px;
}

.pad_h_gauche{
	background:url(../mm/pad_h_gauche.gif) top left no-repeat;
	height:31px;
	width:15px;
}

.pad_h_droit{
	background:url(../mm/pad_h_droit.gif) top left no-repeat;
	height:31px;
	width:15px;
}

/* Version fond noir */
.pad_haut_black{
	background:url(../mm/pad_haut_black.gif) top left;
}

.pad_bas_black{
	background:url(../mm/pad_bas_black.gif) top left;
}
.pad_gauche_black{
	background:url(../mm/pad_gauche_black.gif) top right repeat-y;
}
.pad_droit_black{
	background:url(../mm/pad_droit_black.gif) top left repeat-y;
}

.pad_b_gauche_black{
	background:url(../mm/pad_b_gauche_black.gif) top right no-repeat;
	height:22px;
	width:22px;
}

.pad_b_droit_black{
	background:url(../mm/pad_b_droit_black.gif) top left no-repeat;
	height:22px;
	width:22px;
}

.pad_h_gauche_black{
	background:url(../mm/pad_h_gauche_black.gif) top right no-repeat;
	height:38px;
	width:22px;
}

.pad_h_droit_black{
	background:url(../mm/pad_h_droit_black.gif) top left no-repeat;
	height:38px;
	width:22px;
}

.link_apercu a{
	color:#004D31;
	text-decoration:none; 
	font-size:12px;
}


