body {
    width:100%;
	margin:0px auto;
	font-size:12pt;
	font-family:Verdana,"Helvetica Neue", Helvetica, "Lucida Grande", Arial, Verdana, sans-serif; 
	color:black; 
	background: url("../images/fond.jpg");
}

#cadre_general {
	margin:5px 0;
	width:1110px;
    position:absolute;
    left:50%;
    margin-left:-555px;
}

/***********************************************
*               TETE DE PAGE                   *
************************************************/
#banniere {
	width:1110px;
	height:204px;
	margin-bottom:5px;
	background:url("../images/banniere.jpg") no-repeat;
}

#scroll { 
	border:0px solid #CCCCCC;
	margin-bottom:15px;
	line-height:normal;
	position:relative; 
	width:1110px; 
	height:198px; 
	overflow:hidden;
}


/************************************************
*                    MENU                       *
*************************************************/
#menu {
	padding:5px;
	margin-bottom:10px;
	text-align: justify;
	width: 235px;
	float:left;
	overflow:hidden;
	border: 2px solid #808080;	
}
	
#menu ul{ 
    padding-left:20px;
    margin-left:0; 
	list-style-type:square;
	text-align:left;
	font-size:17px;
	font-weight:bold;
}

#menu .menu_section {
    margin-top:20px;
}

#menu .menu_section ul{
    list-style-type:disc;
}


/************************************************
*                   CORPS                       *
*************************************************/
#corps {
    border: 2px solid #808080;
    padding:10px 5px;
    margin-bottom:10px;
    width:830px; /* 1110 - 240(menu) plus un peu de marge entre les blocs */
    float:right;    
	font-size: large;
}

#interieur_main {
	padding-left: 10px;
	text-align: justify;      
	overflow:hidden;
	line-height: 200% ;
}

#interieur_main p{
	text-indent: 20px;
}

#interieur_main ul {
	list-style-type:square;
}


/************************************************
*                PIED DE PAGE                   *
*************************************************/
#pied_page {
	clear:both; /* place le bloc en dessous des autres */
}

#partenaires {
	padding:5px;
	margin:0 auto;
	vertical-align:middle;
	width: 850px;
	border: 2px solid #808080;
}

#copyright {
    text-align:center;
}
	
/************************************************
*               MISE EN FORME                   *
*************************************************/
.petite_taille_texte {
   	font-size: xx-small;
}

a
{
   text-decoration: none ;
   color:#0080ff
}

a:hover{
    text-decoration: none;
    color:#33FF00;
}

#cvtheque
{
   text-decoration: none ;
   color:#0080ff
}

#cvtheque:hover{
    text-decoration: none;
    color:#33FF00;
    cursor:pointer;
}


img {
    border-style: none;
}

.center {
    text-align:center;
}
