@charset "utf-8";
/* CSS Document */
body { background-color: #FF9933; color:#993300;}
#gauche {float:left;
width:40%;
margin:1em 0;
height:700px;
overflow:auto;
	}
.gauche {float:left;
width:40%;
margin:1em 0;
height:600px;
overflow:auto;
	}
#droite {float:right;
width:60%;
height:700px;
overflow: auto;
}
.droite {float:right;
width:60%;
height:600px;
overflow: auto;
}

	
.container {
margin:auto;
}
#container {
	background-color: #caae86;
	margin:auto;
	width:1280px;
    }

#foot {
	background-color: #CC9966;
	clear: both;
	width:1280px;
}
a {color: #990000; font-weight:bold; }
a:link {
		text-decoration: none; 
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none; color:#FFFFFF;
}
a:active {
	text-decoration: none;
	
}
p {color:#990000; margin-left:5px; }
.p { font-weight:bold;}
td {color: #990000; }
h2 {
font-family:"Brush Script Std", "Monotype Corsiva", "Times New Roman", Times, serif,;
}
#navbar {background-color: #CC9966;}
h3 { color:000000; }
li {color:#990000; }
#p {color: #000000; margin-left:5px; }


.EVEpolice { /* couleur et style de la police dans le div*/
color:#993300;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
}
.EVEtourimg { /* couleur du tour de la photo dans le div*/
border-color:#993300;
}
.EVEcoulseparation { /*couleur du trait de séparation du titre et du libellé dans le div*/
background-color:#993300 ;
}

.EVEdiv { /*couleur de fond du div et style du contour (couleur et type)*/
background-color:#FF9933;
border: 3px double #993300;
}

.EVEinput {
background-color: transparent;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#993300;
text-decoration:none; 
border-style:none;
padding: 0;
margin: 0; 
}
