body
{
	margin: 2px; /* Pour centrer notre page */
	background-image: url("images/fond_echec1.jpg"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
	background-attachment: fixed;
	font-family: "Comic Sans MS", "Comics", "Times New Roman", Times, serif;
	font-size: small;
}
a img
{
	border:none
}

#en_tete
{
	margin:auto;
	height: 115px;
	background-image: url("banniere.png");
	background-repeat: no-repeat;
	/*background-position:center;*/
	margin-bottom: 1px;
	margin-top:5px;
}
#onglet
{
	height: 30px;
	background-image: url("images/onglet_fond_claire.jpg");
	background-repeat: repeat-x;
	margin-bottom: 1px;
	margin-top:1px;
	/*color:yellow;*/
	color:yellow;
	font-weight: bold;
}
#onglet a
{
	text-decoration: none;
	background-image: url("images/onglet_bouton_claire.jpg");
	background-repeat: repeat-x;
	height:21px;
/*	background-color:silver;	*/
	color:yellow;
	border:1px solid white;
	font-weight: bold;
	margin-right:10px;
	margin-left:10px;
	padding-right:10px;
	padding-left:10px;
}
#onglet a:hover
{
	text-decoration: none;
	background-image: url("images/onglet_bouton_fonce.jpg");
	background-repeat: repeat-x;
	height:21px;
/*	background-color:grey;	*/
	color:white;
	border:1px solid;
	font-weight: bold;
	margin-right:10px;
	margin-left:10px;
	padding-right:10px;
	padding-left:10px;
}
#onglet button
{
	text-decoration: none;
	background-image: url("images/onglet_bouton_claire.jpg");
	background-repeat: repeat-x;
	height:21px;
/*	background-color:silver;	*/
	color:yellow;
	border:1px solid white;
	font-weight: bold;
	margin-right:10px;
	margin-left:10px;
	padding-right:10px;
	padding-left:10px;
	font-family: "Comic Sans MS", "Comics", "Times New Roman", Times, serif;
}
#onglet button:hover
{
	text-decoration: none;
	background-image: url("images/onglet_bouton_fonce.jpg");
	background-repeat: repeat-x;
	height:21px;
/*	background-color:grey;	*/
	color:white;
	border:1px solid;
	font-weight: bold;
	margin-right:10px;
	margin-left:10px;
	padding-right:10px;
	padding-left:10px;
	font-family: "Comic Sans MS", "Comics", "Times New Roman", Times, serif;
}
#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 210px; /* Très important : donner une taille au menu */
}

.element_menu
{
   background-color: #e7f0f0; /*fdffc4; */
   border: 2px solid green;   
   margin-bottom: 3px; /* Pour éviter que les éléments du menu ne soient trop collés */
}
.element_memu p
{
	margin:1px;
}
.element_menu h3 /* Tous les titres de menus */
{    
   color: #008800;
   text-align: center;
   margin-top:1px;
   margin-bottom: 2px;
   Border-bottom: 1px solid green;
}

.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
	list-style-type: none;   
    /* list-style-image: url("images/puce_menu.jpg"); /* On change l'apparence des puces */
    padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
    padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
    margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
    margin-bottom: 0px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
    margin-top:0px;
	color:green;
}

.element_menu li
{
	margin:2px;
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
	text-decoration: none; /* underline ; /*overline; /* Les liens ne seront plus soulignés */
	background-color: #6dff6d;
	text-align: center;
    color: green;
	border: 2px outset green;
	display: block;
	width: 150px;
}

.element_menu a:active  /* Tous les liens se trouvant dans un menu */
{
	text-decoration: none; /* underline ; /*overline; /* Les liens ne seront plus soulignés */
	background-color: green;
	text-align: center;
    color: white;
	border: 2px intset green;
	/* text-decoration: underline overline; /* Les liens ne seront plus soulignés */
}

.element_menu a:hover  /* Tous les liens se trouvant dans un menu */
{
	text-decoration: none; /* underline ; /*overline; /* Les liens ne seront plus soulignés */
	background-color: green;
	text-align: center;
    color: white;
	border: 2px intset green;
}

#menu img
{
	margin-top:1px
}
#corps
{
	margin-left: 215px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-right: 5px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-top: 1px;
	padding: 3px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
	color: #000000;
	/* border: 2px solid black; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
	/* background-color: #e7f0f0; */
	text-align: justify;
	background-image: url("images/partenaire1.gif");
	background-repeat: no-repeat;
	background-position:right top;
}
#corps ul
{
	list-style-image: url("images/puce.png"); /* On change l'apparence des puces */
	padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
	padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
	margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
	margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
	margin-top: 1px;
}
#corps h1
{
	color: green;
	font-size: large;
	font-weight: bolder;
	text-decoration:underline;
	font-variant:small-caps;
	margin-top:1px;
	margin-bottom:12px;
}
#corps h2
{
	color: green;
	font-size: medium;
	font-weight: bolder;
	text-decoration:underline;
	margin-top:4px;
	margin-bottom:0px;
}
#corps h3
{
	color: green;
	font-size: medium;
	font-weight: bolder;
	text-decoration:underline;
	margin-top:2px;
	margin-bottom:0px;
}
#corps h6
{
	margin-top:1px;
	margin-bottom:12px;	
	color:blue;
}
#corps p
{
	margin-top:1px;
	margin-bottom:5px;
}
#corps acronym
{
	text-decoration:underline;
}
#corps a
{
	color:green;
	text-decoration: none;
	border-bottom: 1px dotted green;
	/*color:#323232;*/

}
#corps a:hover
{
	color:green;
	background-color: yellow;
	/*color:#323232;*/
	text-decoration: none;
	border-bottom: 1px solid green;
	border-top: 1px solid green;
}
#corps p.comm
{
	height:60px;
	overflow:auto;
}
#corps input, textarea, radio
{
   font-family: "Times New Roman", Times, serif;
   font-size: small;
}