body
{
	/*border: 1px solid black;*/
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background-color: #E1ECFF;
	width: 1000px;
}

#banniere
{
	/*border: 1px solid black;*/
	width: 800px;
	text-align: center;
	float:left;
	margin-bottom: 10px;
}

h1 {color: #21459C;}
h2 {color: maroon;}

.navmenu {
	font-family: Arial;
	float:left;
	width:120px;
	padding-right:20px;
	padding-top: 200px;
	margin-right: 10px;
	margin-left: 0px;
	height: 400px;
	background: url(http://ccc09.lri.fr/photos/eiffel.jpg) center 0 no-repeat;
}
.navmenu h3 {
	text-align: center; 
	font-family: "Arial bold"; 
	font-size: 10pt; 
	margin: 1pt 1pt 1pt 1pt; 
	color: maroon;}
.navmenu a {text-decoration: none; color: maroon;}
.navmenu a:hover {text-decoration: none; color: red;}

.navmenu ul {
	margin: 0 0 0 1em; 
	padding: 0; 
	border-width: 0px;}
.navmenu li {
	margin: 0; 
	padding: 0; 
	font-size: 8pt}

#titre
{
	width: 790px;
	padding: 5px;
	font-weight: bold;
	border: #CCC 1px solid;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 10px;
	color: #555555;
	float: left;
}

#created
{
	width: 790px;
	margin-left: 150px;
	padding: 5px;
	border: #CCC 1px solid;
	font-size: 0.8em;
	text-align: center;
	margin-top: 10px;
	color: #555555;
	float: left;
}

#created a
{
	text-decoration: none;
	color: #555555;
	font-weight: bold;
}

#cccForm
{
	width: 600px;
	float: left;
	margin-left: 100px;
	margin-bottom: 5px;
}

#cccForm p
{
	margin: 2px 0;
}

#cccForm fieldset
{
	margin-bottom: 5px;
	border: #CCCCCC 1px solid;
	background-color: #ffffff;
}

#cccForm fieldset:hover
{
	background-color: none;
}

#cccForm fieldset legend
{	
	font-weight: bold;
	padding: 5px 10px;
	border: #CCC 1px solid;
	font-size: 1em;
	color: maroon;
	background-color: #cccccc;
}

#cccForm label
{
	display: block;
	width: 310px;
	float: left;
	padding-right: 5px;
	padding-top: 2px;
	margin-right: 5px;
	text-align: right;
	letter-spacing: 1px;
}

#cccForm .form_label_nostyle
{
	background: none;
	margin-left: 20px;
	_margin-left: 5px;
}

#cccForm input, #cccForm select
{
	margin-left: 5px;
	padding-left: 5px;
	width: 225px;
	border: #CCCCCC 1px solid;
}

#cccForm select
{
	width: 232px;
	padding-left: 0px;
}

#cccForm .uare
{
	padding-top: 10px;
	height: 43px;
	_margin-bottom: 6px;
}

#button input
{
	width: 100px;
	margin-left: 65px;
}

#radio
{
	border: #CCCCCC 1px solid;
	width: 220px;
	margin-left: 325px;
	_margin-left: 325px;
	margin-bottom: 2px;
	_margin-bottom: 0px;
	background-color: white;
	padding: 5px;
}

#radio input
{
	width: 20px;
	border: none;
}

#cccForm input:hover, #cccForm select:hover, #cccForm input:focus, #cccForm select:focus, #radio:hover
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}

#cccForm input[type="submit"]
{
	border: #DDEEFF 1px solid;
	width: 100px;
}

#cccForm input[type="submit"]:hover
{
	background-color: #d3ffb3;
	cursor: pointer;
}

#cccForm input[type="reset"]
{
	border: #DDEEFF 1px solid;
	width: 100px;
}

#cccForm input[type="reset"]:hover
{
	background-color: #fdb2b2;
	cursor: pointer;
}

.valid
{
  background-color: #d3ffb3;
}
.invalid
{
  background-color: #fdb2b2;
}
