@charset "utf-8";
@import url("flag.css");
@import url("tag.css");
/* CSS Document */

html {
	overflow: scroll;
}

body, table, tr, td, form, fieldset, h1, h5 {
	margin: 0px;
	padding: 0px;
}

p {
	margin-top:10px;
	margin-bottom:10px;
}

img, fieldset, table, tr, td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}


body {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

.nowrap {
	white-space: nowrap;
}

a:link, a:visited {
	color:#E10A1A;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


/* *********************************** BOX ALERT ***********************************/


#box_alert {
	position:absolute;
	z-index: 150;
	width: 100%;
	top:200px;
	left:0px;
	background-image: url(img/fd_transp.png);
}

#box_alert form {
	height: 150px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	background-repeat: no-repeat;
}

#box_alert .result_box {
	text-align:left;
	margin:0px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
	font-weight:bold;
	background-image: none;	
}

#box_alert .result_box div {
	color:#ffffff;
}

#box_alert .btn_send {
	background-color:#e0d5d5;
	color:#3a0404;
	border: 1px solid #3a0404;
}

#box_alert .btn_send:hover {
	background-color:#3a0404;
	color:#e0d5d5;
	border: 1px solid #e0d5d5;
}


/* *********************************** INPUT ***********************************/

textarea,
input {
	border: 1px solid #616D3F;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding-right: 3px;
	padding-left: 3px;
}

textarea:hover,
input:hover {
	border: 1px solid #8E9B6A;
}

/* *********************************** BTN ***********************************/

.btn_send,
.btn_disable {
	border: 1px solid #616D3F;
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D8DEC6;
	color: #414A29;
	margin-top:10px;
	margin-bottom:7px;
	vertical-align:middle;
}

.btn_send:hover {
	background-color: #414A29;
	color: #D8DEC6;
}

.btn_disable {
	background-color:#F7F6F0;
	color:#999999;
}

.btn_disable:hover {
	border: 1px solid #8E9B6A;
}

#box_module .btn_send {
	font-size:10px;
}

/* *********************************** FOOTER ***********************************/

#footer_webmaster {
	font-weight:bold;
}

#footer_createur {
	font-weight:bold;
}


#footer .exp {
	font-size: smaller;
	position: relative;
	top: -2px;
	margin-left: 1px;
}

/* ************************************************************* PARTICULARITE ****************/

.carre_separated {
	background-image: url(img/carre_sep.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#document .coche_lists input {
	vertical-align:middle;
	margin-top:2px;
	margin-bottom:2px;
}