body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bordurePointillee {
	border: 1px dashed #CCCCCC;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding:0px;
	margin:0px;
}
h2, .baseline{
	font-size: 16px;
	font-weight: bold;
	color:#ffffff;
	text-align:center;
	padding:5px;
	background-color:#9f9900;
}

h2, .baselineVert{
	font-size: 16px;
	font-weight: bold;
	color:#000000;
	text-align:center;
	padding:5px;
	background-color:#9f9900;
}
h2, .baselineBleu{
	font-size: 16px;
	font-weight: bold;
	color:#ffffff;
	text-align:center;
	padding:5px;
	background-color:#598CCB;
}

.mceContentBody{
	background-color:#FFFFFF;
}

.editable {
	cursor:pointer;
}
.hover{
	background-color:#DEDEDE;
}



.village {
	border: 1px solid #666666;
	padding:10px;
	background-color:#CCCCCC;
	font-size:10px;
	text-align:center;
	
}


.important{
	color:#CC3300;
	font-weight:bold;
}

.chapo_categorie{
	padding:10px;
	margin:10px;
}

/* BLEU */

.tableau {
	border: 1px solid #090043;
	background-color:#c2d2e9;
	text-align:center;
}
.tableau td {
	border: 1px dotted #FFFFFF;
	padding:2px;
}

.entete {
	background-color:#070043;
	color:#FFFFFF;
		
}

/* VERT */

.tableauVert {
	border: 1px solid #9f9900;
	background-color:#9f9900;
	text-align:center;
}
.tableauVert td {
	border: 1px dotted #FFFFFF;
	padding:2px;
}

.enteteVert {
	background-color:#9f9900;
	color:#FFFFFF;
}



/* infobulle */
.tool-tip {
	color: #FFFFFF;
	z-index: 13000;
	max-width:300px;
}
 
.tool-title {
	font-weight: 700;
	font-size: 11px;
	margin: 0;
	color: #CC3300;
	padding: 4px 4px 2px;
}
 
.tool-text {
	font-weight: 700;
	font-size: 11px;
	padding: 4px 8px 8px;
}


	
	/* CSS du menu horizontal, bieler batiste */

.menu{
    position:absolute;
    display:block;
    margin:0px;
    padding:0px;
    width:950px;
	margin-left:-10px;
	text-align:left;
    margin-top:-60px;
	z-index:500;
	background-image:url(images/shim.gif);
    }
.menutop {

}
.menu ul{
    position:absolute;
    display:block;
    width:135px;
    margin:0;
    padding:0;
    }
.menu li ul{
    visibility:hidden;
    }



.menu li li ul{
    position:absolute;
    margin-left:133px;
    margin-top:-23px;
    }
    
.menu li{
    list-style:none;
    width:135px;
    height:auto;
    display:inline;
    display:block;
    float:none;
    float:left;
    margin:0;
    padding:0;
    }
    
.menu li li{
    display:block;
    float:none;
    }
 
 
    
/* correct a little IE bug */
* html .menu li li{
    display:inline;
    }

.menu li li a{
    text-align:center;
    color:#FFFFFF;
    display:block;
    width:130px;
    text-decoration:none;
	text-align:left;
	padding:2px;
 	padding-left:5px;
}
    
.menu a:hover{
    border:1px #aaa solid;
	color:#FFFFFF;

    }
    
.menu a:focus{
	color:#FFFFFF;
}

a.linkOver{
	color:#FFFFFF;
    }


/* les blocs menu de gauche */
.block{
	width:180px;
	color:#ffffff;
}
.block ul{
	color:#ffffff;
	margin:0px;
	padding-left:16px;
}
.block ul li{
	color:#ffffff;
	list-style-type:none;
	padding:2px;
}
.block ul li a{
	color:#ffffff;
	text-decoration:none;
}
.block ul li a.sel{
	font-weight:bold;
	color:#FFFFFF;
}

.nolink{
	cursor:default;
}


#footer {
border-top:solid 1px #CCCCCC;
padding-top : 10px;
margin-bottom : 10px;

}

 p {
clear:both;
}

.ed{
	margin-top:4px;
}