/*
 * General
 *
 */

body {
	background-color: #fff;
	font-family: arial, helvetica;
	margin: 0px;
	padding: 0px;
	font-size:12px;
}

img {
	border: 0;
}

div#page {
	position: relative;
	background-color: #fff;
	width: 938px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/*
 * Entete
 *
 */

div#entete {
	position: relative;
	width: 938px;
	height: 270px;
	background-color: #000;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

#imgLogo {
	position: absolute;
	left: 625px;
	top: 60px;
} 

#entete ul { 
	margin: 0; 
	padding: 0; 
	list-style-type: none;  
	float: right;
} 

#entete li { 
	display: inline;
	margin-right: 25px;
	font-size: 12px;
	color: #c0c0c0;
	font-weight: bold;
} 

#entete a, #entete a:visited {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
} 

#entete a:hover {
	text-decoration: underline;
}

#inscr_infolettre {
	float: left;
	padding: 2px;
	margin: 2px 12px;
	font-weight: bold;
        width:475px;
}

#inscr_infolettre form { margin:0; padding:0; }



/*
 * Contenu de la page
 *
 */

div#contenu {
	width: 938px;
	background-color: #fff;
}

#concours a, #concours a:visited, #aVenir a, #aVenir a:visited  {
	color: #e8e8e8;
}

div#recetteDeLaSemaine {
	background-color: #000;
	background-image: url(../images/bg_encadre_home.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 348px;
	float:left;
	margin-left:5px;
}

div#trashCuisine {
	background-color: #000;
	background-image: url(../images/bg_encadre_home.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 348px;
	float:left;
}

div#recetteFamiliale {
	background-color: #000;
	background-image: url(../images/bg_encadre_home.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 348px;
	float:left;
}

div#coupCoeur {
	background-color: #000;
	background-image: url(../images/bg_encadre_home.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 348px;
	float:left;
	clear:right;
	margin-right:5px;
}

#recetteDeLaSemaine p, #trashCuisine p, #recetteFamiliale p, #coupCoeur p {
	margin: 15px 0px 0px 25px;
	color: #fff;
	font-size: 12px;
}

.titreEncadreAccueilCoupCoeur {
	margin: 10px 0px 0px 45px;
}

.titreEncadreAccueilRecetteFamiliale {
	margin: 10px 0px 0px 38px;
}

.titreEncadreAccueilRecetteSemaine {
	margin: 10px 0px 0px 32px;
}

.titreEncadreAccueilTrash {
	margin: 10px 0px 0px 55px;
}

.vidEncadreAccueil {
	margin: 10px 0px 0px 25px;
}

div#concours {
	position:relative;
	background-color: #000;
	background-image: url(../images/bg_encadre_home_grand.png);
	background-repeat: no-repeat;
	margin-left:40px !important;
	margin-left:20px;
	width: 414px;
	height: 231px;
	float:left;
}

div#aVenir {
	position:relative;
	background-color: #000;
	background-image: url(../images/bg_encadre_home_grand.png);
	background-repeat: no-repeat;
	margin-left:20px;
	margin-bottom:20px;
	width: 414px;
	height: 231px;
	float:left;
}

#aVenir p, #concours p {
	margin: 15px 0px 0px 3px;
	color: #fff;
	font-size: 12px;
}

.vidEncadreAccueilGrand {
	margin: 25px 0px 0px 20px;
}

.contenuEncadreGrand {
	color: #fff;
	position: absolute;
	top: 20px;
	left: 215px;
	width: 178px;
	height: 186px;
}

.contenuEncadreGrand2 {
	color: #fff;
	width: 178px;
	height: 186px;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}

div#SousTexteAcceuil {
	font-size: 12px;
	clear:both;
	margin:0 auto 20px auto;
	height:auto;
	display:block;
	width: 848px;
	color: #000;	
}

#imgPubVisionneuse {
	margin-top: 12px;
}

/*
 * Pied de page
 *
 */

div#piedDePage {
	background-color: #fff;
	display:block;
	height: 100px;
	width: 938px;
}

div#piedDePage a{
    color:#000000;
}

div#piedDePage a:hover{
    color:#000000;
    text-decoration:none;
}


div#logo1, div#logo2, div#logo3, div#logo4 {
	float:left;
	width: 220px;
	margin: 5px 5px 15px 5px;
	text-align: center;
}

div#copyright {
	position: relative;
	background-color: #000;
	color: #fff;
	height: 40px;
	width: 938px;
	margin: 20px 1px 0px -1px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	padding-top: 15px;
	font-size: 11px;
}

#copyright a, #copyright a:visited {
	color:	#fff;
	text-decoration: none;
}

/*
 * Diverses pages
 *
 */
#les_plus_grands p {
	margin: 3px 0px;
}
.link a {
	color: #000;
	text-decoration: underline;
}
.link a:hover {
	text-decoration: underline;
}