@charset "iso-8859-1";
*{
	margin: 0;
	padding: 0;
}

/* Découpe par Abdel : http://abdel.e3b.org */

body
{
	background-image: url("./images/bg.png");
	background-repeat: repeat-x;
	background-color: #cef8ff;
	font-family: Arial, Verdana, Helvetica, Serif;
	font-size: 12px;
}

img
{
	vertical-align: middle;
}

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

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

p
{
	padding-bottom: 1em;
}

.spacer
{
	clear: both;
}

#header
{
	background-image: url("./images/header.png");
	background-repeat: no-repeat;
	width: 509px;
	height: 67px;
	margin: auto;
	padding: 95px 0 0 224px;
}

#contenu
{
	width: 733px;
	margin: auto;
	background-image: url("./images/bg_contenu.png");
}

#pub_gauche
{
	float: left;
	background-image: url("./images/bg_pubgauche.png");
	width: 160px;
	text-align: center;
	margin-left: 29px;
	-margin-left: 14px;
}

#pub_gauche img
{
	border: 2px solid #dbdbdb;
	padding: 2px;
}

#textes
{
	float: left;
	width: 540px;
	padding-top: 10px;
	background-color: #cef8ff;
}

ul#boutons
{
	width: 432px;
	margin: auto;
	text-align: center;
	list-style-type: none;
	font-family: "Arial Black", Arial, Verdana, Helvetica, Serif;
	color: #5e5e5e;
	-width: 441px;
}

ul#boutons li
{
	background-image: url("./images/bouton.png");
	width: 126px;
	height: 22px;
	float: left;
	margin: 0 9px 1em 9px;
}

ul#boutons li a
{
	display: block;
	color: #5e5e5e;
	text-decoration: none;
	padding: 2px 0 2px 0;
	width: 125px;
}

ul#boutons li a:hover
{
	text-decoration: none;
}

#textes_haut
{
	background-image: url("./images/textes_haut.png");
	background-repeat: no-repeat;
	width: 488px;
	height: 17px;
	margin: auto;
}

#textes_centre
{
	background-image: url("./images/textes_centre.png");
	background-repeat: repeat-y;
	width: 460px;
	margin: auto;
	padding: 6px 14px;
}

#textes_centre h1
{
	margin-bottom: 10px;
	font-size: 14px;
	cursor: default;
}

#textes_centre p
{
	text-indent: 1em;
	text-align: justify;
}

#textes_centre p a
{
	font-weight: bold;
		text-align: justify;
}

p#footer
{
	background-image: url("./images/footer.png");
	background-repeat: no-repeat;
	width: 733px;
	height: 18px;
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
	padding-top: 70px;
	cursor: default;
}

p#footer a
{
	font-weight: bold;
}

 .vignette
{
  margin :2px;
  border : 1px solid #000000;
 
  width:100px;
}

h1, h2
{
  border-bottom: 1px solid black;
  font-family : arial;
  
}
.texte
{
   font-family : arial;
   margin-top:10px;
}

.td_description
{
  margin:2px; 
  border:2px dashed #0a1e4b;
  background-color:#e8efff ;
}
 
.p_description
{
  text-align:justify;
  margin:10px;
  font-family : arial;
}
.pub_carre
{
   height: 280px;
   width : 336px;
   margin: auto;
}
