/* stylesheet.css */
/* Phil Turcotte 19 Fevrier 08 */
/* www.numerique.ca */

* {
	padding:0px;
	margin:0px;
}

body {
background-image: none;
background-color: #FFFFFF;
	font-family:Arial, sans-serif;
	font-size:0.7em;
	color:#555555;
}

h1 {
	color:#555555;
	font-size:1.8em;
}
h2 {
	color:#555555;
	font-size:1.1em;
	font-weight: bold;
	clear: both;
}
h2.titreFormulaire {
	color:#555555;
	font-size:1.5em;
	font-weight: bold;
	padding: 15px;
	clear: none;
	margin: 2px 0 0 2px;
	width: 577px;
	 background-color: #dfe3ea;
}
h3 {
	color:#8F0102;
	font-size:1.1em;
	font-weight: bold;
	clear: both;
}
hr { clear: both; }

a img {
	border:none;
}

a {color:#163F79;}
a:link {}
a:visited {}
a:hover {text-decoration:none;}
a:active {}

ul {
	list-style:none;
}

ul li {
	background-image:url(/Images/PagesInterieures/img_bullet.gif);
	background-repeat:no-repeat;
	background-position:15px 6px;
	padding-left:25px;
	/*position:relative;*/
}

span.rouge {
	font-weight:bold;
	color:#8F0102;
}

img.imgPhotoContenu {
	border:3px solid #D6D6D6;
	margin-left:10px;
	margin-bottom:10px;
	float:right;
}

img.separatorContenu {
	margin-top:10px;
	margin-bottom:10px;
}


table {width:100%;}
table tr td { vertical-align: top; }
table.tableauHorizontal tr th { color: #8f0102; font-weight: bold; vertical-align: top; width: 45px; padding: 3px 0; }
table.tableauHorizontal tr td { vertical-align: top; padding: 3px 0; }
table.tableauHorizontal tr td ul { display: block; list-style:none; }
table.tableauHorizontal tr td ul li { display: block; background-image:url(/Images/PagesInterieures/img_bullet.gif); background-repeat:no-repeat; background-position:15px 6px; padding-left:25px; }

table.tableauVertical{border:1px solid #DFE3EA;border-collapse:collapse}
table.tableauVertical td,table.tableauVertical th{padding:6px 4px;border:1px solid #DFE3EA;vertical-align:middle;}
table.tableauVertical td.celluleTitre,table.tableauVertical th{background:#00144C none;color:#FFFFFF;font-weight:bold;text-align:left;}
table.tableauVertical td.celluleTitreSansPadding,table.tableauVertical th.sansPadding{padding:6px 2px;}
table.tableauVertical td{text-align:center;}
table.tableauVertical td.celluleGauche{text-align:left;}



.fichier { float: left; margin: 0 10px 0 0; padding: 0; border: none; }
.floatLeft { display: block; float: left; }
.floatRight { display: block; float: right; }
.colonnesContenu { display: block; float: left; width: 205px; }

/*p.blocImage { display: block; clear: both; }
p.blocImage img { float: left; margin: 0 10px 100px 0; padding: 0; border: none; }*/

#hautDePageImpression {
display: none;
}
#basDePageImpression {
display: none;
}

