body
	{
	width:1150px;
	margin: auto;
	font-size:16px;
	margin-top: 20px; 
	margin-bottom: 20px; 
	background-image:url('../Images/background.png');
	font-family:garamond;
	}
	
a
	{
	color:black;
	text-decoration:none;
	}
	
a:hover
	{
	text-decoration:underline;
	}
	
/*Mise en forme de la page grâce au tableau*/	
	
.mef
	{
	width:90%;
	margin: 0 auto;
	border-spacing:0;
	border:none;
	border-collapse:collapse;
	}
	
.logo_rond
	{
	background-image:url(../Images/logo_rond.png);
	height:200px;
	width:198px;
	background-repeat:no-repeat;
	background-position:center;
	}
	
.banniere
	{
	background-image:url(../Images/banniere.png);
	height:205px;
	background-repeat:no-repeat;
	background-position:center;
	}

.barre_menu
	{
	background-image:url(../Images/barre_menu.png);
	height:46px;
	width:198px;
	background-repeat:no-repeat;
	background-position:center;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	}
	
.bas_menu
	{
	background-image:url(../Images/bas_menu.png);
	height:40px;
	width:198px;
	background-repeat:no-repeat;
	background-position:center;
	}

.barre_menu_droite
	{
	background-image:url(../Images/barre_menu_droite.png);
	height:46px;
	background-repeat:repeat-x;
	background-position:center;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	}


.barre_menu_droite_fin
	{
	background-image:url(../Images/barre_menu_droite_fin.png);
	height:46px;
	width:10px;
	background-repeat:no-repeat;
	background-position:center;
	}

.bas_menu_milieu
	{
	background-image:url(../Images/bas_menu_milieu.png);
	height:300px;
	width:198px;
	background-repeat:repeat-y;
	background-position:center;
	vertical-align:top;
	}
	
.bas_menu_bas
	{
	background-image:url(../Images/bas_menu_bas.png);
	height:23px;
	width:198px;
	background-repeat:no-repeat;
	background-position:center;
	}
	
.haut
	{
	background-image:url(../Images/haut.png);
	height:40px;
	background-repeat:repeat-x;
	}
	
.coin_hg
	{
	background-image:url(../Images/coin_hg.png);
	height:40px;
	width:38px;
	background-repeat:no-repeat;
	background-position:center;
	}
	
.gauche
	{
	background-image:url(../Images/gauche.png);
	width:38px;
	background-repeat:repeat-y;
	}
	
.coin_bg
	{
	background-image:url(../Images/coin_bg.png);
	height:23px;
	width:38px;
	background-repeat:no-repeat;
	background-position:center;
	}

.bas
	{
	background-image:url(../Images/bas.png);
	height:23px;
	background-repeat:repeat-x;
	}
	
.coin_bd
	{
	background-image:url(../Images/coin_bd.png);
	height:23px;
	width:13px;
	background-repeat:no-repeat;
	background-position:center;
	}
	
.droite
	{
	background-image:url(../Images/droite.png);
	width:13px;
	background-repeat:repeat-y;
	}
	
.coin_hd
	{
	background-image:url(../Images/coin_hd.png);
	height:40px;
	width:13px;
	background-repeat:no-repeat;
	background-position:center;
	}

.working_space
	{
	background-color:white;
	vertical-align:top;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;	
	}
	
/*Menu horizontal*/

a.menu
	{
	color:#505050;
	text-decoration:none;
	padding-right:15px;
	}

a.menu:hover
	{
	color:black;
	font-size:19px;
	}

/*Menu vertical*/
	
div.menu
	{
	padding:10px;
	text-align:center;
	}
	
h3.menu
	{
	color:#ea5e76;
	font-size:18px;
	}
	
div.news
	{
	margin-top:15px;
	}
	
div.news_date
	{
	color:#ea5e76;
	font-weight:bolder;
	margin-bottom:5px;
	}

/*Messages privés*/

.mp
	{
	border-collapse:collapse;
	width:100%;
	}

th
	{
	text-align:center;
	color : #ea5e76;
	font-size:19px;
	padding:5px;
	}

/*Divers*/

.breadcrumns
	{
	font-size:10px;
	}
	
.title
	{
	color:#ea5e76;
	font-size:40px;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;;
	}
	
.subtitle
	{
	padding-left:60px;
	margin:20px;
	font-weight:bold;
	font-size:20px;
	}
	
.category
	{
	margin:5px;
	padding-left:20px;
	font-weight:bold;
	text-decoration:underline;
	}
	
.retrait
	{
	margin-left:30px;
	}
	
.line
	{
	
	margin-bottom:20px;
	}

.error
	{
	color:red;
	font-weight:bold;
	margin-bottom:20px;
	}
	
.table_center
	{
	margin: 0 auto;
	}

.fil_ariane
	{
	margin-left:50px;
	font-size:13px;
	margin-bottom:30px;
	}
	
	
.table_livreor /* Le tableau en lui-même */
	{
	margin: auto; /* Centrons notre tableau */
	border-collapse: collapse; 
	margin-top:15px;
	}
	
.td_livreor_haut /* Les cellules normales */
	{
	font-size:12px;
	font-family: "Trebuchet MS", Arial, "Times New Roman", serif;
	width:500px;
	padding: 1px; /* marge intérieure aux cellules */
	empty-cells: show; /* révèle les cellules vide */
	border:1px solid #fcc9d2;
	background-color:white;
	background-image:url('../images/fond_com.jpg');
	padding-left:10px;
	padding-right:10px;
	}

.td_livreor /* Les cellules normales */
	{
	font-size:12px;
	font-family: "Trebuchet MS", Arial, "Times New Roman", serif;
	width:500px;
	padding: 1px; /* marge intérieure aux cellules */
	empty-cells: show; /* révèle les cellules vide */
	border:1px solid #fcc9d2;
	background-color:white;
	padding-left:10px;
	padding-right:10px;
	}