

* {
        font-size: 16px;
}


ul * {
        font-size: 16px;
}

body {
	color:#000;
/*	font-size: 10px;*/


}


#header {
	background-color:#fff;
	/*width:100%;*/
	/*border-bottom:15x solid #666666;*/
	padding:2em;
}

div.menu {
	background-color:#666666;
	margin:0;
	/*width:100%;*/
	padding:3px;
	padding-left:2em;
	margin-bottom:1em;


}

#content {
	margin:1em;
	margin-bottom:2em;
	padding-bottom:2em;

	font-size:16px;
}

#PDF {
	border: 8px solid #ccc;
	border-raduis: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

hr {
	border:2px solid #ccc;
}

table {
 border-collapse:collapse;
 border:1px solid black;
 /*width:90%;*/
 }
th, td {
 border:1px solid black;
 padding:5px;
/* width:20%;*/
 }
td {
 text-align:center;
 }
caption {
 font-weight:bold
 }
 
 
 
 a#titre img {
	border:none;
 }
 
 
 
 div#communes {
	float:right;
	margin:2em;
 }
 
 
 /* the overlayed element */
.overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../img/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.overlay .close {
	background-image:url(../img/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}



h1.territoire {
	font-size: 2em;
	color: #fff;
}

h2 {
	font-size: 1.3em;
	color: #000;
}

ol.menu_territoire {
	display: inline-block;
	background-color:#fff;
	border: 3px solid #ccc;
	margin:0;
	margin-top:-10px;
	padding:1em;
	list-style-type:decimal;
	list-style-position: inside;
	-webkit-box-shadow: 4px 4px 12px #999; 
	-moz-box-shadow: 8px 8px 12px #999; 

}
ol.menu_territoire li {
	list-style-type:decimal;
}


div#logos {
    float:right;
    font-size:18px;
    max-width:40%;

}

div#logos img {
    width:150px;

}
