/* Nature - an open source xhtml/css website layout by Studio-plume.org kty 
(Jan 04, 2007)
 */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #000000;
}

/* Style général de la page */
#wrap {
background: #cd3300;
color: #ffffff;
border:  none;
margin: 0 auto;
width: 850px; 
}

/* Style du petit bandeau du haut */
#header {
clear: both;
margin: 0px 0em 0px 0em;
padding: 0;
height: 26px;
background: #cd3300 url(images_css/bandeau_haut.jpg) no-repeat right;
}

#header h3 {
width: 350px;
margin: 0px 0px 0px 15px;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0px 0px 0px 0px;
font-size: 0.8em;
line-height: 1.2em;
height: 35px;
}

/* Style général du menu*/
#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 0 0;
padding: 0 0 0 5px;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #ffffff;
display: block;
padding: 6px 0 0 10px;
background: #FF9900;
border-left: 1px #ffffff solid;
}
	
	
#avmenu li a:hover {
background: #FF9900;
color: #ffffff;
border-left: 4px #cd3300 solid;
}

/* La catégorie News sous le menu*/
.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #ffffff;
background: #FF9900;
line-height: 1.3em;
}

/* La rubrique informations*/
#extras {
float: right;
width: 130px;
height: 600px;
color: #ffffff;
background: #FF9900 url(new.txt) no-repeat right;
margin: 0 5px 0 0;
padding: 0 10px 0 10px;
font-size: 0.9em;
line-height: 1.3em;
}

#extras2 {
float: right;
width: 130px;
height: 110px;
color: #FFFFFF;
background: #FF9900 url(new.txt) no-repeat right;
margin: 0 5px 0 0;
padding: 0 10px 0 10px;
font-size: 0.9em;
line-height: 1.3em;
}

#extras p {
	margin: 0 0 1.5em 0;
	text-align: center;
	font-size: 12px;
	color: #900;
}

/* Contenu normal de la page */
#content {
margin: 0 160px 20px 160px;
padding: 0 10px 0 5px;
line-height: 1.6em;
text-align: left;
}

/* Contenu droit de la page */
#content2 {
margin: 55px 0 0 0;
line-height: 1.6em;
}
#content3 {
margin: 70px 0 0 6px;
line-height: 1.6em;
}
#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 0px;
display:inline;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a { /* Style des liens comme */
text-decoration: none;
color: #FFFFFF;
}

a:hover { /* Style des liens survolés */
text-decoration: underline;
color: #ffffff;
font-size: 13px;
}

/* Style sur l'adresse et le nom de K3 et du petit bandeau du bas */
#footer {
clear: both;
margin: 0 auto;
padding: 4px 0px 0px 0px;
width: 850px;
text-align: center;
color: #ffffff;
font-size: 0.8em;
height: 22px;
background: #cd3300 url(images_css/bandeau_bas.jpg) no-repeat right;
border: none;
}

#footer a {
color: #ff9900;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 0px 7px 0px 5px;
float: left;
}

.right {
margin: 0px 7px 0px 5px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
	font-weight: bold;
	color: #FF0;
}

.hide {
display: none;
}

table { /* Le tableau en lui-même */
margin: auto; /* Centre le tableau */
border: 0px; /* Bordure du tableau */
border-collapse: separate; /* Colle les bordures entre elles*/
}

th { /* Les titres des colonnes */
background-color: #FF9900;
color: #FFFFFF;
font-family: Verdana,Tahoma,Arial,sans-serif;
text-align: center;
}

td { /* Les cellules normales */
	font-family: Verdana,Tahoma,Arial,sans-serif;
	color: #FFF;
	text-align: center; /* Tous les textes des cellules seront centrés */
	border: 0px;
}

