/*
	© 2008 Simalis
	Service WebDesign 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	outline: 0;
	vertical-align: baseline;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* tags html
-------------------------------------------------------*/
*{
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}
html, body {
	margin:0;
	padding:0 0 10px 0;
	border:0 none;
	width:100%;
	height:100%;
	line-height:1.2em; /* hauteur de ligne safari */
	color:#2b2b2b;
}
body {
	background:#fff;
}

h1,h2,h3,h4,h5,h6,p{
	margin:0.8em 0;
	padding:0;
	line-height:1.2em; /* hauteur de ligne safari */
}

h1{	font-size: 1.6em;}
h2{	font-size: 1.3em;}
h3{ font-size: 1.2em;}
h4{	font-size: 1.1em;}
h5{	font-size: 1em;}
h6{	font-size: 1em;}
h7{	font-size: 0.9em;}
h8{	font-size: 0.8em;}

h1{color:#2c7bae;}
h1 a{color:#2c7bae;}

h2,h3,h4,h5,h6{color:#3F94CA;}
h2 a,h3 a,h4 a,h5 a,h6 a{color:#3F94CA;}

p{
	font-size: 1.1em;
	padding: 0;
}

strong{font-size: 1em;}

hr {
	clear:both;
	border:0 none;
	border-top:1px dotted #A6CADD;
	background:#fff;
	outline:none;
	height:1px;
	margin:1em 0;
}

/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/
a{outline: none; color:#006699;font-size:1em;}
:focus{-moz-outline-style: none;outline:0;}
a:hover{text-decoration:none;}

img{border:0 none;}

/* class generales
-------------------------------------------------------*/
td.valignTop {
	vertical-align: top;
}
td.valignMiddle {
	vertical-align: middle;
}

/*
 * Style de classes générique
 */
.center {
 	text-align: center;
}
.left {
    float: left;
}
.right {
    float: right;
}
.gras {
    font-weight: bold;
}
.italique {
    font-style: italic;
}


.showbloc{display:block;}
.hidebloc{display:none;}

.hightlight{
	font-size:1.4em;
	line-height:1.4em;
	white-space:nowrap;
}

.fleft{float:left;}
.fright{float:right;}

.aligncenter{text-align:center;}

.imgstyle, .imgleft, .imgright, .imgcenter{
	margin:2px;
	padding:3px;
	border:1px solid #ccc;
	background:#fff;
	}
.imgleft{float:left;margin:0 1em 1em 0;}
.imgright{float:right;margin:0 0 1em 1em;}
.imgcenter{margin:0 auto 1em auto;}

.require{color:#CC0000; font-weight:bolder;}
.errormsg{
	color:#CC0000;
	text-align:center;
	padding:0.3em;
	margin:1em;
	background:#FFEEEE;
	border:1px solid #FF6666;
}
.sentmsg{
	text-align:center;
	padding:0.3em;
	margin:1em;
	background:#FFFFCC;
	border:1px solid #FFCC66;
}
.readmore{
	text-align:right;
	margin-top:0;
	padding-top:0;
	border-bottom:1px dotted #e5e5e5;
}

.highlight{
	background:#FFFFCC;
	border:1px solid #FFCC66;
	margin:0.6em 0;
	padding:0 0.8em;
}
.print{display:none;}
.unprint{display:block;}
.wash {
	display:block;
	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{
}
.title{
	color:#0C2D74;
	font-size:1.8em;
	margin:0;
	padding:30px 0 0 120px;
	height:30px;
	background:#fff url(../title_bg.png) no-repeat 0 0;
}
.title a{
	display:block;
	height:20px;
	width:770px;
	text-indent:-999em;
	color:#0C2D74;
	text-decoration:none;
}
.nav{
	list-style:none;
	background:#0C2D74 url(../nav_bg.png) repeat-x 0 0;
	height:32px;
	margin:0;
	padding:0 0 0 120px;
	min-width:865px;
	_width:865px;
}
.nav li{
	float:left;
	margin:0;
	padding:6px 25px 6px 0;
}
.nav li a{
	color:#fff;
	display:block;
	line-height:20px;
	text-decoration:none;
	padding:0 2px;
}
.nav li a:hover{
	background: #fff;
	color:#0C2D74;
}
/* contenu du site
-------------------------------------------------------*/
.content{
	min-width:960px;
	_width:960px;
	background:#fff;
	clear:left;
	margin:0;
	padding:0 0 0 30px;
}
.content_popup{
	margin:0;
	padding:0 10px 10px;
/*	height:565px;
	overflow: scroll;
	overflow-x:hidden;*/
}

.texte_home{}
.title_home{
	font-size:1.8em;
	color:#333333;
	font-style:italic;
}
.ul_outil{
	list-style:none;
	font-size:1.4em;
	padding:0;
	margin:0;
}
.ul_outil li{
	font-size:1.1em;
	line-height:1.6em;
	background:transparent url(../ul_arrow.png) no-repeat 0 6px;
	padding:0 0 0 20px;
	margin:5px 0;
	font-style:italic;
}
	
/* sidebar */
.sidebar{
/*	float:left;*/
	width:230px;
}

h2.title_sidebar{
	color:#fff;
	font-size:11px;
	margin:0;
	padding:2px 3px;
	text-align:center;
	border-bottom:1px solid #E5415C;
}
h2.title_sidebar a{
	display:block;
	color:#fff;
	text-decoration:none;
	background:transparent url(../icon_close.png) no-repeat right center;
}
h2.title_sidebar a.cellclose{
	color:#660000;
	background:transparent url(../icon_open.png) no-repeat right center;
}
.info_sidebar p{
	line-height:1.4em;
}
.sidebar_div_fond{
	background:#fff;
	padding: 2px;
	margin: 2px;
	width: 210px;
}
#filtre select{
	width:180px;
}
/* contenu carte */

.sidebar_info{
	font-size:9px;
	font-style:italic;
}
.content_map{
/*	float:left;*/
	padding:10px 30px;
}
ul.outils{
	float:left;
	list-style:none;
	border:1px solid #B8C8E4;
	overflow:auto;
	list-style:0;
	padding:5px;
	margin:0 5px 10px 0;
}
ul.outils li{
	float:left;
	padding:0 2px;
	margin:0;
}
ul.outils li img{
	width:28px;
	height:28px;
}
ul.outils li a{
	display:block;
	width:28px;
	height:28px;
	text-indent:-999em;
}
ul.outils li a:hover{
	background-position:0 -28px;
}
.screen a{background:#fff;}
.tools a{background:#fff;}
.objet a{background:#fff;}
.export a{background:#fff;}

ul.searchtool{
	float:left;
	list-style:none;
	border:1px solid #B8C8E4;
	width:350px;
	list-style:0;
	padding:5px;
	margin:0 5px 10px 0;
}
ul.searchtool li{
	float:left;
	padding:0 2px;
	margin:0;
}
ul.searchtool li a{
	height:44px;
	width:350px;
	color:#CC0000;
	text-decoration:none;
}
.map{
	clear:left;
	position:relative;
}
.divmap{
	border:1px solid #e5e5e5;
}
.map_overview{
	position:absolute;
	top:10px;
	left:10px;
	background:#fff;
	border:1px solid #C0001F;
}
.map_overview h3{
	text-align:center;
	font-weight:normal;
	margin:0;
	padding:2px;
	color:#fff;
}
.map_overview h3 a{
	color:#fff;
}
.content_info{
	font-size:9px;
}
.content_title{
	color:#fff;
	background:#99BE2B;
	padding:5px;
	width:165px;
}
ul.check_visu{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	background:#fff;
	width:120px;
}
ul.check_visu li{
	background:#90CDEC;
	margin:4px 0;
	width:110px;
}
ul.check_visu li label{
	position:relative;
	display:block;
	overflow:auto;
	padding:0 2px;
	line-height:20px;
	letter-spacing:-1px;
}
ul.check_visu li input{
	float:right;
}

.searchAlphabet_input_text{
	background:#fae3e7;
	border:0 none;
	width:162px;
	margin:0;
	padding:4px 0;
	color:#000;
	border:4px solid #fff;
	border-top:0 none;
}
.searchAlphabet_button{
	width:1px;
	height:1px;
	border:none;
	margin:0;
	padding:0;
	background:#fff;
/*	background:#CF101D;
	text-align:center;
	width:170px;
	margin:auto;
	padding:4px 0;
	color:#fff;
	border:4px solid #fff;*/
}

.bg_rouge{background:#C0001F;}

.top{text-align:right;margin:0;}
.top a{color:#E77119;}
.top a:hover{color:#FAAA6F;}

p.maj_fiche{
	font-size:9px;
	color:#999;
}

/* footer du site
-------------------------------------------------------*/
.logo_home{
	clear:right;
	float:right;
}
.logo_home p{
}
.logo_home p a{
	display:block;
	float:left;
	height:50px;
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-999em;
	padding:0 10px;
}
p.logo_pt{
	width:180px;
	padding:0;
}
p.logo_pt a{
	display:block;
	float:left;
	height:40px;
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-999em;
	padding:0 4px;
}
p.logo_pt a span{
	display:none;
}
.footer{
	border-top:3px solid #858585;
	margin:15px 5px;
}
.footer p{
	text-align:center;
}
.footer p.first{
	margin:-1em 0 0 0;
}
.footer p span{
	padding:5px;
	background:#fff;
}
/*
-------------------------------------------------------*/
/* PNG transparents sous IE6 avec du CSS */
/* * html img, */
* html .png{
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
        
    );
}