/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
/* BDOY et CHAR */

body {
	width: auto;
	margin: 10px auto;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
}

.ns4 {
	display: none;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #990000;
	background: transparent;
}

p {
	font-family: lucida grande, verdana, arial, sans-serif;  
	color: #000;
	background: transparent;
	}

a { 
	color: #336699; 
	background: transparent; 
	text-decoration: none;
} 

a:link,
a:visited { 
	background: transparent; 
} 

a:hover,
a:active,
a:focus { 
	color: #3366CC; 
	background: transparent; 
	text-decoration: underline;
} 

h3 {
	margin-top: 8px;
	margin-left: 8px;
	padding-top: 8px;
	margin-bottom:0px;
	padding-bottom: 0px;
	font-size: 13px;
	background: transparent;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
h3.rubrik {
	font-size: 15px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	background: transparent;
	color: #990000;
	padding-top: 0px;
	margin-top: 6px;
	padding-bottom: 2px;
}
	
h4 {
	margin-top: 4px;
	padding-top: 3px;
	margin-bottom:0px;
	padding-bottom: 0px;
	margin-left:12px;
	font-size: 12px;
	background: transparent;
	color: #990000;
	}
	
h4.statuts {
	margin-top: 8px;
	padding-top: 8px;
	margin-bottom:0px;
	padding-bottom: 0px;
	margin-left:10px;
	font-size: 12px;
	background: transparent;
	color: #666;
	}
	
h5 {
	margin-top: 8px;
	padding-top: 8px;
	margin-bottom:0px;
	padding-bottom: 0px;
	margin-left:12px;
	font-size: 11px;
	background: transparent;
	color: #666;
	}
	
h6 {
	margin-top: 8px;
	padding-top: 8px;
	margin-bottom:0px;
	padding-bottom: 0px;
	margin-left:12px;
	font-size: 11px;
	background: transparent;
	color: #000;
	}

/* CADRES -----------------------------------------------------------------*/

#TopFrame {
	margin:auto;
	text-align:center;
	width:auto;
	padding: 0px;
	color: #FFFFFF;
	border: thin none #000000;
}

#MidFrame {
	margin:auto;
	text-align:left;
	width:auto;
	float: left;
	padding-bottom: 10px;
}

#header {
	float: left;
	width: 600px;
	text-align: left;
	background: transparent;
	color: #000;
	}

#logohaut {
	float: left;
	width: 81px;
	height: 80px;
	background: transparent url("logo.jpg") no-repeat bottom left;
	color: #000;
	border: 1px solid #990000;
	}	
 
#title {
	float: left;
	width: 505px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	background: transparent url("title.jpg") no-repeat bottom right;
	color: #000;
	border-bottom: 0px solid #990000;
	}	

#title h1 {
	display: none;
	}

#container {
	background: transparent;
	float: left;
	width: 600px;
	text-align: left;
	}	
	
h2.section {
	margin-top: 6px;
	margin-right: 0px;
	padding-bottom: 4px;
	padding-right: 4px;
	font-size: 13px;
	background: transparent;
	color: #990000;
	border-bottom: 1px solid #990000;
	}
	
p.section {
	margin-top: 10px;
	margin-right: 0px;
	padding-bottom: 12px;
	padding-right: 4px;
	font-size: 10px;
	background: transparent;
	color: #000;
	border-bottom: 1px solid #990000;
	}
	
p.section span {
	color: #990000;
	font-weight: bold;
	}
	
#sidebar {
	display: none;
}

#sidebar ul {
	display: none;
}

#sidebar li {
	display: none;
} 
#DoNotPrint {
	display: none;
} 

/*
#sidebar li a:link,
#sidebar li a:visited { 	
    	background: transparent;
    	color: #C3A9A9;
		text-decoration: none;
} 

#sidebar li a:hover,
#sidebar li a:active,
#sidebar li a:focus { 	
    	background: transparent;
    	color: #336699;
		text-decoration: underline;
} 
*/
	
#content {
	float: left;
	width: 438px;
	padding-bottom: 10px;
	padding-left: 0px;
	background: transparent;
	border-top: 5px solid #990000;
	border-left: 1px solid #990000;
	min-height: 200px;
}

	
div.arelas {
	margin-top: 6px;
	padding: 2px 5px;
	padding-right:0px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: right;
	background: transparent;
	color: #000;
	padding-bottom:8px;
	border-bottom: 1px solid #990000;
	line-height: 15px;
}
	
div.arelas span {
	color: #990000;
}
	
span.subtitle {
	font-size: 80%;
	color: #666;
}

span.retour {
	color: #666;
	font-size: 0.8em;
}

#content p {
	font-size: 12px;
	margin: 10px 0px 5px 14px;
	text-align: justify;
}

.italic {
	font-style: italic;
}

#content p.index {
	font-size: 1em;
	text-align: left;
}

	
#content p.commande {
	font-size: 12px;
	margin: 10px 0px 5px 120px;
	text-align: left;
}
	
#content p.acrobat {
	color: #333;
	font-size: 11px;
	border-left: solid #999 2px;
	padding-left: 3px;
	margin-left: 18px;
}

#content p.note {
	color: #333;
	font-size: 11px;
	border-left: solid #999 2px;
	padding-left: 3px;
	margin-left: 18px;
}

#content p.chapofirst {
	padding-top: 0px;
	margin-top: 6px;
}

#content p.chapo {
	border-top: dotted 2px #990000;
	padding-top: 11px;
	margin-top:11px;
}

#content p.chapolast {
	border-top: dotted 2px #990000;
	padding-top: 11px;
	margin-top:11px;
	margin-bottom:10px;
}

#content p.lien {
	text-align: left;
	color: #666;
	font-size: 0.7em;
}

#content .grosrouge {
	font-weight: bold;
	color: #990000;
}

div.image {
	text-align: center;
	display: block;
	margin: auto;
	margin-top: 20px;
	}
	
#content .top {
	margin-top: 15px;
	margin-left: 15px;
}

#content .petitgris {
	font-size: 10px;  
	color: #666;
	margin-top: 0px;
	text-align: left;
}

#content p.download {
	font-size: 10px;  
	color: #666;
	margin-top: 0px;
	text-align: left;
}
	
#content ul {
	margin: 6px 0px 10px 30px;
}

#content li {
	font-size: 12px;
	margin: 2px 0px 0px 5px;
	text-align: left;
	line-height: 1.5em;
}

#footer {
	float: left;
	width: 680px;
	text-align: left;
	background: transparent;
	color: #000;
	border: 1px solid #336699;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
	display: none;
	}

#credits {
	float: left;
	width: 142px;
	margin: 0px;
	padding: 5px 0px 10px 5px;
	border: 1px solid #990000;
}

#credits p {
	font-size: 10px;  
	margin: 0px;
	}

#space {
	float: left;
	width: 434px;
	padding: 5px 0px 5px 5px;
	background: transparent;
	border-top: 1px solid #990000;
}

abbr,acronym,.help {
	border-bottom: 1px dotted #000;
	cursor: help;
}
#TopBannerEN {
	display:none
}
.TopNavigation {
	display:none
}
#NBImageEN {
	width: auto;
	font-size: 16px;
	text-align: left;
	color: #000000;
	background-color: #CCCCCC;
	padding: 0px 0px 10px;
	margin: 0px;
}
#sidebar strong {
	font-weight: bold;
	line-height: 25px;
	display: inline;
}
#CentralFrame {
	margin: 0px;
	width: auto;
	padding: 5px;
}
#MidFrame #CentralFrame .Title {
	font-size: 14px;
	font-weight: bold;
}
#Frame {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

