/* Stylesheet Page en construction de Numerique */
/* Par Phil Turcotte le 31 mars 2008 */
/* www.numerique.ca */

* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#D7DCE3;
	font-family:Verdana, sans-serif;
	color:#000000;
	font-size:0.75em;
}

h1 {
	display:none;
}

h2 {
	background-image:url(images/little_apple.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-family:Verdana, sans-serif;
	font-size:1.2em;
	color:#7B8084;
	width:100%;
	border-bottom:1px solid #7B8084;
	padding-bottom:2px;
}

h2 span{
	display:block;
	margin-left:30px;
}

h3 {
	border-left:2px solid #7B8084;
	border-bottom:1px solid #7B8084;
	font-family:Verdana, sans-serif;
	font-size:1.2em;
	color:#7B8084;
	margin-left:15px;
	margin-top:15px;
}

h3 span{
	display:block;
	margin-left:5px;
}

.contactezNous {
	margin-left:15px;
}

div#containerPrincipal {
	border:2px solid #234A8C;
	background-color:#FFFFFF;
	width:770px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:20px;
}

div#containerTop img{
	float:left;
}

div#ligneSeparator {
	background-image:url(images/fondLigne.gif);
	background-repeat:repeat-x;
}

img#imageTitre {
	margin-top:35px;
	margin-left:15px;
	float:left;
}

div#containerContenu {
	float:right;
	width:646px;
	margin-right:20px;
	margin-top:25px;
}

div#containerContenu p{
	margin-top:15px;
	margin-bottom:15px;
}