html 
{
	font-size: 100%;
}

body
{
	margin: 0;
	padding: 0; 
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: .8em;
	line-height: 1.25;
}

h1, h2, h3, h4, h5, h6
{
	margin: 1em 0 .5em 0;
}

h1, h2 
{
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal; /* -> 7 */
}

h1 
{
	font-size: 3em; /* -> 8 */
	font-style: italic;
}

h2 {font-size: 1.8em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; /* -> 9 */
}

ul {
	list-style: square;
}

li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}

blockquote {
	margin: .75em 0 .75em 24px;
}

cite {
	font-style: italic;
}

a {
	color: mediumblue;
	text-decoration: underline;
}

a:hover, a:focus {
	color: crimson;
}

a img {
	border: none;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: dimgray;
}

/* Général */
body {
	color: #a3d7e1;
	background: #a3d7e1;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

#global
{
	background: #2b611a;
	margin:auto;
}

/* Contenu principal */
#contenu, #contenu_acceuil {
	color: #006b91;
	background: #a3d7e1;
}
#contenu a, #contenu_acceuil a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus, #contenu_acceuil a:hover, #contenu_acceuil a:focus {
	color: #6E5122;
}
#contenu strong, #contenu_acceuil strong {
	color: #181A12;
}


/* --- POSITIONNEMENT --- */

/* Page */
#global {
	padding: 0; /* Voir -> Note 1 ci-dessous */
	width: 950px;
}

/* Contenu */
#contenu {
	float: left;
	width: 92%;
	margin-left: 0%; /* -> 4 */
	padding: 10px 4%;
}
#contenu > :first-child , #contenu_acceuil > :first-child{
	margin-top: 10px;
}
#contenu p, #contenu li, #contenu_acceuil p, #contenu_acceuil li {
	line-height: 1.5;
}
.sub_block
{
	background: #C3e7f1;
	padding: 0 0 0 2%;
}

/* --- Accueil ---*/
#lebesson{
	height: 150px;
	width: 192px;
}

#lettre_president
{
	float: left;
	width: 47%;
	height: 600px;
}
#parti_droite
{
	float: right;
	width: 47%;
	height: 600px;
}
#parti_basse
{
	float: right;
	margin-top: 10px;
	width: 98%;
	height: 300px;
}

/* --- Dirigeants --- */
.menber_tab td{
	padding: 0 20px 0 20px;
}

/* --- Horaire --- */

.tab_horaire td, .tab_horaire th{
	border-style: solid;
	border-color: #006b91;
	border-width: 1px;
	padding: 3px 2% 3px 3px;
}

.tab_horaire th{
	text-align: center;
}

/* --- Fête du Club --- */

#invitation{
	padding: 0 0 0 90px;
}

