/* --------------------------------------------------------------------------------------------------- */
/* --------------------------------------- FIDESTE by ALEXANCE ---------------------------------------- */
	body{
		margin:0px 0px 30px 0px;
		background-color: #02213B;
		text-align:center;		
	}
/* container ----------------------------------------------------------------------- */
	#container{
		margin:auto;
		width:760px;
		text-align:left;
		color: #fff; font:11px Verdana, Arial, Helvetica, sans-serif;
	}
/* Header ----------------------------------------------------------------------- */
	#header{
		float:left;
		/*background: url("img/header.gif") no-repeat;*/
		width:760px;
		height:110px;		
	}
	
	#headeraccueil{
		float:left;
		background: url("img/header2.gif") no-repeat;
		background-position:center;
		width:760px;
		height:110px;
	}
	
	
	#headerLogo{
		float:left;
		width:100px;
		height:110px;
		cursor:pointer;
		text-align:center;
	}
	
	#headeranim{
		float:left;
		width:250px;
		height:110px;
		cursor:pointer;
		text-align:center;
	}
	
	#headerLogodroite{
		float:right;
		width:510px;
		height:110px;
		cursor:pointer;
		text-align:center;
	}
	
/* Contenu ---------------------------------------------------------------------- */
	/* SideBar----------------------------------------------------------------------- */
		#sidebar {
			float:left;
			width:150px;
		}
		#sidebar a{color:#fff; text-decoration:none;}
		#sidebar a:hover{color:#6596C1; text-decoration:none;}
	
	/* Contenu ---------------------------------------------------------------------- */
		#contenu{
			float:left;
			width:610px;
			text-align:justify;
		}
		#contenu p{
			padding-left:40px;
			margin-right:20px;		
		}	
		#contenu2{
			float:left;
			width:600px;
			height:600px;
			text-align:justify;
		}
		#contenu2 p{
			padding-left:40px;
			margin-right:20px;		
		}
		
		#contenu3{
			float:left;
			width:600px;
			text-align:justify;
		}
		#contenu3 p{
			padding-left:40px;
			margin-right:20px;		
		}
		
		#bil a:link {color: #FEBD52 ; font-weight: bold ; text-decoration: none ; }

		#bil a:visited {color: #FEBD52 ; font-weight: bold ; text-decoration: none ;}

		#bil a:hover {color: #FEBD52 ; font-weight: bold ; text-decoration: none ; }

/* Footer ----------------------------------------------------------------------- */
	#footer{
		clear:both;
		border-top: 1px solid #2D465C;
		width:760px;
		padding-top:3px;	
		text-align:center;	
		font-size:10px;
		color: #7E91A2;
	}
	#footer a{color: #7E91A2; font-size:10px; text-decoration: none;}
	#footer a:hover {color: #A1B0BE;}

/* ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------- STYLES / CLASS ---------------------------------------------- */
/* ---- LISTE ---- */
	ul{
		margin-top: 0px;
		margin-left: 40px;
		padding: 0 6px;
	}
	li{
		list-style:decimal;
		list-style-position: outside;
		padding:2px 0px 4px 0px;
		margin-right: 50px;
	}
	.int{
		list-style:square;
		list-style-position: outside;
		padding:2px 0px 2px 0px;
		margin: 0px;
	}
	
	.t{
		font-size:12px;
		font-weight:bold;}
	
	.t1  {color: #EE8100; font-size:12px; font-weight:bold;}
	.t1  a{color: #EE8100; font-size:12px; font-weight:bold; text-decoration:none;}
	.t1  a:hover{color: #EE8100; text-decoration: underline;}
	
	.t2  {color: #FEBD52; font-size:11px; font-weight:bold;}
	.t2  a{color: #FEBD52; font-size:11px; font-weight:bold; text-decoration:none;}
	.t2  a:hover{color: #FEBD52; text-decoration: underline;}
	
	.t3  {color: #EE8100; font-size:11px; font-weight:bold;}
	.t3  a{color: #EE8100; font-size:11px; font-weight:bold; text-decoration:none;}
	.t3  a:hover{color: #EE8100; text-decoration: underline;}
	
	.t4  {color: #92B5D3; font-size:11px; }
	.t4  a{color: #92B5D3; font-size:11px; text-decoration:none;}
	.t4  a:hover{color: #92B5D3; text-decoration: underline;}
	
	.t5 { font-weight: bold ; color: red ; }
	.t5	 a{color :red ; }
	.t5	 a:hover{ color: red ; text-decoration: none ; }

	
	.global{border: 1px solid #011C33;}
	.dr{border-right: 1px solid #02213B;}
