<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************/
/* vautilmieux_print.css                       */
/***********************************************/
/* margin: top right bottom left;
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.30;	
	margin: 0px;
	padding: 0px;
}

p {
	margin: 10px 0 10px 0;
}
a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #4DC4B8;
	text-decoration: none;
}

h1{
 font-family: Verdana, Geneva, sans-serif;
 font-size: 180%; font-weight:bolder;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial, Helvetica, FreeSans, sans-serif;
 font-size: 145%; font-weight:normal;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial, Helvetica, FreeSans, sans-serif;
 font-size: 105%;
 color: #3399CC;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial, Helvetica, FreeSans, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial, Helvetica, FreeSans, sans-serif;
 font-size: 90%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

table.gauche{
	border-collapse:collapse;
	float:left;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#globalNav{
	background-color:#3399CC;
}

#navBar{
	display:none
}

#headlines{
	display:none
}

#content{
  float: left;
  width: 100%;
}

#siteInfo{
	background-color:#3399CC;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	padding: 0 0 10px 10px; 
}


/************* #globalNav styles **************/

#globalNav{
	display:none;
}

/*************** #pageName styles **************/

#pageName{
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
}

/************* #masthead styles **************/
#masthead h1 a{
	color: #006699;
	}
	
#masthead h2{
	color: #334d55;
	margin: 5px 0px 10px 10px;
}

/************** .feature styles ***************/

.feature{
	margin: 5px 0px 10px 10px;
	font-size: 80%;
}

.feature h2{
	margin: 10px 0 0 0;
	font-size: 145%;
}

.feature h3{
	margin: 10px 0 -5px 0;
	clear:both;
}

.feature h4{
	 display:none;
}

.feature p{
	margin:5px 0 5px 0px;
}

.feature img{
	float: left;
	padding: 2px 10px 10px 0px;
}


/************** .story styles *****************/

.story{
	margin: 10px 0px 10px 10px;
	clear: both;
	border-top: 1px solid #99CCCC;
	font-size: 80%;
}

.story h2{
	margin: 10px 0 0 0;
	color:#005390;
}

.story h3{
	margin: 5px 0 -5px 0;
	color:#0084B0;
	clear:both;
}

.story h4{
	margin: 10px 0 -5px 0;
	color:#0099CC;
	clear:both;
}

.story h5{
	display:none;
}

.story p{
	margin: 5px 0 0 0;
}

.story ul{
	padding: 0px 0px 5px 20px;
	margin: 0 0 0 10px;
}

.story img{
	border: none;
	padding: 3px 5px 2px 0px;
	float:left;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

#siteInfo a{
	color: #003366;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/****** styles divers à ne pas imprimer*****/

.commentaire{
	display:none;
}
/************** .reference styles **************/

.reference{
	font-family: Times, serif;
}
</pre></body></html>