body {
	margin: 0;
	padding: 0;
	font-family: Times New Roman;
	font-size: 14px;
	color: #FFFFCC;
	background: #1E361E;
	text-align: center;
	scrollbar-face-color:#1E361E;
	scrollbar-shadow-color:#FFFFCC;
	scrollbar-highlight-color:#1E361E;
	scrollbar-3dlight-color:#FFFFCC;
	scrollbar-darkshadow-color:#1E361E;
	scrollbar-track-color:#1E361E;
	scrollbar-arrow-color:#FFFFCC;
}
#header {
	height: 120px;
	background: #1E361E url("img/header.jpg") 50% 50% no-repeat;
}
#main {
	text-align: center;
	height: 25px;
	background: #FFFFCC;
	font-size: 0;
}
#main ul, #main li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main li {
	display: inline;
	margin-left: 45px;
}
#content {
	position: relative;
	margin: 10px auto 0 auto;
	padding: 0;
	width: 770px;
	height: auto !important;
	height: 430px;
	min-height: 430px;
	text-align: center;
}
#footer {
	height: 20px;
	background: #FFFFCC;
	font-size: 11px;
	font-weight: bold;
	color: #1E361E;
	text-align: center;
	line-height: 20px;
}
#footer a {
	margin-left: 25px;
	vertical-align : bottom;
	color: #1E361E;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* LIENS ---------------------------------------------------------------------------------------------------------------------------- */
a { font-size: 12px; color: #FFFFCC; font-weight: bold; text-decoration: underline; cursor: pointer; }
a:hover  { color: #FFFFCC; text-decoration: underline; }
a img { border-width: 0px; border-style: none; }

a.link { font-size: 14px; color: #1E361E; font-weight: bold; text-decoration: underline; cursor: pointer; }
a.link:link { font-size: 14px; color: #1E361E; font-weight: bold; text-decoration: underline; cursor: pointer; }
a.link:visited { font-size: 14px; color: #1E361E; font-weight: bold; text-decoration: underline; cursor: pointer; }
a.link:hover { font-size: 14px; color: #1E361E; font-weight: bold; text-decoration: underline; cursor: pointer; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* FLOAT --------------------------------------------------------------------------------------------------------------------------- */
.left {
	float: left;
	margin: 0;
}
.right {
	float: right;
	margin: 0;
}
.spacer {
	clear: both;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* PARAGRAPHE ------------------------------------------------------------------------------------------------------------------- */
p { margin: 0 0 10px 0; }
.p_left { text-align: left; }
.p_right { text-align: right;}
.p_center { text-align: center;}
.p_justify { text-align: justify; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* FONT ----------------------------------------------------------------------------------------------------------------------------- */
.txt_barre { text-decoration: line-through; }
.txt_normal { text-decoration: none; }
.txt_bold { font-weight: bold; }
.txt_italic { font-style: italic; }
.txt_underline { text-decoration: underline; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* IMAGE --------------------------------------------------------------------------------------------------------------------------- */
.img_border {
	margin: 0 5px 0 5px;
	padding: 0;
	background: url("img/loading_small.gif") top left no-repeat;
    border: 1px solid #FFFFCC;
}

.img_diapo {
	margin: 5px;
	padding: 2px;
	background: url("img/loading_small.gif") top left no-repeat;
    border: 1px solid #FFFFCC;
}

.img_fullscreen {
	margin: 0;
	padding: 0;
	background: url("img/loading_small.gif") top center no-repeat;
    border: 1px solid #FFFFCC;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* FORMULAIRE ------------------------------------------------------------------------------------------------------------------- */
fieldset {
 	display: block;
    margin: 0;
	padding: 5px;
	border: none;
}
legend {
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
}
fieldset p {
	margin: 5px 0 5px 0;
}
form {
	display: inline;
}
label {
	float: left;
	margin: 0;
	padding: 0 2px 0 0;
	text-align: left;
	line-height: 1.7;
	font-weight: bold;
	font-size: 12px;
}
input {
	padding-left: 2px;
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: 100;
	color: #1E361E;
	border: 1px solid #1E361E;
	background-color: #FFFFCC;
}
select, option {
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: 100;
	color: #1E361E;
	border: 1px solid #1E361E;
	background-color: #FFFFCC;
}
textarea {
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: 100;
	color: #1E361E;
	border: 1px solid #1E361E;
	background-color: #FFFFCC;
}
input.button {
	height: 18px;
	border: 1px solid  #FFFFCC;
	background-color: #1E361E;
	color: #FFFFCC;
	font-weight: bold;
	cursor: pointer;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* FORMULAIRE ------------------------------------------------------------------------------------------------------------------- */
div#applat_1 {
	margin: 20px auto 0 auto;
	width: 600px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	padding-top: 15px;
	background: url("img/appl_1_top.jpg") top left no-repeat;
}
div#applat_1_content {
	padding-bottom: 25px;
	height: auto !important;
	height: 200px;
	min-height: 200px;
	text-align: left;
	color: #1E361E;
	background: url("img/appl_1_bottom.jpg") bottom left no-repeat;
}
div#applat_1_content p {
	margin: 0 20px 0 20px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */