* { 
margin: 0; 
padding: 0;
font-family: sans-serif;
font-size: 14px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

body{
	font-family: veranda, sans-serif;
}

a:link {
	color: #330066;
	text-decoration: underline;
}

a:visited {
	color: #330066;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a:ative {
	color: #330066;
	text-decoration: underline;
}

h1{
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}

h2{
	font-size: 16px;
	font-weight: bold;
}

strong{
  font-weight: bold;
}

.txt_tres_grand_bleu{color: #330066;font-size: 30px;font-weight: bold;}

.txt_rouge{
	color: red;
	font-size: 12px;
}

.txt_green{
	color: green;
}

.txt_blanc{color: white;font-size: 12px;}
.txt_grand_blanc{color: white;font-size: 14px;font-weight: bold;}
.txt_tres_grand_blanc{color: white;font-size: 20px;font-weight: bold;}
.txt_tres_grand_jaune{color: #FFFF66;font-size: 20px;font-weight: bold;}


.txt_indication{
	color: black;
	font-size: 12px;
}

.txt_gras{
	font-weight: bolt;
}

.centrer{
	text-align: center;
}

.menu_bas_onglet{
  display: inline;
}

.menu_haut_onglet{
 
}

li.onglet{
  margin: 0 10px;
  background-repeat:no-repeat;
  text-decoration: none;
  float:left;
  text-align:center;
  width: 105px;
  height: 40px;
}
li.onglet a{display:block;}
/***************************************************************/
#global{
	position: relative;
	/*background: blue;*/
	width: 1000px;
	margin-top: 280px;
}

/***************************************************************/
#tetiere{
	position:absolute;
	top: 0;
	width: 100%;
	height: 200px;
	width: 1000px;
	/*background: green;*/
}

#menu_haut{
  
	position: absolute;
	top: 230px;
	height: 20px;
	width: 1000px;
	/*background: yellow;*/
}

#menu_gauche{
  float: left;
	width: 170px;
	height: 600px;
/*	background: purple;*/
}

  /*#fildariane{
	position: absolute;
	top: 145px;
	left: 170px;
	height: 20px;
	width: 530px;
	background: green;
}*/

#corps{
  background: #e0e0e0;
  padding: 5px;
	float:left;
	width: 500px ;
}

#menu_droit{
  float: right;
	width: 300px;

	margin-left: 20px;
	clear: right;
}

#menu_bas{
	clear: both;
	background: #C0C0C0;
	width: 1000px;
	height: 30px;
	
}

#menu_bas_blanc{
	clear: both;
	width: 1000px;
	height: 30px;
	
}
