body { 
	width: 900px; 
	margin: auto;
	font-family: Arial;
	font-size: 12px;
	color: #0f6cad;
}
#tout {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 900px;
	background-image: url('images/fond.jpg');
	background-repeat: repeat-y;
}
#banniere { /*  Design de la bannière */

	width: 900px;
	height: 103px;
	margin-bottom: 4px;
	background-image: url('images/banniere.jpg');
	background-repeat: no-repeat;
}
#foot { /*  Design du pied de page */
	text-align: center;
	color: white;
	padding-top: 15px;

	clear:both;
	width: 900px;
	height: 40px;
	background-image: url('images/bas.jpg');
	background-repeat: no-repeat;
}
#centre {
	padding: 0px 23px 0px 17px;
}
#menu_horizontal {
	text-align: center;
	margin-bottom: 4px;
	padding-top: 8px;
	width: 900px;
	height: 25px;
	background-image: url('images/menu/menu_horizontal.jpg');
	background-repeat: no-repeat;
}
/*************  Design des menus de gauche et de droite *************/
.menu_gauche { 

	float: left;
	width: 182px;
}
.menug{
	margin-bottom: 4px;
	background-image: url('images/menu/gauche/fond.jpg');
	background-repeat: repeat-y;
}
.menud{
	margin-bottom: 4px;
	background-image: url('images/menu/droite/fond.jpg');
	background-repeat: repeat-y;
}
.menu_gauche .corps {
	padding: 5px;
}
.menu_gauche .foot {
	width: 182px;
	height: 8px;
	background-image: url('images/menu/gauche/bas.jpg');
	background-repeat: no-repeat;
}
.menu_droite {

	float: right;
	width: 182px;	
}
.menu_droite .corps {
	padding: 5px;
}
.menu_droite .foot {
	width: 182px;
	height: 8px;
	background-image: url('images/menu/droite/bas.jpg');
	background-repeat: no-repeat;
}
/******* A COPIER COLLER  POUR UN NOUVEAU MENU ********/
#videos .titre { 
	width: 182px;
	height: 43px;
	background-image: url('images/menu/gauche/titre_videos.jpg');
	background-repeat: no-repeat;
}

#images .titre { 
	width: 182px;
	height: 43px;
	background-image: url('images/menu/gauche/titre_images.jpg');
	background-repeat: no-repeat;
}

#blagues .titre { 
	width: 182px;
	height: 43px;
	background-image: url('images/menu/gauche/titre_blagues.jpg');
	background-repeat: no-repeat;
}

#partenaires .titre {
	width: 182px;
	height: 43px;
	background-image: url('images/menu/droite/titre_partenaires.jpg');
	background-repeat: no-repeat;
}
#liens .titre {
	width: 182px;
	height: 43px;
	background-image: url('images/menu/droite/titre_liens.jpg');
	background-repeat: no-repeat;
}
/********************************************************/

#contenu {
	width: 472px;
	margin: auto;

}

.block_centre{
	background-image: url('images/centre/fond.jpg');
	background-repeat: repeat-y;
	margin-bottom: 4px;
}
#contenu .titre {
	width: 472px;
	height: 19px;
	padding-top: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-image: url('images/centre/titre.jpg');
	background-repeat: no-repeat;
}
#contenu .corps {
	padding: 5px;
}
#contenu .foot {
	width: 472px;
	height: 10px;
	background-image: url('images/centre/bas.jpg');
	background-repeat: no-repeat;
}
#contenu .titre {
	color: white;
	text-align: center;
}
a {
	color: #0f6cad;
	text-decoration: none;
}
a:hover {
	color: #308dce;
	text-decoration: underline;
}
.menu_gauche a:hover, #menu_horizontal a:hover, .menu_droite a:hover {
	color: #ee820e;
	text-decoration: underline;
}
