
/*CSS FIX*/
* { margin:0; padding:0; }
img { border  :0;}



html 
{
	background-color: #76a4d7;/**/
}


body
{
	width : 900px ; /*Largeur*/ 
	margin : auto;  /*automatiquement centré*/
	padding : 0px;
}

#top 
{
	height : 150px; /*hauteur*/
	background: url("banniere.png"); /*image de fond*/
}



#content 
{
	padding-left: 150px;
	padding-top: 0px;
	background: url("middlecontent.png"); /*image de fond*/
	background-repeat : repeat-y;
}


#topcontent 
{
	height : 50px; /*hauteur*/
	padding : 0px;/**/
	background: url("hautcontenu00.png"); /*image de fond*/
}


#bottomcontent 
{
	height : 0px; /*hauteur*/
	padding : 0px;/**/
}



#bottom 
{
	height : 60px; /*hauteur*/
	padding-top : 90px;
	background: url("bascontenu00.png"); /*image de fond*/
	text-align : center;
	background-repeat : no-repeat;
}

.topmenu 
{
	height : 116px; /*hauteur*/
	width : 130px; 
	max-width: 130px;
	background-image: url("finbanniere.png"); /*image de fond*/
	background-repeat : no-repeat;
}

.cadre {
	padding  :10px;
	text-align  :justify;
}



.cadre ul {
	margin-left : 100px;
}


.cadre h1 {
	padding:5px;
}

.cadre h2 {
	padding:5px;
}

.cadre h3 {
	padding:5px;
}

.contact {
	text-align : center;
}

#menu 
{
	width : 130px;
	max-width: 130px;
	float : left;
	padding: 0px;
}	


#lang 
{
	text-align : center;
}	

/*a:visited /* Quand le visiteur a déjà vu la page concernée */
/*{
   text-decoration: underline;
   color : purple;
}*/

ul.menu 
{
	padding: 0px;
	list-style-type : none;
}

img.flag
{
	height: 16px;
}

img.cvlogo
{
	width:10%; float:right;
	padding : 3px;
}
.cadre li 
{
	padding-left : 10px;/**/
	margin-left : 10px;/**/
	list-style: outside ;
}

li.menu_link2
{
	padding-left: 10px;
	height : 45px; /*hauteur*/
	max-height: 45px;
	background: url("boutonmenu02.png"); /*image de fond*/
	background-repeat : no-repeat;
	width : 130px;
	max-width: 130px;
}

li.menu_link
{
	padding-left: 10px;
	/*margin-top: 10px;/**/
	height : 45px; /*hauteur*/
	max-height: 45px;
	background: url("boutonmenu.png"); /*image de fond*/
	background-repeat : no-repeat;
	width : 130px;
	max-width: 130px;
}


