a:link {
	color:#0085c0;
	text-decoration:none;
}

a:visited {
	color:#0085c0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border-width:0;
}

html {
	margin: 0;
	padding: 0;
}

body {
	font-size:11pt;
	color:#000000;
	margin: 0;
	padding: 0;
	background:#f0f0f0;		
}

h1{
	font-size:16pt;
}

#container {
	margin:0;
	padding:0;
	margin-left:50px;
	background: #ffffff;
	_height:100%;
	border:#FFFFFF solid 0.2em;
	width:95%;
	}

#header {
	height:65px;
	background-color:#b3dff2;
	margin:0;
	padding:0;
}


#header h1 {
	color:#0085c0;
	text-align:right;
	margin:0;
	padding:0;
	padding-right:15px;
	}

/* bande bleue en haut et en bas de chaque page */
#stripeblue {
	height:2.5em;
	margin:0;
	padding:0;
	background:#0085c0;
	vertical-align : middle;
	color : white;
}

/* liens dans les bandes bleues */
#stripeblue A:link {
	text-decoration : none;
	color : white;
}
#stripeblue A:visited {
	text-decoration : none;
	color : white;
}
#stripeblue A:hover {
	text-decoration : none;
	color : white ;
}

#stripeblue img {
	padding:0;
	margin:0;
	margin-top:0.55em;
	margin-right:0.75em;
	margin-left:0.75em;
	height:1.4em;
	}

#bandeaugauche {
	height:100%;
	max-height:100%;
	width:15em;
	top:0;
	margin:0;
	border-top:0.1em #FFFFFF solid;
	padding:0;
	padding-bottom:5.7em;
	background:#b3dff2;
	}

.menuItem {
	left:0;
	top:0;
	_margin-top:1em;
	margin-left:0.7em;
	margin-right:0.7em;
}

.menuItem h3 {
	font-size:11pt;
	font-weight:bold;
	color:#0085c0;
	border-bottom:3px;
	border-bottom-style:solid;
	border-bottom-color:#0085c0;
}

.menuItem h4 {
	font-size:11pt;
	color:#0085c0;
	text-align:right;
	margin-right:1.5em;
}

.menuItem li {
	list-style-type:none;
	margin-left:0.5em;
}

#txt {
 	margin-right:5px;
 	padding-left:1em;
 	padding-right:1em;
	color:#000000;
 	text-align:justify;
}

h2 {
	text-decoration: none;
    color:#0085c0;
    font-size: 10pt;
	font-family: sans-serif;
	font-weight : bold;
	}


#txt td {
	font-size:11pt;
	position:relative;
 	margin-right:5px;
 	padding-left:1em;
 	padding-right:1em;
	color:#000000;
	text-align:left;
}

#txt h1{
	text-transform:uppercase;
	font-size:12pt;
  	color:#0085c0;
	padding-left:0.5em;
	_margin-top:1em;
}

#txt h2{
	text-transform:uppercase;
	font-size:10pt;
  	color:#0085c0;
	padding-left:0.5em;
	_margin-top:1em;
}

div.sect {
    border:3px outset #0085c0;
    padding:1em;
    _max-width: 95%;
    _min-width: 95%;
    _width: 95%;
    }


#aide {
        position: absolute;
        z-index: 20;
        visibility: hidden;
        left: 0px;
        top: 0px;
        background: white;
        border: 1px solid #9c9acc;
        padding: 0.5em;
        width: 20em;
        max-width: 20em;
        _margin-top: 250px;
        _margin-left: 50px;
}

#aide h3        {
        font-size: 10pt;
        color: #9c9acc;
}

#aide p {
        text-align: justify;
}

.boutonaide {
    color: #555555;
    font-weight: normal;
    font-size: 0.8em;
    text-decoration: none;
    font-variant: italic;
    }