body
{
	background-color: black;
}

.lettrine:first-letter
{
	float: left;
	font-family: Impact;
	font-size: 3em; /*Taille de 3 lignes*/
	font-weight: bold;
	margin-right: 5px;
	color: black;
}

.menu
{
	position:absolute;
	top: 180px;
	left: -35px;
	text-align: center;
	
}

.flag
{
	position:absolute;
	top: 20px;
	left: 650px;
	display:block;
}

.boutton
{
	
	color: white;
	font: bold medium "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #000 2px 2px 2px;
	text-align: center;
	padding: 5px;
	background: transparent url(../images/textures/bouton_off.gif) no-repeat;
}

#navcontainer a:hover {
	color: lime;
	text-shadow: 0px -1px 3px #2b6568;
	background: url(../images/textures/bouton_on.gif) no-repeat;
}

#navcontainer a {
	height: 39px;
	width: 210px;
	display: block;
	color: white;
	text-decoration: none;
	background: url(../images/textures/bouton_off.gif) no-repeat left top;
	padding-top: 26px;
	padding-left: 11px;
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.formulaire
{
	left: 250px;
	top: 290px;
	display: block;
	position: absolute;
	border: 1px groove #9f9f9f;
	padding: 20px;
	background-color: transparent;
	font-weight: bold;
}

.partenaire
{
	left: 252px;
	top: 289px;
	display: block;
	position: absolute;
}

.newbou
{
	position:absolute;
	top: 605px;
	left: 150px;
	text-align: center;
}

.new
{
	position:absolute;
	top: 985px;
	left: 310px;
	text-align: center;
	height: 39px;
	width: 160px;
	display: block;
	background: url(../images/gif_anime/crbst_nouveau31.gif) no-repeat;
}

.news
{
	position:absolute;
	top: 360px;
	left: 320px;
	height: 400px;
	width: 400px;
}

.presentation1 /* Presentation du texte d'un article model 1 */
{
	position:absolute;
	top: 360px;
	left: 320px;
	height: 200px;
	width: 220px;
}

.presentation2 /* Presentation du texte d'un article model 2 */
{
	position:absolute;
	top: 360px;
	left: 450px;
	height: 200px;
	width: 220px;
}

.presentation3 /* Presentation du texte d'un article model 3 */
{
	position:absolute;
	top: 410px;
	left: 320px;
	height: 200px;
	width: 400px;
}

.signature /*Signature d'un article */
{
	font-weight: bold;
	font:italic;
	color: #0099FF;
}

.photo1 /* Presentation photo model 1 */
{
	position:absolute;
	top: 380px;
	left: 580px;
}

.photo2 /* Presentation photo model 2 */
{
	position:absolute;
	top: 380px;
	left: 320px;
}

.photo3 /* Presentation photo model 3 */
{
	position:absolute;
	top: 360px;
	left: 320px;
}

.text1p1
{
	position:absolute;
	top: 320px;
	left: 225px;
	height: 200px;
	width: 485px;
	display: block;
	text-align: justify;
}

.text2p1
{
	position:absolute;
	top: 660px;
	left: 225px;
	height: 200px;
	width: 485px;
	display: block;
	text-align: justify;
}

.text3p1
{
	position:absolute;
	top: 1100px;
	left: 225px;
	height: 200px;
	width: 485px;
	display: block;
	text-align: justify;
}

.text1p2
{
	position:absolute;
	top: 274px;
	left: 237px;
	height: 80px;
	width: 475px;
	display: block;
	text-align: justify;
	
	padding-right: 5px;
	padding-left: 5px;
}

.text2p2
{
	position:absolute;
	top: 350px;
	left: 496px;
	height: 170px;
	width: 224px;
	
	display: block;
	text-align: justify;
}

.text3p2
{
	position:absolute;
	top: 730px;
	left: 228px;
	height: 72px;
	width: 483px;
	
	display: block;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}

.text1p5
{
	position:absolute;
	top: 300px;
	left: 225px;
	height: 250px;
	width: 500px;
	display: block;
	text-align: justify;
	overflow: auto;
	padding: 5px;
}

.text2p5
{
	position:absolute;
	top: 600px;
	left: 225px;
	height: 250px;
	width: 500px;
	display: block;
	text-align: justify;
	overflow: auto;
	padding: 5px;
}

.text3p5
{
	position:absolute;
	top: 900px;
	left: 225px;
	height: 250px;
	width: 500px;
	display: block;
	text-align: justify;
	overflow: auto;
	padding: 5px;
}

.media
{
	position:absolute;
	top: 300px;
	left: 225px;
}

li
{
	list-style-type: none;
}

/*p
{
	/*width: 50%;*/
	color: black;
	font-family: Arial;
	font-size: small;
	text-align: justify;
	/*text-indent: 30px;*/
	/* background-color: grey; */
}*/

h1
{
	color: black;
	text-align: center;
	text-transform: uppercase;
}

h2
{
	color: #3b3b3b;
	text-align: center;
	text-transform: uppercase;
	font: medium "Lucida Grande", Lucida, Verdana, sans-serif;
}
h3
{
	color: red;
	text-align: center;
}

h4
{
	color: black;
	text-align: center;
	font-family: Arial;
}

a
{
	text-decoration: none;
	color: white;
	font-variant: small-caps;
	/* background-color: #FF8400; */
	font-size: large;
	background-color: black;
}

a:hover
{
	text-decoration: none;
	color: red;
	font-size: large;
	background-color: black;
}

a:active
{
	background-color: grey;
	font-size: large;
	background-color: black;
}


fieldset
{
	background-color: #FEFD94;
}

legend
{
	border: 1px solid black;
	background-color: yellow;
}
