body 
{
	background-COLOR : silver;
  background-image : url('images/FOND.jpg');
}
#global
{
	position: absolute;
	width:100%; 
	height:auto;
	margin-top:0%;
	top:0%;
	left:0%;
	margin-top:0%;
	margin-left:0%;
	background-image : url('images/FOND.jpg');
}
#en_tete 
{
	width : 100%;
	height : 100px;

 	background-image : url('images/bandeau.gif');
	background-repeat:no-repeat;
}

.element_bandeau 
{
	width : 100%;
	height : 100%;
	background-repeat : no-repeat;
	
}
table 
{
	width :100%;
	border-collapse : collapse;
}
th 
{
	border : 1px solid black;
	background-color : white;
	text-align : left;
	font-family : "verdana";
	font-size : 11px;
}
td 
{
	width: 15%;
	border : 1px solid black;
	background-color : white;
	text-align : center;
	font-family : "verdana";
	font-size : 11px;
}
a 
{
	color : blue;
	font-family : "verdana";
}
a:hover 
{
	color : black;
}
b 
{
	color : silver;
	text-align : right;
	font-family : "verdana";
	font-size : 10px;
}
#menu_gauche
{
	float : left;
	width :200px;
	height:auto;
	text-align : left;
  }
.elements 
{
	width : 100%;
  height : 100%;
	background-image : url('images/menu.gif');
	background-repeat : no-repeat;
  margin-top : 20px;
	padding-top: 8%;

}
.elements h3 
{
	color : white;
	font-family : "verdana";
  text-align : center;
	font-size : 12px;
}
.elements ul 
{
	list-style-image : url('images/picto.gif');
	margin-bottom : 1%;
	text-align : left;
}
.elements a 
{
	color : RGB(226,6,6);
	text-align : left;
	padding-left : /*5px*/ 1%;
	font-family :"verdana";
	font-size : 12px;
}
.elements a:hover 
{
	color : black;
}

#corps
{
	float : right;
  width : 78%;
	height : 100%;
	margin-top : 20px;
	margin-bottom : 5px;
	padding-right : 1%;
}
#corps h1
{
	font-family : "verdana";
	font-size : 30px;
	text-align : center;
	margin-bottom : 15px;
	color : white;
}
#corps h2 
{
	font-family : "verdana";
	font-size : 13px;
	text-align : justify;
	margin-bottom : 15px;
	color : RGB(226,6,6);
}
#corps h3 
{
	font-family : "verdana";
	font-size : 13px;
	text-align : center;
	margin-bottom : 14px;
	color : RGB(226,6,6);
}
#corps p 
{
	font-family : "verdana";
	font-size : 12px;
	text-align : justify;
	color : black;
}
#corps table
{
	width :400px;
	border : 0px;
	border-collapse : separate;
	margin-left: 40px;
}
#corps th 
{
	width : 250px;
	background-color : transparent;
	text-align : left;
	font-family : "verdana";
	font-size : 12px;
	border : 0px;
}
#corps td 
{
	width : 250px;
	background-color : transparent;
	text-align : left;
	font-family : "verdana";
	font-size : 12px;
	border : 0px;
}
#corps li 
{
	list-style-image : url('images/picto.gif');
	font-family : "verdana";
	font-size : 12px;
	text-align : justify;
	margin-bottom : 0px;
	color : black;
}	
#corps a 
{
	font-family : "verdana";
	font-size : 13px;
	text-align : right;
	color : RGB(226,6,6);
}
#corps a:hover 
{
	color : black;
}
.programme	
{
	background-color :white;
	background-image: url('images/Glacier Bkgrd.jpg')
}
#pied_de_page
{
	width : 100%;
  height : 40px;
  float : right;
background-image : url('images/PIED.jpg');
}
#pied_de_page p
{
	text-align : center;
	font-weight:bold; 
	margin-top : 10px;
	font-size : 13px;
	font-family : "verdana";
}