/********* Général *********/

html * {
margin	: 0;
}

body {

background-image:url(img/fete-de-la-cuisine.jpg);
margin: 0; 
text-align: center;
font-family	: Tahoma;
color		: #343957;
font-size	: 13px;
width		: 100%;
}

img {
border-style: none;
}

.titre{
color		: #5F94C0;
font-size	: 20px;
font-weight	: bold;
font-style  : normal;
}
.soustitre{
color		: #5F94C0;
font-size	: 17px;
font-weight	: bold;
font-style  : italic;
}
.h1 {
font-size	: 15px;
font-weight : bold;
font-style  : normal;
}

.h2 {
font-size	:  14px;
}

.h3 {
font-size	: 12px;
}

.h4 {
font-size	: 11px;
}

a {
font-size: 12px;
color: #343957;
text-decoration: none;
}
a:hover {
font-size: 12px;
color: #343957;
text-decoration: none;
}
#forme {
width		: 1024px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
border-color:#363958;
border-style:1px;
vertical-align:middle;
}

#corps{
width		: 1024px;
height		: 768px;
}
/******* Fin Général *******/

/****** Menu ******/

#menu {
	background-color:#eef3f7;
	text-align : center;
	margin-top: 2px;
	margin-bottom: 2px;
	height:30px;
	vertical-align:middle;
}

#menu ul {
	margin-top: 0px;
	
}
#menu li {
	display : inline;
	margin	: 0 2px 0 0;
}

#menu a {
	font-size: 13px;
	text-decoration : none;
	color		: #6690b5;
}

/**** Fin Pied de Page ****/


/********* En-tête *********/

#en_tete {
	width		: 1024px;
	height		: 200px;
	margin : auto;
	text-align: center;
	float : left;
}


/****** Fin En-tête *******/




/********* Contenu ********/


#contenu {
width		: 810px;
height		: 530px;
margin-left : 220px;
text-align : left;

}
#tab_1 {
width		: 650px;
height		: 500px;
float 		: left;
margin-left : 50px;
margin-top : 40px;
}
#tab_1  table{
width		: 640px;
}

.tab_2 {
width		: 104px;
height		: 570px;
margin-left : 703px;
overflow : auto;
}


/******* Fin Contenu ******/


/****** Pied de Page ******/

#pied_de_page {
	background-color:#eef3f7;
	width:1024;
	height:32px;
	text-align : center;
	vertical-align : middle;
	clear : both;
}


#pied_de_page li {
	display : inline;
	margin	: 0 20px 0 20px;
}

#pied_de_page a {
	font-size: 11px;
	text-decoration : none;
	color		: #809fb9;
}

/**** Fin Pied de Page ****/
