@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;
	
}
/*----------------------------------------------------------------------*/
#global {
	width:600px;
	height:450px;
	/*background-color:red;*/
	margin:15px auto 15px auto;
	padding-top:5px;
}
#globale1 {
	width:550px;
	height:100px;
	background:black;
	background:url(../Image/bodyArticle1.jpg) center center repeat;
	margin:auto;
	border:solid 1px #000000;
	border-radius:10px 10px 0 0;
	
}
#globale2 {
	width:550px;
	height:338px;
	margin:auto;
	border:solid 1px #000000;
	border-radius:0 0 10px 10px;
	margin-top:5px;
	background:url(../Image/imageArticle.png) no-repeat scroll center center, #999;
	
	
}
#texte1 {
	width:520px;
	height:310px;
	margin:auto;
	color:black;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	text-align:justify;
	overflow:auto;
	padding:10px;
}
h3 {
	text-align:center;
	color:white;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	
	
}
#texte1>p:first-letter {
	font-size:28px;
	
}





