@import "formulaire.css";

body {
	margin: 0;
	padding: 0;
	background-color : #333333;
	text-align :left;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	color : #CCFF33;
	font-size: 10px;
} 
/* CONTENEUR MESSAGES FORMULAIRE */ 

#messages-formulaire {
	width: 500px;
	height: 160px;
	background :#333333;
	text-align : left;
	top: 180px;
	color: #CCFF33;
	margin-right: 20px;
	position: absolute;
	left: 300px;
	border: solid #FFFFFF 1px;
	font-size: small;
	font-weight: bold;
	padding: 20px;
 }
/* DEBUT CONTENEUR PRINCIPAL */ 

#cont { 
position:absolute; 
left: 50%; 
top: 50%; 
width: 750px; 
margin-top: -200px; 
margin-left: -385px; 
background :#333333 ; 
text-align : left; 
border : 1px solid #FF33FF ;
padding: 20px; }

/* FIN CONTENEUR PRINCIPAL */
/* DEBUT CONTENEUR DROITE */ 

#droite {
	width: 320px;
	height: 360px;
	background :#333333;
	text-align : center;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #CCFF33;
	font-size: 12px;
 }

/* FIN CONTENEUR DROITE */
#map {
	width: 380px;
	height: 320px;
	background :#333333;
	text-align : left;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #666633;
	font-size: 12px;
 }
/* DEBUT CONTENER MENU */

#header {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	margin-top: -235px;
	margin-left: -385px;
	background :#333333;
	text-align : left;}
	
/* FIN CONTENER MENU */ 


/* DEBUT MENU */ 
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #CCFF33;
background-color: #666666;
text-decoration: none;
}

#navlist a:hover
{
color: #4C2E92;
background-color: #E9E8E8;
text-decoration: none;
}
/* FIN MENU */ 

/* TEXTE */ 
.texte {
	color:#FFFFFF;
	font-size:12px;
}
.textemauve {
	color:#FF33FF;
	font-size:12px;
}
.textevert {
	color:#CCFF33;
	font-size: 12px;
}
.textelegal {
	color:#CCCCCC;
	font-size:10px;
}
/* FORMULAIRE */ 
#textarea {
border-color: #CCFF33;
	font-size: 12px;
}
#textinput {
border-color: #CCFF33;
}
#buttoninput {
border-color: #ffc000;
}
input:focus {
	color:#000000;
	background-color: #CCCC99;
}

/* FOOTER */ 

#footer {position : absolute ;  text-align : center ; bottom : 20px ; left : 0 ; width : 100% ; color : #fff; } 
#footer a {color : #CCCC99; text-decoration : none; } 
#footer p {margin : 0 ; padding : 0 } 
#footer a:hover {color : #fff ; text-decoration : underline; }
