@charset "utf-8";
/* CSS Document */

html, body
{
	margin:auto;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

body.popup
{
	background-color:#ff;
}

body.normal
{
	background-color:#E5E5E5;
}


#wrap
{
	min-height:100%;
	position:relative;
	margin:auto;
	width:1015px;
}

#header
{
	height:157px;
	width:1015px;
	background-image: url("images/header.jpg");
	background-repeat:no-repeat;
}

#contenu
{
	width:1015px;
	background-image:url(images/centre.jpg);
	background-repeat:no-repeat;
	background-color:#f7fcef;
	min-height:400px;
	text-align:center;
}

#footer
{
	height:49px;
	width:1015px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-weight:bold;
	text-align:center;
	padding-top:7px;
}

#footer a:link, #footer a:active, #footer a:visited
{
	color:white;
	font-weight:bold;
	text-decoration:none;
}

#menu a:link, #menu a:active, #menu a:visited
{
	font-size:14px;
}

a:link, a:active, a:visited
{
	color:#009900;
	font-weight:bold;
	text-decoration:none;
}

a.selected:link, a.selected:active, a.selected:visited
{
	color:#000;
}

h3 {
	color:#608E0E;
	border-bottom:1px solid #608E0E;
	font-size:16px;
	text-align:left;
	margin:10px;
}


/* FOrmulaire normal */
form.normal, form.large_form
{
	width:650px;
	margin:auto;
	text-align:left;
}

form.large_form {
    width: 870px;
}

form.normal label, form.large_form label
{
	width:196px;
	background-color:#CCCCCC;
	height:25px;
	line-height:25px;
	display:block;
	margin:0 0 2px 0;
	padding-left:4px;
	float:left;

}

form.large_form label {
    width:140px;
}

form.normal > fieldset > span
{
	display:block;
	width:427px;
	background-color:#F0F0F0;
	height:25px;
	padding-left:4px;
	margin:0 0 2px 0;
	float:right;
	clear:right;

}


form.large_form > fieldset > span
{
	display:block;
	width:700px;
	background-color:#F0F0F0;
	height:25px;
	padding-left:4px;
	margin:0 0 2px 0;
	float:right;
	clear:right;

}

form.large_form span.textarea
{
	height:350px;
                display:block;
}



form.normal h3, form.large_form h3 {
	color:#608E0E;
	border-bottom:1px solid #608E0E;
	font-size:16px;
}

form.normal legend, form.large_form legend
{
	display:none;
}

form.normal fieldset, form.large_form fieldset
{
	border:none;
}

.div_submit
{
	clear:both;
	padding-top:15px;
	width:100%;
	text-align:center;
	height:30px;
}

#menu {
	text-align:center;
	height:50px;
}

table.normal {
	margin:auto;
}

table.normal th
{
	border-bottom:1px solid #608E0E;
	color:#608E0E;
	text-align:left;
}


table.normal td
{
	margin:1px;
	text-align:left;
}

table.normal td.col1
{
	background-color:#E2F3E0;
}

table.normal td.col2
{
	background-color:#EDFEE2;
}


/* Tableaux spéciaux */

div#resultats
{
	text-align:left;
}

div#resultats img
{
	margin-left:10px;
}

table.resume_timbre
{
	text-align:left;
	margin-left:10px;
}

table.resume_timbre td
{
	margin:1px;
	height:20px;
}

table.resume_timbre td.col1
{
	width:150px;
	background-color:#66CC00;
	color:white;
	font-weight:bold;	
}

table.resume_timbre td.col2
{
	width:500px;
	background-color:#ECFFED;
	color:black;
	font-weight:normal;
}

table.description_timbre
{
	margin-left:10px;
	width:1000px;
	text-align:left;
}

div.home
{
	text-align:justify;
	font-size:12px;
	margin:20px auto auto auto;
	width:800px;
	background-color:#EEffAA;
	border-bottom:1px solid #00DD00;
	border-top:1px solid #00DD00;
	padding:5px;
}

div#contact_id
{
	width:99%;
	text-align:right;
	margin-bottom:10px;
	font-size:12px;
}
	


