body
{
	width: 760px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image:url(/Image/COD6.jpg);
	background-color : black;
	background-repeat:no-repeat;
	background-position: center top;
	background-attachment:fixed;
}

/* L'en-tête */

#en_tete
{
	margin-left:auto;
	margin-right:auto;
	width: 656px;
	height: 84px;
	margin:auto;
	background-image: url("/Image/Logo.png");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

/* Le menu */

#menu
{
	position:fixed;
	float: left; /* Le menu flottera à gauche */
	margin-top:10px;
	width: 140px; /* Très important : donner une taille au menu */
	border:0px;
}

#menu a
{
	border:none;
}

#menu img
{
	text-decoration:none;
}

.element_menu
{
	width:140px;
	height:50px;
	background-image: url("/Image/Bouton.png");
	background-repeat: repeat-x;

	color:white;
	text-align: center;	
	height: 50px;
	line-height: 45px;
   	vertical-align: middle;

	margin-bottom: 5px; /* Pour éviter que les éléments du menu ne soient trop collés */
}
.element_menu a
{
	border:none;
}

.element_menu img
{
	text-decoration:none;
}

#corps
{
	margin-left:140px;
	margin-bottom:20px;
	padding:5px;
	
	color:white;

	width:480px;
	text-align:justify;		
}
#calendar a
{
	color:green;
}
#calendar a:hover
{
	color:blue;
}
#calendar a:visited
{
	color:green;
}
#corps h1
{
	color:blue;

	text-align:center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;	
}

#corps h2
{
	height:30px;

	padding:30px;
	color:green;
	text-align:left;
}

ul#tabnav {
    font: bold 11px verdana, arial, sans-serif;
    list-style-type: none;
    padding-bottom: 24px;
    border-bottom: 1px solid #6c6;
    margin: 0;
}

ul#tabnav li {
    float: left;
    height: 21px;
    background-color: #cfc;
    margin: 2px 2px 0 2px;
    border: 1px solid #6c6;
}

ul#tabnav li.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

ul#tabnav li.active a {
    color: #000;
}

#tabnav a {
    float: left;
    display: block;
    color: #666;
    text-decoration: none;
    padding: 4px;
}

#tabnav a:hover {
    background: #fff;
}


#Connection
{
	margin-top:10px;
	color:white;
	position:fixed;
	width:140px;
	margin-left:650px;
	float: left;
	border:0px;
}

#pied_de_page
{
   margin-left:140px;
   margin-bottom:20px;

   padding: 5px;

   text-align: center;   
   width:480px;

   color: white;
   font-weight:bold;
}
