/* interface/css/style.css */
body{
	margin:0;
	padding:0;
	background: #FFF;
}

#main{
	margin:180px 231px 0 2%;
	padding:0;
	font-family:verdana;
}

#header{
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	height:150px;
	background-color:#A9F6F7;
	z-index:1;
}

#logo{
	position:absolute;
	top:20px;
	right:20px;
	width:200px;
	height:145px;
	background-color:#DEESE4;
	text-align:center;
	padding-top:5px;
	z-index:2;
}

#logo img{
	border:0;
}

#barre{
	position:absolute;
	top:20px;
	right:0px;
	z-index:3;
	width:20px;
	height:150px;
	background-color:#DEE5E4;
}


#pied{
	clear: both;
	margin: 40px 230px 10px 20px;
	padding:10px 0px 10px 0px;
	font-size:0.8em;
}


/* multi-colonnes (accueil) */
#colonne2{
	width:30%;
	float:right;
	margin:0;
	padding:5px 5px 0 5px;
	background:#EEEEEE;
}

#bass{
	width:100%;
	height:20px;
	margin:5px -5px 0 -5px;
	padding:5px 5px 0 5px;
	background:#EEEEEE;
}

#colonne1{
	margin:0 10px;
	padding:5px 0;
	width:65%;
}

#colonne1 p{
	display:table-cell;
/*	height:150px;
	min-height:150px;*/
	overflow:visible;
	margin:0.4em 0;
	padding:0.4em 0;
}


#colonne1b p{
	display:block;
	width:65%;
	overflow:visible;
	margin:0.4em 0;
	padding:0.4em 0;
}

#colonne1b p:first-letter{
	font-size:1.8em;
}


/* sous-menu */
#navcontainer{
	position:absolute;
	top:200px;
	right:20px;
	width: 200px;
	margin: 0 auto;
	padding: 10px 0 50px 0;
	font-family: verdana, serif;
	font-size: 11px;
	text-align: center;
}

/* options Menu dynamique */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mmmenu {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 200px;
	z-index:5;
	text-align:left;
	padding-bottom:150px;
}

#mmmenu dt {
	cursor: pointer;
	margin: 1px 0;
	font-weight: 600;
	background: #BBF2F1;
}

#mmmenu dd {
	border-left:1px solid #BBF2F1;
	border-right:1px solid #BBF2F1;
}

#mmmenu li {
	margin-top:1px;
	border-left:10px solid #C9F3F3;
	border-right:1px solid #C9F3F3;
	background: #D5F3F3;
}

#mmmenu li a, #mmmenu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	padding: 2px;
}

/* en cours */
#mmmenu li a:hover, #mmmenu dt a:hover , #mmmenu dt:hover{
		background: #9E8A77;
}

.sscat, .sscat dt, .sscat dt a, .sscat a{
	background: url(../logos/check.gif) no-repeat bottom right;
}

.mactif, .mactif dt, .mactif dt a, .mactif a{
		background: #D5F3F3;
}

.mmactif, .mmactif li, .mmactif li a, .mmactif a{
		background: #9988CC;
		border-left:7px solid #FFFFFF;
}


/* menu principal */
#menu{
	position:absolute;
	top:0;
	left:20px;
	margin-right:231px;
	margin:0;
	padding:0;
	background: url(../logos/menu2.png) no-repeat bottom left;
	border-left:1px solid #C9F3F3;
}

#menu ul{
	list-style-type:none;
	width:100%;
}

#menu li{
	list-style-type:none;
	float:left;
	height:150px;
	width:100px;
}

#menu li a{
	display:block;
	height:150px;
	margin:0;
	padding: 0 0.3em;
	color:#CCCCCC;
	font-family:helvetica;
	font-weight:600;
	text-decoration:none;
	background-color:#EEEEEE;
	border-right:1px solid #EEEEEE;
}

#menu li a:hover{
	background-color:#EEEEEE;
	filter:alpha(opacity=50);
	-moz-opacity:0.6;
	opacity: 0.6;
	color:#000000;
}

ul#menu li#actif a{
	background-color:transparent;
	color:#EEEEEE;
}


/* barre de recherche*/

#search{
	position:absolute;
	top:179px;
	right:20px;
	width:200px;
	z-index:5;
	background-color:#777777;
	border-top:1px dashed #555;
	border-bottom:1px dashed #555;
}

#q{
	width:170px;
	background-color:#777777;
	border:0;
	color:#FFFFFF;
}


/* éléments */
h2{
	font-family:"Trebuchet MS";
	font-size:1.4em;
	margin-top:0.5em;
}

h3{ color:#9e8a77; }

h4{ font-family:arial; }

p{
	font-size:0.9em;
	font-family:Helvetica;
	padding:0.2em;
}

hr{
	color:#999999;
	border:1px solid #999999;
	/*clear:both;*/
}

img{ border:0; }

a:link, a:active, a:visited{
	color:#9E8A77;
	text-decoration:none;
}

a:hover{ 	color:#5E4A37; }


/* form */
input{
	border-width:0px:
}

textarea{
	font-family:verdana;
	width:25em;
	height:10em;
}

.needed{
	border-bottom:2px solid #9988CC;
}

.justif{ 	text-align:justify; }

.floatl{
	float:left;
	margin:5px;
	padding-right:5px;
}

.floatr{ float:right; }


.imag{
	width:110px;
	border:0;
}

.clean{
	clear:both;
	display:none;
}


.fiche{
	border-bottom:2px solid #9E8A77;
	padding-bottom:1em;
}

.sq{
	list-style-type:square;
	color:#9E8A77;
	margin:0.1em;
	padding:0.1em 0 0.1em 1em;
	font-size:0.8em;
}

.epuise{
	filter:alpha(opacity=50);
	-moz-opacity:0.6;
	opacity: 0.6;
}

.field{ width:8em; }

.champ{
	width:25em;
}

.btn{
	border-width:1px;
	background-color:#999999;
	color:#FFFFFF;
}


.important{
	font-weight:600;
}


#active{
	border:1px solid #9E8A77;
	padding:0 2px;
}


/* styles additionnels (old) */
#multi{
	margin:0.5em 0;
	padding:0.5em 0;
}

.enligne li{
	display:inline;
	margin-left:0.5em;
	list-style-type:none;
}

.enligne p, .enligne input{
	display:inline;
	margin-left:12px;
	padding-left:12px;
	background:url(../logos/check2.gif) no-repeat top left;
}

.marge{
	margin-left:12px;
	padding-left:12px;
}

.mini{ font-size:0.8em; }

.centre{ text-align:center; }

.droit{ text-align:right; }

#main dt{ color:#9988CC; }

#main dd{ margin-left:2em; }