body {
background-color: #FFFFFF;
}

a:link, a:visited, a:active { text-decoration: underline; color: #4C5F48 }
a:hover { text-decoration: none; color: #4C5F48 }

#intro {
	color: #4C5F48;
	font-size: 14px;
	font-family: century;
	font-style:italic;
	letter-spacing: 1px;
	border: #dddddd 1px dashed;
	padding: 5px;
	margin: 20px;
}

#form {
	color: #4C5F48;
	font-size: 11px;
	font-family: verdana;
	padding-left: 10px;
	padding-top : 10px;
}

#inscription {
	color: #4C5F48;
	font-size: 11px;
	font-family: verdana;
	background-color: #D0FCCF;
	border: #AFD3A9 1px dashed; 
	padding: 5px;
	margin: 0px 0px 20px 20px;
	width: 290px;
	float: left;
}
#inscription h4
{
	font-size: 12px;
}
#inscription h5
{
	font-size: 12px;
}

a.menu {
	text-decoration: none;
	border: #4C5F48 1px solid;
	color: #4C5F48;
	width: 160px;
	font-family: verdana;
	float: right;
	margin: 0px 20px 20px 10px;
	padding: 5px 40px;
}
a.menu:hover {
	text-decoration: none;
	border-color: #9fbe99;
	color: #9fbe99;
}

.img_menu {
	width: 24px;
	height:24px; 
	border:0;
	vertical-align:middle;
}

#pages {
	color: #000000;
	font-size: 13px;
	font-family: century;
	border: 0px;
	padding: 5px;
	margin: 10px;
}

a.blocs {
	text-decoration: none;
	color: #4C5F48;
	font-size: 11px;
	font-family: verdana;
	background-color: #D0FCCF;
	border: #AFD3A9 1px solid; 
	padding: 5px;
	margin: 0px 10px 20px 20px;
	width: 500px;
	float: left;
}
a.blocs:hover {
	text-decoration: none;
	color: #739f6a;
	background-color: #e9ffe8;
	border-style: dotted;	
}

#forms {
	color: #4C5F48;
	font-size: 11px;
	font-family: verdana;
	background-color: #D0FCCF;
	border: #AFD3A9 1px dotted; 
	padding: 5px;
	margin: 0px 10px 20px 20px;
	width: 500px;
	float: left;
	text-decoration: none;
}

.news {
	color: #4C5F48;
	font-size: 12px;
	font-family: verdana;
	background-color: #f2fff2;
	border: #AFD3A9 1px dotted; 
	padding: 5px;
	margin: 0px 10px 20px 20px;
	width: 500px;
	float: left;
	text-decoration: none;
}

input, select
{
	margin: 5px;
	border: #AFD3A9 1px solid;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: verdana;
	color: #4C5F48;
}

input:hover, select:hover, input:focus, select:focus
{
	border: #64DA50 1px solid;
	background-color: #FFFFFF;
}

input[type="button"]
{
	background-color: #64DA50;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	width: 110px;
}

input[type="button"]:hover
{
	cursor: pointer;
}

input.insc
{
  margin-left: 10px;
	margin-top: 10px;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	width: 110px;
	background-color: #E47171;
	margin : 10px;
}
input.insc:hover
{
	background-color: #e15a5a;
	border : #FFFFFF 1px solid;
}

.show {
	display: block;
}
.hide {
display : none;
}

#infos {
	position: absolute;
	top: 50px;
	font-family:arial, verdana, sans-serif;
	color: #4C5F48;
 	text-align:justify;
	font-size:12px;
	font-weight:normal;
	width:600px;
	background: white;
	padding: 5px;
	border: 2px solid #AFD3A9;
	border-left: 5px solid #64DA50;
	border-top: 4px solid #64DA50;
}

#insc_info {
	position: absolute;
	top: 50px;
	font-family:arial, verdana, sans-serif;
	color: #4C5F48;
 	text-align:justify;
	font-size:12px;
	font-weight:normal;
	width:600px;
	background: white;
	padding: 5px;
	border: 2px solid #AFD3A9;
	border-left: 5px solid #64DA50;
	border-top: 4px solid #64DA50;
}

#cache {
	filter : alpha(opacity=20);
	-moz-opacity : 0.2;
	opacity : 0.2;  
	position: absolute;
	top: 0px;
	left : 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	width : 100%;
	height: 100% !important;
	height: 1000px;
	background: #000000;
}

.marge {
	margin-left: 5em;
}

.centre {
	text-align: center;
}

.bold {
	font-weight:bold;
	text-decoration: none;
}

.italic {
	font-style: italic ;
}

table.erreur {
border:1px solid #AFD3A9;
font-family:"Verdana",sans-serif;
font-size:12px;
color:#4C5F48;
border-collapse: collapse;
width: 600px;
margin-top: 50px;
}

td.erreur_titre {
background-color: #D0FCCF;
padding: 5px;
margin: 0px 10px 20px 20px;
text-align: center;
}

td.erreur_msg {
background-color: #FFFFFF;
font-size:14px;
padding: 10px;
margin: 0px 10px 20px 20px;
}

.error {
font-style: italic;
font-weight: bold;
color: red;
}