@import url('complements/table.css');
@import url('complements/list.css');
@import url('complements/ticknews.css');
@import url('framework/liquid.css');
@import url('pluggins/quickbox.css');

body {
	background: url('../images/design/background.jpg');
	font-family: Tahoma, Verdana, Arial, serif;
	font-size: 14px;
	color: #333;
	text-align: justify;
	padding-bottom: 40px;
}
div#general {
	width: 746px;
	margin: auto;
}
a.block, a.block:hover {
	text-decoration: none;
}
div#header {
	height: 250px;
	position: relative;
	background: url('../images/design/header.png');
}
div#menu {
	height: 2em;
	padding-top: 200px;
	width: 400px;
	padding-left: 260px;
}
div.smOW ul li {
	width: 200px;
}
div#contentDiv {
	min-height: 500px;
	padding: 10px;	
	font-size: 12px;

}
#nav a {
	color: #c6c2a3;
	border-bottom: 1px solid #36352d;
	padding-bottom: 7px;
	text-align: left;
	display: block;
	padding-right: 15px;
}
ul#indexMenu {
	margin-left: 10px;
	margin-top: 30px;
	margin-right: 20px;
	padding: 0;
}
ul#indexMenu li {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
div#contentText ul#indexMenu a {
	color: #222;
	font-weight: bold;
	font-size: 0.8em;
}

h1, h2, h3 {
	margin: 10px 0;
	clear: both;
}
h1 {
	color: #4b1e0e;
	font-weight: normal;
	font-size: 1.8em;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-family: 
}
h2 {
	background: #aaa;
	padding: 3px;
}
h3 {
	border-bottom: 1px solid #888;
	padding-bottom: 2px;
}
div#contentText p {
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 1.1em;
}
div#contentBottom p {
	padding-top: 30px;
	color: #aaa;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 30px;
}
div#contentBottom a {
	color: #aaa;
	font-weight: bold;
}
div#contentBottom a:hover {
	color: #444;
}
div#contentText a {
	color: #3e1a1a;
	text-decoration: none;
	font-weight: bold;
}
a.current {
	font-weight: bold;
}
a:hover {
	color: #9c9b95;
}
ol li {
	list-style-type: decimal;
	margin-left: 25px;
	margin-top: 10px;
}
div#contentText ul {
	margin-top: 10px;
}
div#contentText ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 3px;
}
div#contentText ul.no li {
	list-style-type: none;
	margin: 0;
}
.floatRight {
	margin: 0 8px;
	float: right;
	border: 1px solid #555;
}
.floatLeft {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 8px;
	border: 1px solid #555;	
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.border, .editor img {
	border: 1px solid #555;
	margin: 3px;
}
.margin {
	margin: 5px;
}

div#contentDiv {
	width: 746px;
}
div#contentTop {
	background: url('../images/design/corps-top.png');
	height: 20px;
}
div#contentText {
	background: url('../images/design/corps-content.png');
	min-height: 600px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
}
div#contentBottom {
	background: url('../images/design/corps-bottom.png') top;
	height: 23px;
}

ul.comite li {
	margin: 0;
	list-style-type: none;
	text-align: center;
}
ul.comite li.poste {
	font-weight: bold;
	padding: 15px 0;
	font-size: 1.3em;
}
ul.comite li.nom {
	padding-top: 10px;
	font-weight: bold;
	font-size: 1.1em;
	color: #555;
}
ul.comite li.phone {
	color: #777;
	padding: 3px 0;
}


ul.techniques li {
	cursor: pointer;
}
.techniqueTip{
	padding: 10px;
	background: #999;
	border: 1px solid #444;
	z-index: 900;
}
.tip-title {

}
.tip-top {
	background: url('../images/design/tipz-top.png');
	width: 285px;
}
.tip-bottom {
	background: url('../images/design/tipz-bottom.png');
	width: 285px;
}
.tip {
}
.tip-title, .tip-text {
}
.techniqueTip .tip-text {
	text-align: center;
}
.tip-title {
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}
.mask {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	z-index: 999;
	background: #000;
}
