@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------------------------------------------------------*/
/*le code de l'integration de la page a la charte graphique*/
html, body, div {
	margin:0px;
	padding:0px;
	
}
body {
	background-color:#FFF;
	background-image:url("../Image/header1.jpg");
	background-repeat:no-repeat;
	background-position:center top;	
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0px;
}

#wrapper {
	width:702px;
	margin:0 auto 0 auto;
}

#header {
	position:relative;
	height:120px;
}
#header h1 {
	margin:0px;
	padding:13px 0 0 0;
}
#header #nav {
	position:absolute;
	right:20px;
	top:59px;
	margin:0px;
	padding:0px;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-style:normal;	
}
#header #nav .tt1 {
	list-style-type:none;
	display:inline;
	margin:0 0 0 20px;
	padding:0;
	
}
#footer  {
	width:100%;
	height:64px;
	background-image:url("../Image/footer1.jpg");
	background-repeat:no-repeat;
	background-position:center top;	
}
#imgText {
    width:702px;
	margin:0 auto 0 auto;
}
#imgText img {
	margin:0 0 0 279px;
}
#imgText span {
	display:block;
	font-style:normal;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	margin:-36px 0 0 388px;
	
}
/*-----------------------------------------------------------------------------------------------------------*/
.clear {
clear:both;
}

#globale {
	position:relative;
	width:310px;
	height:265px;
	background-color:white;
	margin:30px 0 25px 0;
	padding: 15px;
	float:left;
	/*clear:both;*/
	
}
#globale2 {
	position:relative;
	width:310px;
	height:265px;
	background-color:white;
	margin:30px 0 25px 0;
	padding: 15px;
	float:right;	
}
.header2 {
	width:304px;
	height:90px;
	/*degradé pour ie*/
filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=’#000’, 
EndColorStr=’#2455d0’,  GradientType=0);
/*degradé pour chrome...*/
	background: -webkit-gradient(linear,0%85%, 0% 0%
       , from(#000),to(#2455d0));
	   
	   /*degradé pour mozila...*/
	 background: -moz-linear-gradient(top, #000 0%, #2455d0 50%);
	   
	   
	margin: 0px auto 0 auto;
	border-radius:10px 10px 0 0;/*//Bordure arrondie en haut a droite et en haut a gauche*/
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	color:#FFFFFF;
	font-size:24px;
	text-align:center;
	
}
/*-----------------------------------------------------------------------------------------------------------*/
.header3 {
	width:300px;
	height:160px;
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=’#000’, 
EndColorStr=’#2455d0’,  GradientType=0);
	background: -webkit-gradient(linear,0%85%, 0% 0%
       , from(#000),to(#2455d0));
	   /*degradé pour mozila...*/
	background: -moz-linear-gradient(top, #000 0%, #2455d0 85%);
	margin: 10px auto 0 auto;
	border-radius:0 0 10px 10px;
	padding:2px;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	
}
.carre {
	width:60px;
	height:60px;
	background-color:#CCC;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	margin:4px;
	float:left;
	clear:both;
}
.texte1 {
	margin:2px 4px 0 2px;
	padding:0;
	text-align:justify;
	line-height:24px;
	color:white;
	
}
.lireSuite {
	/*position:relative;
	top:-25px;
	left:100px;*/
	/*width:102px;
	height:29px;
	margin: -25px 0 0 100px;*/
	width:102px;
	height:35px;
	margin: -45px 0 0 105px;
	padding:0;	
}
.lire2 {
	color:#FFF;
	font-size:13px;
	margin:-22px  0 0 28px;
	
}
.numerotation {
	margin:0 auto 0 auto;
	width:50px;
	height:28px;
	
} 
.numerotation a {
	color:#0000FF;
	/*color:rgb(0,0,255);
	color:rgba(0,0,255,1);*/
	font-size:20px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	
} 
.numerotation a:hover {
	color:#0000FF;
	opacity:0.6;
	color:rgba(0,0,255,0.6);
} 
#titreSecondire {
	font-weight:normal;
	font-size:22px;
	text-align:center;
	
}