@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Century Gothic, Arial;
	font-size: 13px;
	color: #333333;
	background: #CCCCCC;
scrollbar-face-color:#333333;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#333333;
	scrollbar-darkshadow-color:#333333;
	scrollbar-track-color:#DDDDDD;
	scrollbar-arrow-color:#FFFFFF;
}

/*---------- Contenu ----------*/

h1 {
	font-size: 49px;
	font-weight: normal;
	color: #333333;
	margin: 15px 0;
	padding: 0;
	text-align: right;
}

h1:first-letter {
	font-size: 64px;
	color: #666666;
}

h1 .maj-h1 {
	font-size: 64px;
	color: #666666;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: right;
}

h2:first-letter {
	font-size: 30px;
	color: #666666;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: right;
}

h3:first-letter {
	font-size: 24px;
	color: #666666;
}

a:link {
	color: #333333;
	text-decoration: none;
}

.maj-lien {
	color: #666666;
	font-size: 16px;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:visited:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a:active:hover {
	color: #FF0000;
	text-decoration: none;
}

p {
	text-align: justify;
}

.clear {
	clear: both;
}

.droite {
	text-align: right;
}

/*---------- Page Intro ----------*/

#contenu {
}

#intro {
	margin: auto;
	width: 700px;
}

#intro p {
	text-align: right;
}
