﻿/* General */
html, body, form {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	background-image: url(img/backgrounds/main.gif);
	background-color: #999999;
	background-position: center top;
	background-repeat:repeat-y;
}

body,td, input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

td {
	padding: 0px;
	vertical-align: top;
}

img {
	border: 0px;
}


/* Tblaux principal */
#tblLayout {
	background-color: White;
	background-image: url(img/backgrounds/footer.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 100%;
}

#tblLayout td {
	vertical-align: top;
}

#header {
	position: relative;
	z-index: 1;
}

#address {
	position: relative;
	margin-top: -85px;
	margin-left: 25px;
	text-align: center;
	width: 130px;
	z-index: 2;
}


#menu {
	width: 135px;
	background-color: White;
	background-image: url(img/backgrounds/left.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#menu img {
	display: block !important;
}

#mainzone {
	
}

#content {
	text-align: left;
	margin-top: 20px;
	font-size: 12px;
	width: 520px;
	float: left;
}

#content table, div.part_container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#content p {
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
}

#lang {
	width: 70px;
	float: right;
	margin-right: 5px;
}

#lang img {
	display: block;
}

.quote {
	text-align: center;
	font-style: italic;
	padding-top: 20px;
	padding-bottom: 30px;
}

.sep {
	background-image: url(img/logos/star.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 30px;
	margin-bottom: 20px;
}

div.langfr, div.langen, div.langes {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}


.titre {
	font-size: 15px;
	font-weight: bold;
}

b, strong {
	font-style: italic;
	font-weight: bold;
}

.langfr .titre {
	color: #4b4bc0;
}

.langfr b, .langfr strong {
	color: #e40000;
}

.langen .titre {
	color: #e40000;
}

.langen b, .langen strong {
	color: #4b4bc0;
}


.langes .titre {
	color: #ffa200;
}

.langes b, .langes strong {
	color: #e40000;
}






#listing_pays div {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}


/* Formulaire */
td.form_item {
	width: 30% !important;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

td.form_input {
	width: 70% !important;
	padding: 5px;
	color: Red;
	font-weight: bold;
	font-size: 14px;
}

td.form_bouton {
	text-align: center;
}

td.form_input input {
	width: 90%;
	border: 1px solid #cccccc;
	font-size: 12px;
	height: 14px;
	margin-right: 5px;
}

td.form_input textarea {
	width: 70%;
	height: 200px;
	border: 1px solid #cccccc;
	font-size: 12px;

}

.inputFormReq {
	border-color: Red !important;
}

.inputFormBad {
	border-color: #333333;
}

.tdFormWarning, .tdFormConf {
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

.tdFormWarning {
	color: Red;
	border: 1px solid #ff9900;
	background-color: #ffffcc;
}

.tdFormConf {
	color: Green;
	border: 1px solid #006600;
	background-color: #ccff99;
}




#footer {
	background-image: url(img/backgrounds/left.gif);
	background-position: left;
	background-repeat: repeat-y;
	height: 30px;
	vertical-align: bottom !important;
	font-size: 10px !important;
	text-align: right;
	padding-right: 20px;
}

#footer a {
	color: #5e5e5e;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}