@charset "utf-8";
/* CSS Document */

/* for URL */
a:link       { color: #0000FF; text-decoration: none }
a:visited    { color: #0000FF; text-decoration: none }
a:active     { color: #000000; text-decoration: none }
/*a:hover      { color: #FFFFFF; background-color: #0099FF; text-decoration: none }*/

/* le corps */
body         {
	BACKGROUND-COLOR: #ffffff;
	COLOR: black;
	FONT-FAMILY: Arial, Verdana, Helvetica;
	background-image: url(../img/bkg_abstract2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:right top; 
}

/* Boite transparente */
div.transbox
  {
	width:95%;
	/*width:650px;*/
	/*height:600px;*/
/*	margin:auto;*/
	margin-left: 5px;
/*	margin-right: 10px;*/
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top:20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	background-color:#ffffff;
	filter:alpha(opacity=80);
	opacity:0.8;
	border-radius:20px;
	border:20px
	/* pas réussi a faire marcher le border-image */
	/*-moz-border-image: url(cadre_v0.4.png) 16 16 16 16 repeat;
	-webkit-border-image: url(cadre_v0.4.png) 16 16 16 16 repeat;
	border-image: url(cadre_v0.4.png) 16 16 16 16 repeat;*/
  }
div.transbox p
  {
	/*margin:40px 40px;*/
/*	padding-top: 30px;
	padding-bottom: 30px;*/
  /*font-weight:bold;*/
	color:#000000;
	font-size: 12px;
	text-align: justify;
  }
  
div.transbox ul
  {
	/*margin:40px 40px;*/
	/*margin-top: 30px;
	margin-bottom: 30px;*/
	/*font-weight:bold;*/
	color:#000000;
	font-size: 12px;
  }
  
div.transbox h1
  {
	/*margin:40px 40px;*/
/*	margin-top: 10px;
	margin-bottom: 10px;*/
	/*font-weight:bold;*/
	color:#0099FF;
	text-align: center;
	/*	font-size: 12px;*/
  }

div.transbox h2
  {
	/*margin:40px 40px;*/
/*	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;*/
	font-weight:bold;
	font-size: 12px;
	color:#000000;
	text-align: left;
  }

div.tcenter
  {
	text-align: center;
  }

div.tcenter p
  {
	text-align: center;
  }

 /* Le menu */
div.menu
{
/*   float: left;
   width: 120px;*/
 	min-width: 120px;
	max-width: 240ps;
	text-align: center;
	margin: auto;
}

div.element_menu
{
/*   background-color: #0099FF;*/
/*   background-image: url("images/motif.png");
   background-repeat: repeat-x;*/
	max-width: 240px;
	min-width: 120px;
	line-height: 1;
	border: 2px solid #0099FF;
	/*margin-bottom: 20px;*/
	padding: 0px;
	margin: 5px 5px 5px 5px;
	margin: auto;
}


/* Quelques effets sur les menus */
div.element_menu h3 /* Tous les titres de menus */
{    
	background-color: #0099FF;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

div.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   /*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: 5px; /* 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 */
   text-align:left;
}

div.element_menu li /* Toutes les listes à puces se trouvant dans un menu */
{
   /*list-style-image: url("images/puce.png"); /* On change l'apparence des puces */

   padding: 2px; /* 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: 5px; /* 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 */
   text-align:left;
}

div.element_menu a:hover       
{ 
	background-color: #0099FF;
	color: #FFFFFF; 
	text-decoration: none 
}
