* {
	margin: 0;
	padding: 0;
}

body {
background: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
color: #eee;
}

a {
text-decoration: none;
color: #FFE788;
}
a:hover {
text-decoration: none;
color: #eee;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 60px;
line-height: 60px;
}
#header h1 {
color : #fff; 
font-size: 50px;
letter-spacing: -7px;
}

#left {
margin-top: 10px;
/*float: left;*/
width: 160px;
font-size: 13px;
padding: 10px;
background: #2F2C2C;
/*border: 1px solid yellow;*/
}

#left ul {
	list-style-type: square;
	padding: 5px 0 10px 30px;
	color: #FFE788;
}

#left h2 {
font-size: 20px;
font-weight: 100;

padding: 5px 0 5px 0;
}

.toggleSubMenu{
	list-style-type:none;
}

.spanclass {
	font-size: 20px;
	font-weight: 100;
	padding: 5px 0 5px 0;
	color:white;
	text-decoration: none;
}



#right {
margin-top: 10px;
float: right;
width: 580px;
background: #2F2C2C;
text-align: justify;
padding: 10px;
height: 654px;
/*border: 1px solid ;*/
}
#right h2 {
font-weight: 100;
letter-spacing: -2px;
font-size: 28px;
padding: 15px 0 10px 0;
}
#right h2 a {
}
#right h2 a:hover {
color: #fff;
text-decoration: none;
}

#footer {
background: #0D0D0D;
font-size: 11px;
text-align: center;
margin-top: 30px;
padding: 5px 0;
}

/* css pour les citations */
/*blockquote {
    font-family:Georgia,"Times New Roman",Times,serif;
    font-style:italic;
    background:url(images/quote2.png) no-repeat right bottom;
    text-indent:-25px;
    margin-right:50px;
    margin-left:80px;
    color:yellow;
    text-align:justify;
}

blockquote p {
    background:url(images/quote1.png) no-repeat left top;
    padding-right:25px;
    font-size:1.4em;
}
*/

.citation  {
	font-family:Georgia,"Times New Roman",Times,serif;
    font-style:italic;
	text-indent: 25px;
	background: url(images/quote1.png) ;
	background-position: 0 2px;
	background-repeat: no-repeat;
	margin-right:50px;
    margin-left:80px;
    color:yellow;
    text-align:justify;
	
}

.citation  p {
display: inline;
margin: 0;
padding-right: 24px;
background: url(images/quote2.png);
background-position: bottom right;
background-repeat: no-repeat;
}
