/*print.css*/
body{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12pt;
	color: #000;
	background-color: #fff;
}

noscript{
    display:none;
}

.hide_print{
	display:none;
}

.hide_screen{
	visibility:visible;
}

abbr {
	border-bottom:1px dotted #cccccc;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	/*
		both set to zero and padding in header div is used 
		intead to deal with compound ie pc problems that are beyound summary 
		in a simple comment.
	*/
	color:#A52A2A;
}
	
h2,h3,h4,h5,h6{
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	color:#A52A2A;
}

h2 {font-size: 1.7em;}

h3 {font-size: 1.4em;}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
}

img {border: 0;}

ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}
li{

}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}

pre {
		/*
			moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger 
			because monospace tends to run you into overflow pretty quick.
			prior moz and net are okay.
		*/
	font-family: monospace;
	font-size: 1.0em;
}

p a, p b, p strong, p span{
	line-height: 1.8em;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
	
}

a{
	font-size: 1.0em;
}
/*
	-------------------------------
	--	entete
	-------------------------------
*/
#entete{
	height:100px;
}

#entete h1{
	text-align:center;
}


#logo{
	margin-right:10px;
	vertical-align:middle !important;
}

.ligne-impaire{
	background-color:#DEE6FF !important;
	background:#DEE6FF !important;
}

.ligne-impaire td,.ligne-impaire th{
	border-top:1px solid #000000!important;
}


#contenu{
	/*min-width:auto;*/
	width:auto;
	margin : auto !important;
}


#bloc_navigation{
	display:none;
}

#contenu-principal{
	margin : auto !important;
	/*min-width:auto;*/
	width:auto;
	float:none;
	text-align:left;
}

#pied{
}


/*
	-------------------------------
	--		Divers
	-------------------------------
*/

p.note{
	color:#A52A2A; /* brown */
	border : 1px dashed #A52A2A;
	padding:5px;
}