body
{
	width: 760px;
	margin: auto; /* Pour centrer notre page */
	margin-top: 20px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
	margin-bottom: 20px;    /* Idem pour le bas du navigateur */
	background-color : #8080D8;
	background-image : url("./images/design/backgrd.jpg");
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position : center center;
	font-family : Verdana, "Arial black", Arial, Times, Serif;
	font-size : 0.8em;
}

#en_tete
{
	width : 786px;
	height : 130px;
	/*background-image : url("images/design/banheader.jpg");*/
	background-repeat:no-repeat;
	background-position : center center;
	margin : auto;
	margin-bottom : 20px;
	margin-right : 20px;
}

#en_tete a
{
	text-align : center;
	text-decoration : none;
}

#en_tete a img
{
	border : none;
}

#menu
{
	float : right;
}

.element_menu
{
	width : 120px;
	border-top : black dashed 1px;
	border-bottom : dashed black 1px;
	background-color : #8080D8;
	margin-bottom : 10px;
	/*padding-left : 5px;*/
	background-image : url("images/design/fond_menu.gif");
	background-repeat : repeat-y;
}

.element_menu h3
{
	margin-left : 5px;
	text-decoration : underline;
}

.element_menu p
{
	text-indent : 10px;
}

.element_menu a
{
	color : black;
	text-decoration: none;
}

.element_menu a:hover
{
	background-color : white;
	background-image : url("images/design/fond_hover.jpg");
	background-repeat : no-repeat;
	color : black;
	text-decoration : underline;
}

.element_menu ul
{
	list-style-type : none;
	padding : 0px;
	padding-left : 20px;
	margin : 0px;
	margin-bottom : 10px;
}

.element_menu img
{
	text-align : center;
	margin-left : 17px;
}

#corps
{
	width : 580px;
	border-top : dashed 1px black;
	border-bottom : dashed 1px black;
	padding : 5px;
	margin-left : 20px;
	margin-bottom : 20px;
	background-color : #8080D8;
}

#corps table
{
	max-width : 550px;
	background-color : #8080D8 ;
	border-top : 1px dashed black;
	border-bottom : 1px dashed black;
	border-collapse: collapse;
	text-align : center;
	padding : 5px;
	margin : auto;
}

#corps td
{
	border : none;
	padding : 5px;
}

#corps h1
{
	text-align : center;
	text-decoration : underline;
}

#corps h4
{
	text-align : center;
	text-decoration : underline;
}

#corps a
{
	color : black;
	text-decoration : none;
}

#corps a:hover
{
	color : white;
	text-decoration : underline;
}

#corps a img
{
	/*border : none;*/
}

#corps h2
{
	text-align : center;
}

#corps h3
{
	text-align : center;
}
	

#pied_de_page
{
	width : 580px;
	border-top : dashed 1px black;
	border-bottom : dashed 1px black;
	padding : 5px;
	margin-left : 20px;
	margin-bottom : 20px;
	background-color : #8080D8;
	text-align : center;
	line-height : 7px;
}

#pied_de_page a
{
	font-size : 0.8em;
	font-variant : small-caps;
	color : black;
	text-decoration : none;
}

#pied_de_page a:hover
{
	background-color : white;
}

.txt_blanc
{
	color : #ffffff;
}

.txt_centre
{
	text-align : center;
	display : block;
}

.txt_histo
{
	text-align : center;
}

.txt_histo:first-letter
{
	font-weight:bold;
}

.txt_histo:first-line
{
	text-indent : 20px;
}

.tab_park
{
	background-color : white;
	text-align : center;
	border-top : dashed 1px black;
	border-bottom : dashed 1px black;
}

.mini_chat
{
    background-color : white;
	border-top : dashed 1px black;
	border-bottom : dashed 1px black;
	width : 400px;
	margin : auto;
	padding : 5px;
	display: block;
}

#formChat
{
	margin-bottom:50px;
}

.livredor
{
    background-color : white;
	border-top : dashed 1px black;
	border-bottom : dashed 1px black;
	width : 550px;
	margin : auto;
	padding : 5px;
	display : block;
}

.petit_txt
{
    font-size : 10px;
}

.txt_red
{
    font-weight : bold;
	color : red;
}

.pub_accueil
{
	margin:auto;
	width : 80%;
	margin-top:30px;
}

.pub_accueil a, .pub_accueil img, .pub_accueil table, #facebook img
{
	text-decoration:none;
	border:0;
}

.pub_accueil img
{
	float:left;
	margin-right : 5px;
}

#facebook
{
	width:50%;
	margin:auto;
	margin-bottom:30px;
}