/*
default.css
---------
By Christophe Bozec
Created on Sept 7th, 2009
Last modified on Oct 1st, 2009
*/

body
{
	min-width: 1000px;
	max-width: 1600px;
	margin: auto;
	margin-top: 0px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
	margin-bottom: 0px;    /* Idem pour le bas du navigateur */
	
	background-image: url("../images/body_background.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	
	padding: 10px;
	
}

#waspwaist
{
	width: 1000px;
	margin: auto;
	background-color: #9bb0d6;
}

#header
{
	width: 1000px;
	height: 200px;
	
	background-image: url("../images/banniere.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	
	margin-bottom: 10px;
}

#menu
{
	width: 130px;
	border: 1px solid #4b576e;
	float: left;
	padding: 10px; /* Marge intérieure  */
	margin: 10px; /* Marge extérieure */
	margin-top: 0px;
	background-color: white;
}

#menu h4
{
	font-variant: small-caps;
	color: black;
	font-size: 16px;
	font-family: Arial, Verdana, serif;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 6px;
	text-indent: 0px;
}

#menu h5
{
	font-variant: small-caps;
	color: black;
	font-size: 14px;
	font-family: Arial, Verdana, serif;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 6px;
	text-indent: 20px;
}

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

#menu a:hover, a:active
{
	color: black;
	background-color: #9bb0d6;
}

#menu a:visited, a:focus
{
	color: black;
}

.contenu
{
	min-width: 800px;
	min-height: 400px;
	border: 1px solid #4b576e;
	padding: 10px;
	margin: 10px;
	margin-left: 168px;
	background-color: white;
}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}

h3
{
	font-family: Arial, Verdana, serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}

h4
{
	text-indent: 20px;
	margin-top: 18px;
	font-size: 16px;
	font-family: Arial, Verdana, serif;
	clear: right;
}

#sponsors-nousrejoindre h4
{
	clear: none;
}

h5
{
	margin-top: 16px;
	margin-bottom: 0px;
	font-size: 14px;
	font-family: Arial, Verdana, serif;
	font-weight: bold;
	clear: right;
}

p
{
	font-family: Arial, Verdana, serif;
	font-size: 14px;
}

#courses-jacquesvabre07 p
{
	font-family: "Times New Roman", Arial, Verdana, serif;
	font-size: 16px;
}

li
{
	font-family: Arial, Verdana, serif;
	font-size: 14px;
	margin-bottom: 4px;
}

table
{
   border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
}

td
{
   border: 1px solid black;
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

th
{
   border: 1px solid black;
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

table p
{
	margin: 0px;
}

#sponsors-nousrejoindre img
{
	float: right;
	margin-left: 15px;
}

.articles td, .articles th
{
	border: none;
}

.caracteristiques td
{
	border: none;
}

a, a:visited, a:focus
{
	color: #397db7; /* #1e296b; */
	text-decoration: none;
}

a:hover, a:active
{
	color: #ff961a;
}

.titre-article h5
{
	text-indent: 15px;
}

.article p
{
	text-indent: 30px;
}

.centre
{
	text-align: center;
}

.photos
{
	text-indent:0px;
	margin: 10px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #c9d6ed;
	border: 1px solid #4b576e;
}

.photos a
{
	margin-right: 5px;
	margin-bottom: 10px;
}

.portrait
{
	margin: 10px;
	float: right;
}

.album
{
	margin: 10px;
	padding: 10px;
	background-color: #c9d6ed;
	border: 1px solid #4b576e;
	width: 180px;
	height: 180px;
	float: left;
	text-align: center;
}

.album:hover
{
	border: 1px solid #ff961a;
}

.miniature
{
	margin: 10px;
	padding: 10px;
	background-color: #c9d6ed;
	border: 1px solid #4b576e;
	width: 180px;
	height: 180px;
	float: left;
	overflow: hidden;
}

.miniature:hover
{
	border: 1px solid #ff961a;
}

#footer
{
	padding: 10px; /* Marge intérieure  */
	margin: 10px;
	border: 1px solid #4b576e;
	background-color: #c9d6ed;
}

#footer p
{
	text-align:center;
	font-family: Arial, Verdana, serif;
	font-size: 10px;
}
