@charset "utf-8";
/* CSS Document */

html, body
{
	margin:auto;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

body.popup
{
	background-color:#ff;
}

body.normal
{
	background-color:#E5E5E5;
}

.h2-left {
	text-align: left;
	margin-left: 12px;
}


#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:16px;
}

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:18px;
	text-align:left;
}


/* 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 .row > label
{
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	background-color: #CCCCCC;
	/* line-height: 30px; */
	/* height: 30px; */
	padding: 5px;
	/* margin-bottom: 1px; */
	/* float: left; */
	/* clear: left; */
	border: 1px solid #fff;
	border-collapse: collapse;
}

form.normal fieldset span, form.large_form fieldset .row > span
{
	/* display: inline-block; */
	background-color: #F0F0F0;
	display: table-cell;
	width: 70%;
	/* line-height: 60px; */
	padding: 5px;
	height: 30px;
	/* margin: 0 0 1px 212px; */
	vertical-align: middle;
	/* border-spacing: 20px; */
	border: 1px solid #fff;
	border-collapse: collapse;

}

form .row {
	display: table-row;
}

input[type="text"], select, textarea {
	width: 100%;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #aaa;
	background-color: #fff;
	box-sizing: border-box;
}

textarea {
	height: 200px;
}


/*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:18px;
}

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 tr:hover, table.normal td:hover {
	background-color: white;
}

table.normal th
{
	border-bottom:1px solid #608E0E;
	color:#608E0E;
	text-align:left;
}


table.normal td
{
	margin:1px;
	text-align:left;
	padding: 5px;
}

table.normal td.col1
{
	background-color:#E2F3E0;
}

table.normal td.col2
{
	background-color:#EDFEE2;
}


/* Tableaux spéciaux */

div#resultats {
	text-align:left;
	padding: 10px;
}

table.resume_timbre
{
	text-align:left;
	width: 100%;
}

table.resume_timbre td
{
	margin:1px;
	height:20px;
	padding: 5px;
}

table.resume_timbre td.col1
{
	width:150px;
	background-color:#66CC00;
	color:white;
	font-weight:bold;
}

table.resume_timbre td.col2
{
	min-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:14px;
	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:14px;
}
