*{
	padding:0;
	margin:0;
}

body{
	
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

a {
	text-decoration:none;
}
/************ header ****************/


#container_header{
	background-color:#333333;
	
	width:100%;
	height:110px;
	
	clear:both;
  }
  

#header{	
	width:650px;
	height:110px;
	
	
	
	color:#FFF;
	
	
  }

#header #menu{
	display:none;
  }
  
#header #menu_top_header{
	display:none;
}

/**************************************** HOME ***********************************/

#home{
	width:650px;
	
	
	clear:both;
	
	margin-bottom:0px;
	padding-bottom:0px;
	
	background-color:#FFF;
	
	
	position:relative;
	z-index:10;
}

#home #line{
	
	clear:both;
	display:block;
	width:650px;
}


#home #rss{
	margin-top:20px;
	width:650px;

}

#home #bloc_left{
	background-image:url(../images/back_bloc_left.jpg);
	background-repeat:repeat-y;
	
	width:255px;
	
	margin-top:20px;}

#home  .content_bloc_home{
	padding: 0px 7px;
}

#home  .content_bloc_home img{
	margin-right:10px;
}

#home .content_bloc_home .titre_bloc_home{
	font-size:15px;
	font-weight:bold;
	
	display:block;
	margin-top:2px;
}

#home .content_bloc_home .texte_bloc_home{
	margin-top:5px;
}

 .lien_rouge{
	font-weight:bold;
	color:#CC0000;
}


#home #bloc_right{
	background-image:url(../images/back_bloc_right.jpg);
	background-repeat:repeat-y;
	
	width:540px;
	
	margin-top:20px;
}



#swf_home img{
	width:600px;
	margin-left:25px;
}



/**************************************** PAGE ***********************************/

#container{
	width:100%;
	min-height:195px;
	
	
	margin-bottom:0px;
	padding-bottom:0px;
	
	
	clear:left;
}


#template #content_template1{
	width:550px;
	
	background-color:#FFF;
	float:left;
	
}
#template #left_menu{
	width:110px;
	
	padding-left:5px;
	padding-top:10px;
	
	background-color:#FFF;
	float:left;
	
}


#template #left_menu #title_page{
	font-size:18px;
	font-weight:bold;
	color:#CC0000;
	
	display:block;
	margin-bottom:15px;
	cursor:pointer;
}

#template #left_menu .puce{
	float:left;
	
	margin-top:2px;
	margin-right:5px;
	display:block;
}

#template #left_menu .filet{
	margin-top:5px;
	margin-bottom:5px;
	clear:both;
	display:block;
	width:100px;
}

#template #content_right{
	width:550px;
	float:left
	}
#template #content_right #bloc_0{
	width:550px;
}

#template #content_right .bloc_content{
	width:380px;
	margin-top:20px;
	margin-right:20px;
	
	float:left;
}


#template #content_right .bloc_content .titre_niveau_1{
	font-size:19px;
	font-weight:bold;
	
	display:block;
}

#template #content_right .bloc_content .titre_niveau_2{
	font-size:13px;
	color:#B0C500;
	font-weight:bold;
	
	display:block;
	margin-top:10px;
	
}

#template #content_right .bloc_content .titre_niveau_3{
	font-size:13px;
	font-weight:bold;
	
	display:block;
	margin-bottom:5px;
	margin-top:10px;
}

#template #content_right .bloc_content p{
	margin:5px 0px;
}


#template #content_right .content{
	float:left;
	
	width:550px;
}

#template #content_right .modules{
	float:left;
	
	
	width:150px;
}

#template #content_right .modules .module_content{
	margin-top:20px;
	background-color:#F0F4F5;
	border:1px solid #E5E5E5;
	
	padding:10px;
}

#template #content_right .modules .module_content .titre_module{
	font-weight:bold;
	font-size:13px;
	
	display:block;
	margin-bottom:8px;
}

#template #content_right .modules .module_content p{
	margin-bottom:8px;
	}
	


/******************************** PARTNER ******************************/

#template #content_right .bloc_content .content_partner{
	float:left;
	width:260px; 
	margin-left:15px;
}

#template #content_right .bloc_content .container_image{
	float:left;
	width:100px;
	margin-top:10px;
}


#template #content_right .bloc_content  img{
	width:100px;
}
	
/********************* CONTACT *****************************************/

#form_contact{
	margin-left:-5px;
}


#form_contact td{
	padding-top:10px;
	padding-left:5px;
}

/********************* ALL *****************************************/

#back{
	display:none;
}
	
#red_line{
	display:none;
}

#shadow_left{
	display:none;
}
#shadow_right{
	display:none;
}

 .lien_rouge{
	font-weight:bold;
	color:#CC0000;
}

	
/************************************ FOOTER **************************************/

#footer{
	display:none;
}



