@charset "utf-8";
/* CSS Document */
/*
Date Le 31/07/2013 à 07:43
auteur:Rachid El Alaoui
Projet:Teste Template.
*/

html, body, div {
	margin:0px;
	padding:0px;
	
}

body {
	background-color:#FFF;
	background-image:url("../Image/fondBody.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;
	
}
#accroche h2 {
	margin:41px 0 0 0;
	padding:0px;
	color:#FFF;
	font-size:42px;
	text-align:center;
}
#accroche p {
	margin:0 0 0 0;
	color:#FFF;
	text-align:right;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;	
}
#accroche #table {
	
	margin:96px 0 0 279px;
	
}
.font{
	color:#0F0;
	font-family:'RageItalicRegular', sans-serif;
}
@font-face {
    font-family: 'RageItalicRegular';
    src: url('font/rage.eot');
    src: url('font/rage.eot') format('embedded-opentype'),
         url('font/rage.woff') format('woff'),
         url('font/rage.ttf') format('truetype'),
         url('font/rage.svg#RageItalicRegular') format('svg');
}
blockquote p {
	width:420px;/*702-145-145; on a fait 100px au lieu de 145px*/
	padding:60px 145px 0 100px;
	margin:0px;
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}
#citation2  {
	width:100px;
	height:24px;
	position:relative;
	top:-15px;
	left:630px;
	margin:0;
	padding:0;
}
#citation2  a {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	text-align:right;
	font-style:normal;
}
#ImageDroite {
	float:left;
}
#ImageGauche {
	float:right;
}
.clear {
	clear:both;
}

#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;
	
}
.menu2{
	text-align:center;
	width:100px;
	display:inline;
	position:absolute;
	top:0px;
	left:208px;
	
	
}
/********************************************
          Ici la deuxieme il
**********************************************/
.menu22{
	color:#FFF;
	font-size:18px;
	text-decoration:none;
	width:100%;
	text-align:center;	
}
/********Non afficher le ul*****************
*********************************************/
.nonaffiche ul{
	display:none;
	width:100%;	
}
/******afficher le ul***********************
******************************************/
.nonaffiche:hover .ra{
	display:block;
	width:100%;	
}
/****Style de tous les il de la plage*******
******************************************/
.ra{
	list-style-type:none;
	list-style-position:inside;
	padding:0;
	margin:0;
	background-color:#27214f;
	color:#FFF;
	margin-top:5px;
	z-index:10;
	border-color:#FFF;
	border-style:solid;
	border-width:1px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	
	
}
/******couleur rouge sur les il survoléé*******
********************************************/
.tt:hover{
	background-color:#1f4ec7;	
	z-index:1;	
	-moz-border-radius:10px 10px 0 0;
	-o-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-ms-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
.tt2:hover{
	background-color:#1f4ec7;	
}
.tt3:hover{
	background-color:#1f4ec7;	
	-moz-border-radius:0 0 10px 10px;
	-o-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-ms-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}
