body {
	max-width: 1000px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background-attachment: fixed;
	font-family: "Bookman Old style", serif;
	background-image: url("images/pages.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-color: black;
}

.souligner {
	text-decoration: underline;
}

.italique {
	font-style: italic;
}

#en_tete {
	max-width: 1000px;
	height: 188px;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
}

#menu {
	width: 100%;
	background-image: url("images/fond_menu.png");
	border: 1px solid white;
	margin-bottom: 5px;
}

#menu .espace_gauche {
	margin-left: 50px;
}
	 
#menu p {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#menu a {
	color: white;
	vertical-align : top;
	text-decoration : none;
	font-variant	: small-caps;
	font-size : large;
}

#menu a:hover {
	color: #CCCCCC;
}

#corps {
   margin-bottom: 5px;
   padding: 10px;
   padding-bottom: 40px;
   color: white;
   background-image: url("images/fond noir.png");
   min-height: 448px;
}

#corps p a {
	text-decoration: none;
	color: #F8CA85;
}

#corps .fleche {
	height: 20px;
	border: none;
	float: left;
	margin-left: 20px;
}

#corps .article_laureat {
	margin-bottom: 100px;
}

#corps .article_laureat .image_laureat {
	border: none;
	float: right;
	max-width: 110px;
}

#corps .image_supplementaire {
	float:left;
	text-align:center;
	border: none;
	height: 180px;
	margin-right: 20px;
	margin-left: 20px;
}

#corps .image_supplementaire:hover {
	height: auto;
	float: none;
}

#corps .image_jury {
	vertical-align: middle;
	border: none;
	height: 110px;
	margin-right: 20px;
	margin-left: 20px;
}

#corps .image_jury:hover {
	height: auto;
}

#corps .article_laureat p {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 140px;
}

#corps .article_laureat .puce_laureat {
	height: 1em;
	margin-right: 7px;
}

#corps .laureat {
	font-weight: bold;
}

#corps .laureat_categorie {
	font-weight: bold;
	text-indent: -60px;
	margin-left: 80px;
}

#corps .laureat_categorie .pas_de_prix {
	font-weight: normal;
	font-style: italic;
}

#corps .laureat_categorie_bis {
	font-weight: bold;
	text-indent: 0px;
	margin-left: 68px;
}

#corps .article_laureat .laureat
{
	margin-bottom: 10px;
}

#corps .article_selection p {
	color:grey;
}

#corps .article_selection p a {
	color:#ACACAC;;
}

#corps #presentation_palmares {
	margin-bottom: 50px;
}

#corps table {
	text-align: center;
	margin: auto;
	border-collapse: collapse;
}

#corps #palmares_par_categorie {
	text-align: left;
}

#corps table tr .colone_chiffre {
	text-align: right;
	padding: 0;
	padding-left: 40px;
}

#corps table tr td {
	padding: 5px 40px;
}

#corps table tr td a {
	text-decoration: none;
	color: #F8CA85;
}

#corps table tr td a:hover {
	text-decoration: underline;
	color: #F8CA85;
}

#corps h1 {
   margin-top: 30px;
   margin-left: 30px;
   margin-right: 30px;
   margin-bottom: 15px;
   color: white;
   text-align: center;   
}

#corps h1 a {
	color: #F8CA85;
}

#corps h3 {
	margin-bottom: 60px;
	margin-top: 15px;
	color: white;
	text-align: center;
}

#corps h4 {
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
	color: grey;
	text-align: left;
}

#corps .titre_haut {
	margin-bottom: 0;
}

#corps .titre_bas {
	margin-top: 0;
}

#corps h2 {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 30px;
	color: white;
	text-align: left;
}

#corps ul li {
	margin-top: 10px;
}

#corps p {
	margin-left: 20px;
	margin-right: 20px;
	text-indent: 20px;
	text-align: justify;
}

#corps p a:hover {
	text-decoration: underline;
}

#footer {
	width: 100%;
	margin-top: 20px;
}

#footer p {
	margin: auto;
	margin-top: 2px;
	text-align: right;
	color: black;
	font-weight: bold;
}

#footer a {
	vertical-align: middle;
}

#footer .dimensions {
	vertical-align: middle;
	border: none;
	height: 60px;
}

