/* URLS Montreal stylesheet.css */
/* Par Phil Turcotte le 7 juillet 2008 */
/* www.numerique.ca */

* {
	margin:0px;
	padding:0px;
}

body {	
	font-family:Verdana, Arial, sans-serif;
	font-size:0.7em;
	color:#3D3C2A;
	background-color:#FFFFFF;
	background-image:none;
}

body.site{
    background-image:url(../images/pagesInterieures/img_background.gif);
	background-repeat:repeat-x;
	background-color:#DBE5F5;
}

td{
   vertical-align:top;
}

p{
   margin-bottom:10px;
}

ul {
	list-style:none;
	margin-top:10px;
	margin-bottom:15px;
}

ul li {
	background-image:url(../images/pagesInterieures/img_bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:7px;
}

a {
	color:#5D6FA8;
	text-decoration:underline;
}

a:link { color:#5D6FA8; text-decoration:underline; }
a:visited { color:#604545; text-decoration:underline; }
a:hover { color:#5D6FA8; text-decoration:none; }
a:active { color:#5D6FA8; text-decoration:underline; }

a img {
	border:none;
}

img.bordure {
	background-color:#E6EDF8;
	border:1px solid #DCE4F0;
	padding:9px;
	float:right;
	margin-bottom:15px;
	margin-left:29px;
}

img.bordureGauche {
	background-color:#E6EDF8;
	border:1px solid #DCE4F0;
	padding:9px;
	float:left;
	margin-bottom:15px;
	margin-right:29px;
}

img.icone {
 margin:0 10px 10px 0;
 float:left;
}

h1 {
	font-size:1.4em;
	color:#181818;
	width:100%;
	border-bottom:1px solid #DCE4F0;
	padding-bottom:7px;
	margin-bottom:20px;
}

h2 {
	font-size:1.1em;
	color:#181818;
	width:100%;
	padding-bottom:7px;
	padding-top:5px;
}

table.tableau {
	border:2px solid #C3D4EF;
	width:100%;
	border-collapse:collapse;
	clear:both;
	margin-top:15px;
	margin-bottom:15px;
}

table.tableau td {
	border:1px solid #FFFFFF;
	margin:0px;
	text-align:left;
	padding:8px 5px 8px 10px;
}

table.tableau td.titre {
	background-color:#4D609F;
	color:#FFFFFF;
	font-weight:bold;
}

table.tableau td.beigeFonce {
	background-color:#E6E3C6;
}

table.tableau td.beigePale {
	background-color:#F5F4E8;
}

.bleu{
 font-weight:bold;
 color:#5D6FA8;
}

.orange{
 font-weight:bold;
 color:#C47033;
}

.petitTexte{
	font-size:0.8em;
}