/* CSS Document */
html, body {
	height: 100%;
}

body {
	margin: 0px;
}

body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

td {
	padding: 0px;
	vertical-align: top;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
}

table.h2 {
	width: 100%;
	margin-top: 65px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #cccccc;
}

table.h2 .num {
	vertical-align: middle;
	text-align: center;
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	width: 40px;
}

img {
	border: none;
}

/* Tableaux généraux */
#full {
	width: 100%;
	height: 100%;
}

#full_td {
	height: 100%;
	width: 754px;
}

.innerfull {
	width: 754px;
	height: 100%;
	background-color: White;
	background-image: url(img/background/bg_main.gif);
	background-repeat: repeat-y;
}

/* Fond de page */
#left {
	background-color: White;
}

#right {
	background-color: #8dc3ce;
}

#left .top, #right .top {
	height: 92px;
	background-color: #d3e6ea;
}

#left .mid, #right .mid {
	height: 17px;
	background-color: #d3e6ea;
	font-size: 9px;
}

#left .mid {
	background-color: #cdd2dc;
}

#right .mid {
	background-color: #74a3b6;
}





#main_bottom {
	padding-left: 7px;
	padding-right: 7px;
	height: 100%;
}









/* Menu */
#menu {
	height: 109px;
	background-image: url(img/background/bg_top.gif);
	background-repeat: no-repeat;
}

#menu table {
	width: 460px;
	height: 16px;
	margin-left: 17px;

}

#menu td {
	vertical-align:middle;
	text-align: center;
	color: #152b5b;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 93px;
}

#menu a {
	text-decoration: none;
	color: #152b5b;
}

#menu a.activ {
	color: white;
}

#menu a:hover {
	color: White;
}


/* Contenu */
#main_content {
	width: 740px;
	margin-left: 7px;
	background-image: url(img/background/bg_content_top.gif);
	background-repeat: no-repeat;

}

#main_content .left_col {
	width: 507px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

#main_content .right_col {
	padding-top: 20px;
	padding-left: 9px;
}

#main_content .right_col table {
	width: 224px;
}

#main_content #right_top {
	padding-top: 5px;
	background-image: url(img/left_col/top_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.sep {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 10px;
}

.fr, .en, .it {
	width: 487px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

.fr .center, .en .center, .it .center {
	text-align: center;
}


.fr img, .en img, .it img {
	display: block !important;
}

.fr_txt, .en_txt, .it_txt {
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
}

.fr_txt, .fr, .fr_txt a {
	color: #3b4b83;
}


.en_txt, .en, .en_txt a {
	color: #be360d
}

.it_txt, .it, .it_txt a {
	color: #395f0a;
}

.fr_top, .fr_flag, .fr_bottom, .en_top, .en_flag, .en_bottom, .it_top, .it_flag, .it_bottom {
	width: 34px;
}

.fr_top, .en_top, .it_top {
	background-repeat: repeat-y;
	vertical-align: top;
}

.fr_top {
	background-image: url(img/text/fr_top_bg.gif);
}

.en_top {
	background-image: url(img/text/en_top_bg.gif);
}

.it_top {
	background-image: url(img/text/it_top_bg.gif);
}

.fr_flag, .en_flag, .it_flag {
	background-repeat: repeat-y;
	vertical-align: top;
}

.fr_flag {
	height: 24px;
	background-image: url(img/text/fr_bottom_bg.gif);
}


.en_flag {
	height: 26px;
	background-image: url(img/text/en_bottom_bg.gif);
}

.it_flag {
	height: 29px;
	background-image: url(img/text/it_bottom_bg.gif);
}


.fr_bottom, .en_bottom, .it_bottom {
	background-repeat: repeat-y;
	vertical-align: bottom;
}

.fr_bottom {
	background-image: url(img/text/fr_bottom_bg.gif);
}

.en_bottom {
	background-image: url(img/text/en_bottom_bg.gif);
}

.it_bottom {
	background-image: url(img/text/it_bottom_bg.gif);
}

.nav {
	text-align: center;
}

.nav a {
	color: #333333;
	text-decoration: none;
}

.nav a:hover {
	color: #666666;
}



/* Formulaire */
table .form {
	width: 470px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

.frmError {
	background-color: #ffffcc;
	color: Red;
	border: 1px solid Red;
	width: 470px;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.frmSuccess {
	background-color: #ccff99;
	color: Green;
	text-align: center;
	font-size: 14px;
	border: 1px solid Green;
	width: 470px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	margin-top: 80px;
}

.frmItem {
	height: 15px;
	width: 100px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.frmItem2 {
	height: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.frmItem, .frmItem2 {
	font-weight: bold;
}

.frmBox {
	width: 370px;
}

.frmBox, .needeed {
	color: Red;
	font-weight: bold;
	font-size: 14px;
}

.frmBox input {
	width: 85%;
	height: 15px;
	margin-top: 5px;
}

.frmBox textarea {
	width: 440px;
	height: 150px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 15px;

}

.frmBox input, .frmBox textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.frmSend {
	text-align: center;
	font-size: 14px;
}

.frmSend a {
	color: Red;
	text-decoration: none;
}

.frmSend a:hover {
	color: Blue;
	text-decoration: underline;
}



/* Colonne de droite */
#right_top #main {
	color: white;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 11px;
	background-image: url(img/left_col/top_bg.gif);
	background-repeat: repeat-y;
}

#right_top #main_link {
	color: white;
	text-align: right;
	height: 27px;
	padding-left: 8px;
	padding-right: 11px;
	background-image: url(img/left_col/top_bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#right_top #main_link a {
	color: white;
	text-decoration: none;
}

#right_top #middle_top {
	height: 23px;
	background-image: url(img/left_col/middle_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#right_top #middle_bg {
	color: #e95d0f;
	height: 42px;
	font-size: 14px;
	vertical-align: middle;
	padding-left: 8px;
	padding-right: 11px;
	background-image: url(img/left_col/middle_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#middle_bg .left {
	text-align: left;
}

#middle_bg .right {
	text-align: right;
}

#middle_bg a {
	color: #e95d0f;
	text-decoration: none;
}

#middle_bg a:hover {
	color: #152b5b;
}

#right_top #middle_trans {
	height: 14px;
	background-image: url(img/left_col/middle_trans.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#right_top #middle_trans_bg {
	color: #152b5b;
	height: 20px;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	padding-left: 8px;
	padding-right: 11px;
	background-image: url(img/left_col/middle_trans_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#right_top #bottom_bottom {
	height: 43px;
	background-image: url(img/left_col/bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
}

/* Bas de page */
#bottom {
	height: 50px;
	vertical-align: bottom;
	background-image: url(img/background/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#bottom table {
	margin-left: 17px;
	margin-bottom: 2px;
	width: 720px;
	height: 25px;
	font-size: 9px;
	color: #152b5b;
	vertical-align: middle;
}

#bottom td {
	vertical-align: middle;
}

#bottom .web361 {
	width: 240px;
	
	text-align: center;
	vertical-align: bottom;
}


#bottom img {
	border: none;
}

#bottom a {
	text-decoration: none;
	color: #152b5b;
	background-image: url(img/puces/orange.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}

#bottom a:hover, #bottom a.activ {
	background-image: url(img/puces/blue.gif);
}

#bottom .web361 a {
	background-image: url(img/web361.gif);
	padding-left: 15px;
	padding-bottom: 2px;
	margin-left: 24px;
}


#bottom .web361 a:hover {
	background-image: url(img/web361_inv.gif);
}
