@CHARSET "ISO-8859-1";
html *
{
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
}


body
{
	background-color: black;
}

.italique
{
	font-style: italic;
}

#header
{
	height: 592px;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: center;	
}

#espacepro
{
	height: 592px;
	background-image: url(/images/background_espacepro.jpg);
	background-repeat: no-repeat;
	background-position: center;	
}

#global
{
	margin: auto;
	padding: 428px 0 0;
	width: 904px;
}

.decouvrez
{	
	font-size: 12px;
	font-weight: normal;
	height: 162px;
	margin-left: 80px;
}

.decouvrez form
{
	margin-top: 20px;
}

.decouvrez input
{
	width: 258px;
}

#bouton-envoyer
{
	background-color: #ca6611;
	color: white;
	width: 79px;
	margin-left: 183px;
	margin-top: 8px;
	font-weight: bold;
	border: none;
}

#email
{
	color: red; 
	font-weight: bold;
}

#footer
{
	color:white;
	font-size:11px;
	margin-left:34px;
	margin-top:10px;
}

#copyright
{
	color:grey;
	display:block;
	font-size:11px;
	margin-top:10px;
}

fieldset#cadre{
	border:0px;
    margin:0px;
    padding:0px;
}
