/*text*/

* {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

li {
	line-height: 16px;
}

.note {
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
}

p {
	line-height: 20px;
}

form {
	line-height: 18px;
}

/*table*/

.disclaimer {
	font-size: 9px;
	background-image: url(../images/interface/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	padding-top: 30px;
}

.disclaimer a {
	font-size: 9px;
}

.main {
	background-color: white;
	vertical-align: top;
	padding: 15px 25px 0;
}

.cellsubtitle {
	color: #900;
	background-color: #ebebeb;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid white;
}

.cellBtitle {
	color: white;
	font-weight: bold;
	background-color: #3c9fde;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid white;
}

.cellBsubtitle {
	color: #3c9fde;
	background-color: #ebebeb;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid white;
}

.cellGtitle {
	color: white;
	font-weight: bold;
	background-color: #5aa622;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid white;
}

.cellGsubtitle {
	color: #5aa622;
	background-color: #ebebeb;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid white;
}

.cellOtitle {
	color: white;
	font-weight: bold;
	background-color: #ff8000;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid white;
}

.cellOsubtitle {
	color: #ff8000;
	background-color: #ebebeb;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid white;
}

.cellRtitle {
	color: white;
	font-weight: bold;
	background-color: #900;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid white;
}

.cellRsubtitle {
	color: #900;
	background-color: #ebebeb;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid white;
}

.celldata {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid white;
}

.cellvalidation {
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid white;
}

/* @group Titles */

/*title*/

h1 {
	color: #900;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #900;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #900;
}

/* @end */

/*lien*/

.invisible {
	text-decoration: none;
	color: black;
}

/* @group menu1 */

.menu1 {
	background-image: url(../images/interface/menubk.jpg);
}

.menu1 a {
	display: block;
	width: 150px;
	height: 50px;
}

.menu1 a#m1 {
	background-image: url(../images/interface/menu1.jpg);
}

.menu1 a#m2 {
	background-image: url(../images/interface/menu2.jpg);
}

.menu1 a#m3 {
	background-image: url(../images/interface/menu3.jpg);
}

.menu1 a#m4 {
	background-image: url(../images/interface/menu4.jpg);
}

.menu1 a#m1.selected, .menu1 a#m1:hover {
	background-image: url(../images/interface/menu1ov.jpg);
}

.menu1 a#m2.selected, .menu1 a#m2:hover {
	background-image: url(../images/interface/menu2ov.jpg);
}

.menu1 a#m3.selected, .menu1 a#m3:hover {
	background-image: url(../images/interface/menu3ov.jpg);
}

.menu1 a#m4.selected, .menu1 a#m4:hover {
	background-image: url(../images/interface/menu4ov.jpg);
}

/* @end */

.menu2 {
	color: #900;
	font-weight: bold;
	background-color: #ebebeb;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
	padding: 4px 10px;
}

.menu2:hover {
	color: #ebebeb;
	font-weight: bold;
	background-color: #900;
	text-decoration: none;
}

.normal {
	color: #900;
}

.normal:hover {
	color: #333;
}

.top {
	font-size: 9px;
	color: #900;
	text-decoration: none;
}

.top:hover {
	font-size: 9px;
	color: #333;
	text-decoration: none;
}

/* @group form - abstract */

#form_abstract br {
	clear: both;
}

#form_abstract label {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	margin: 0 4px 1px 0;
	padding: 2px 4px;
	color: white;
	font-weight: bold;
	background-color: #900;
}

#form_abstract input {
	float: none;
}

#form_abstract input.text_input {
	width: 240px;
}

#form_abstract fieldset {
	text-align: left;
	border: solid 1px #990000;
	padding: 4px 9px 7px 9px;
	background-color: #ebebeb;
}

#form_abstract legend {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

#form_abstract button {
	font-size: 18px;
}

#form_abstract .ok {
	color: #5AA622;
}

#form_abstract .warning {
	font-weight: bold;
	color: #990000;
}

#form_abstract .text_legend {
	font-size: 11px;
	color: #666666;
	margin-left: 1em;
}

#form_abstract .textarea_legend {
	float: left;
	position: relative;
	width: 120px;
	font-size: 11px;
	color: #666666;
	line-height: 1em;
	clear: none;
	top: 1em;
	margin-right: 6px;
	margin-left: 4px;
	margin-bottom: 1.5em;
}

/* @end */

.image_gallery img {
	border: none;
	margin: 0 15px 6px 0;
}

.image_gallery br {
	clear: both;
}

.image_gallery div.img_block {
	float: left;
	position: relative;
}