*
{
	margin: 0;
	padding: 0;
	border: 0;
}

a
{
	text-decoration: none;
}

body
{
	background: black;
	color: #777;
	font-family: "Gill Sans MT", "Gill", Verdana, sans-serif;
	font-size: 12px;
}

p
{
	margin-bottom: 10px;
}

h3
{
	font-size: 16px;
	margin: 30px 0 10px 0;
	color: #FF7800;
}
#logo
{
	text-align: center;
	width: 100%;
	margin-top: 6%;
}
#top
{
	width: 100%;
	height: 151px;
	position: relative;
}

#top_content
{
	top: 130px;
	left: 10px;
	width: 1000px;
	margin: -150px auto 0 auto;
}
#page
{
margin: auto;
overflow: hidden;
width: 1000px;
position: relative;
}
#center
{

	width: 1000px;
	overflow: hidden;
	float: left;
}

#center_left
{
	width: 480px;
	padding-right: 20px;
	float: left;
	text-align: justify;
}

#center_left h3, #center_left a, #center_right a:hover, .orange a, .rose a:hover
{
	color: #FF7800;
}

#center_right
{
	width: 480px;
	padding-left: 20px;
	float: left;
	text-align: justify;
}

#center_right h3, #center_right a, #center_left a:hover, .rose a, .orange a:hover
{
	color: #FF0078;
}


#contact
{
margin-bottom:5%;
}
.form-row
{
	margin-top: 15px;
}

.field-label
{
	margin-bottom: 5px;
}

textarea
{
	background: #000;
	color: #777;
	border: 2px solid #FF7800;
	margin-top: 5px;
}

input
{
	background: #000;
	color: #777;
	border: 2px solid #FF7800;
	height: 20px;
}

.bouton
{
	margin-top: 15px;
	background: #000;
	color: #777;
	border: 2px solid #FF0078;
}
#footer
{
	margin-top: 30px;
	margin-bottom: 15px;
	position: relative;
	width: 1000px;
	text-align: center;
	color: #ffffff;
	float: left;
}
#footer li
{
	display: inline;
}
#footer a
{
	color: #FF0078;
}
#footer a:hover
{
	color: #FF7800;
}
.message_mail
{
	color: #FF7800;
}
/*Zone formulaire JavaScript*/

input.disabled 
{
	border: 2px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.validation-failed, textarea.validation-failed 
{
	border: 2px solid #aa0020;
}
input.validation-passed, textarea.validation-passed 
{
	border: 2px solid #419100;
}

.validation-advice 
{
	margin: 5px 0;
	padding: 5px;
	background-color: #aa0020;
	color : #FFF;
}

.custom-advice 
{
	margin: 5px 0;
	padding: 5px;
	background-color: #aa0020;
	color : #FFF;
}

.orange
{
	text-align: center;
}

a
{
	text-decoration: none;
}


