/*
	DynMAP.com v4 style
	© 2007 Simalis
	Service WebDesign
*/

/* tags html
-------------------------------------------------------*/
html, body {
	border:0 none;
	width:100%;
}
body {background:#fff;}
h1,h2,h3,h4,h5,h6,p{
	margin: 0.8em 0;
	padding: 0;
}
p{	font-size: 1.1em; z-index:5;}

td{ font-size: 1em;}

a{color:#89C71A;}
a:hover{color:#539624;text-decoration:none;}

img{border:0 none;}

strong{color:#000;}

/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/
	a{outline: none;}
	:focus{-moz-outline-style: none;}

/* class generales
-------------------------------------------------------*/
.showbloc{display:block;}
.hidebloc{display:none;}
.fleft{float:left;}
.fright{float:right;}
.imgleft{float:left;margin:0 1em 1em 0;}
.imgright{float:right;margin:0 0 1em 1em;}
.imgcenter{margin:0 auto 1em auto;}
.imgstyle, .imgleft, .imgright, .imgcenter{
	padding:3px;
	border:1px solid #ccc;
	background:#fff;
}
.lessborder{border:0 none;}
.tcenter{text-align:center;}
.puce01{
	background:transparent url(../images/bulle.gif) no-repeat 0 4px;
	padding-left:10px;
	margin:0.3em 0;
}
.puce02{
	background:transparent url(../images/bulle_verte.gif) no-repeat 0 4px;
	padding-left:10px;
	margin:0.2em 0;
}
.list_deroul ol li, .list_deroul h2, .list_deroul h3{
}
.fondgris{
	background:#f0f0f0;
	border:1px solid #ccc;
	margin:0;
	padding:0 0.8em;
}
.fondgris100{
	background:#CCCCCC;
	border:1px solid #ccc;
		margin:0;

}
.fondclair{
	padding:3px;
	margin:0;
	border-color: #CCCCCC;
	border-style: dotted;
}
.list_1 li{
	list-style-image: url(../images/bulle_verte.gif);
}
.wash {
	clear:both;
	font-size:1px;
	height:1px;
	margin:0;
	padding:0;
	border:0 none;
}/**/
.wash:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.wash {display: inline-block;}

/* Hides from IE-mac \*/
* html .wash {height: 1%;}
.wash {display: block;}
/* End hide from IE-mac */

/* header
-------------------------------------------------------*/
.header{}
/* champ de recherche */
.searchbox{display:none;}
/* menu
-------------------------------------------------------*/
.menu{display:none;}
