/* ==============================================
   FEUILLE DE STYLES
   © 2010 Jmdemers.ca & Peptonic Interactiv. Tous droits réservés.
   ============================================== */

@charset "utf-8";
<style type="text/css">
/* ------------------------------------- Balises textes ------------------------------------- */

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin:0; /* -> 6 */
	padding:0;
}
h1, h2, h3 {
	font-weight:normal; /* -> 7 */
}
h1 {
	font-size: 2.57em; /* -> 8 */
}
h2 {font-size: 1.714em
}
h3 {font-size: 1.3em;
}
h4 {font-size:1em;
}
/* Listes */
ul, ol {
	margin:0 0 12px 0;
	padding: 0; /* -> 9 */
}
ul {
	list-style-position:inside;
	list-style-image:url(../images/bullet.jpg);
	margin-left:12px;
	padding:0;
}
li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
/* Paragraphes */
p {
	line-height: 1.5em;
	margin:20px 0;
}
/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
/* Adress */
adress {
}
blockquote {
	margin: .75em 0 .75em 24px;
}

cite {
	font-style: italic;
}

/* ------------------------------------- Liens ------------------------------------- */
a {
	color:rgb(8,112,193);
	text-decoration:none;
	outline:0;
	}
a:hover, a:focus {
	color:rgb(225,40,35);
	text-decoration:none;
	outline:0;
	}
a img {
	border: none; /* -> 10 */
	}
/* Divers éléments de type en-ligne */
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
/* --- STYLES POUR CERTAINS CONTENUS DES GABARITS --- */
pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
	}
pre {
	width: 90%;
	overflow: auto;
	overflow-y: hidden;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
	}
pre strong {
	font-weight: normal;
	color: black;
	}
.clearer { 
    clear: both;
    height: 0px;
	padding: 0;
	margin: 0;
	overflow : hidden
	}
.rouge{
	color:rgb(225,40,35);
	font-weight:bold;
}
/* ------------------------------------- formulaire ------------------------------------- */

form{
	margin:0;
	margin-right:10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	}
fieldset{
	border:1px rgb(240,240,240) solid;
	background-color:rgb(240,240,240);
	position:relative;
	padding-top:25px;
	padding-bottom:25px;
	margin-top:15px;
	}
legend{
	border-left:1px rgb(207,196,169) solid;
	border-right:1px rgb(207,196,169) solid;
	font-weight:bold;
	font-size:1em;
	padding:2px 15px;
	margin-left:12px;
	}
form p{
	clear:left;
	margin-top:8px;
	}
label{
	display:inline-block;
	text-align:right;
	width:20%;
	margin-right:13px;
	font-size: 1.1em;
	}
.label-espace{
	width:30%;
	}
input{
	border:1px rgb(220,220,220) solid;
	background-color:white;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	width:60%;
	padding:4px;
	}
input:hover{
	background-color:#FFF;
	border:1px rgb(8,112,193) solid;
	}
.input-petit  {
	width:25%;
	}
textarea{
	border:1px rgb(220,220,220) solid;
	background-color:white;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	width:60%;
	padding:4px;
	height:115px;
	vertical-align:top;
	}
textarea:hover{
	background-color:#FFF;
	border:1px rgb(8,112,193) solid;
	}
select{
	border:1px rgb(220,220,220) solid;
	background-color:white;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	width:62%;
	padding:4px;
	color:rgb(0,0,0);
	}
select:hover{
	background-color:#FFF;
	border:1px rgb(8,112,193) solid;
	}
input.radio{
	width:auto;
	padding:0;
	border:0px;
	background-color:rgb(235,232,215);
	}
.select-mini  {
	width:10%;
	}
.radio-label{
	display:inline;
	font-weight:normal;
	color:#414b61;
	}
.radio-group{
	display:inline-block;
	margin-top:0;
	vertical-align:top;
	padding-top:0;
	}
.checkbox{
	width:auto;
	border:0;
	padding:0;
	background-color:rgb(235,232,215);
	}

.checkbox-holder{
	width:15%;
	margin-right:13px;
	float:left;
	text-align:right;
	}
	
.envoi-courriel-description{
	width:360px;
	}

.form_jour
{
	width: 12%;
}

.form_mois
{
	width: 18%;
}

.form_annee
{
	width: 18%;
}


/* button submit */
input[type="submit"]
{
	color:#FFF;
	background-color:rgb(8,112,193);
	border:0;
	font: 1.1em "Trebuchet MS",Arial,sans-serif;
	line-height: 1em;
	text-decoration: none;
	padding:5px 5px 5px 5px;
	width:20%;
	margin-right:3px;
}

input[type="submit"]:hover
{
	
	background-color:rgb(225,40,35);
	cursor: pointer;
}

div.submit{
	width:auto;
	margin:15px 5px 0 0;
	padding:5px 5px 5px 5px;
}

/* ------------------------------------- table ------------------------------------- */
#tab, #tab caption
{
    width:99%;
}
#tab
{
    border-collapse: separate;
    border-spacing: 2px;
    empty-cells: hide;

}
#tab caption
{
	font-size: 0.8em;
}
#tab th
{
	color: #000;
	font-size: 1em;
}
#tab td
{
	padding-left: 10px;
	background-color: #FFF;
}
#navcol
{
    width: 200px;
    background-color: #F4FAFD;
}

#numcol
{
    width: 150px;
}
#tab tfoot
{
    font-size: 0.7em;
    background-color: #FFCC66;
    color: #996600;
    letter-spacing: 1px;
}
/* ------------------------------------- page ------------------------------------- */

html {
	font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
}

body {
	margin: 0;
	padding: 0; /* Note -> 2 */
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 0.875em; /* -> 4 */
	line-height: 1.25; /* -> 5 */
	color:rgb(25,26,28);
	background:rgb(219,218,216) url(../images/body-bkg.jpg)  top left repeat-x;
}

#global{
	margin: 0 auto;
	text-align:center;
	width: 982px;
	}

#header{
	height:87px;
	width:982px;
	/*background-image:url(../images/SM_Maquette_02.jpg);*/
	}

#logo{
	float:left;
	height:87px;
	margin-left:1px;
	}


/* ------------------------------------- nav ------------------------------------- */

/* ------------------------------------- nav-top ------------------------------------- */
#nav-top{
	float:right;
	padding:0;
	font-size: 1em;
	margin-top:52px;
	height:35px;
	margin-right:1px;
}

#nav-top a {
	color:rgb(25,26,28);
	text-decoration:none;
	padding:0 10px 0 5px;
}

#nav-top a:hover {
	color:rgb(225,40,35);
	text-decoration:none;
}
#nav-top a.dernier {
	padding-right:0;
}

/* ------------------------------------- nav ------------------------------------- */

#nav {
	height:39px;
	background-color: #333;
	width:964px;
     padding-left:18px;
	background-color:rgb(54,54,60);
    -moz-border-radius:4px; 
    -webkit-border-radius:4px; 
     border-radius:4px; 
	text-align:center;
    }

#nav ul{
	list-style-type: none;
	width:980px;
	padding:0;
	display:inline;
	text-align:center;
    }

#nav li{
	float: left;
	display:inline;
    }
#nav li a{
    display: block ;
    color:rgb(255,255,255);
    font-size:18px;
    line-height:39px;
    text-decoration:none;
    padding:0 17px;
    height:39px;
    background-color:rgb(54,54,60);
	width:auto;
    }
#nav li a:hover,#accueil li.mm1 a:hover{
	background-color:rgb(225,40,35);
	text-decoration:none;
    }
	
	
	/*Actif avec le id du body de la page*/
li#mm1 a{
	background-color:rgb(0,0,0);
	text-decoration:none;
    }
	

/* ------------------------------------- section ------------------------------------- */

#section {
	width: 940px;
	margin: 20px auto 0 auto;
	text-align: left;
	background-color:rgb(255,255,255);
    -moz-border-radius:4px; 
    -webkit-border-radius:4px; 
     border-radius:4px; 
	height:auto;
	padding:20px 20px 0 20px;

    }


#section #header-section {
	margin-bottom:20px;

    }
#accueil #main, #equipe main{
	position:relative;
	width:960px;
	height:auto;
	margin-left:-20px;
	background:white url(../images/main-menu-new-bkg.jpg) top left repeat-y;
    -moz-border-radius-bottomleft:4px; 
   -webkit-border-bottom-left-radius:4px; 
    border-bottom-left-radius:4px; 
}

#equipe #article{
	padding:0;
	float:right;
	text-align:left;
	height:auto;
	width:656px;
	padding-right:10px;
	
    }


#accueil #menu-bar{
	float:left;
	text-align:left;
	background:rgb(255,255,255) url(../images/menu-bar-new-bkg.jpg) top left repeat;
	height:232px;
	width:216px;
	padding:44px 20px 0 20px;
	margin-top:-24px;
	}

#article{
	float:right;
	text-align:left;
	height:auto;
	width:inherit;
	margin-bottom:15px;
	-moz-border-radius-bottomleft:4px; 
   -webkit-border-bottom-left-radius:4px; 
    border-bottom-left-radius:4px; 

    }
	
#article2{
	padding:0;
	float:right;
	text-align:left;
	height:auto;
	width:inherit;
	padding-bottom:20px;
	-moz-border-radius-bottomleft:4px; 
   -webkit-border-bottom-left-radius:4px; 
    border-bottom-left-radius:4px; 
	background:white url(../images/main-menu-new-bkg.jpg) top left repeat-y;
    }

#nouvelles-container{
	float:left;
	text-align:left;
	min-height:100px;
	width:667px;
}
#nouvelles-container h2{
	margin:0 0 20px 0;
}

.nouvelle{
	border-bottom:1px solid rgb(233,230,225);
	padding:20px 20px 20px 0;
	margin:0;
	margin-right:3px;
}
.nouvelle a{
	text-decoration:none;

}
.nouvelle  a:hover span.titre{
	text-decoration:none;
	color:rgb(225,40,35);
}

.nouvelle img{
	float:left;
	margin-right:25px;
	
}

.nouvelle span.titre{
	margin:0;
	padding:0;
	line-height:1em;
	font-size:1.714em;
	font-weight:bold;
	color:rgb(8,112,193);
}

.nouvelle div.sous{
	margin:5px 0 0 170px;
	padding:0;
	line-height:1.5em;
	font-size:1.1em;
	color:rgb(0,0,0);
}


.date{
	color:rgb(153,153,153);
}
.nouvelle div.teaser{
	margin:5px 0 0 170px;
	padding:0;
	line-height:1.25em;
     color:rgb(51,51,51);
}



#menu-bar{
	float:left;
	text-align:left;
	background:rgb(255,255,255) url(../images/menu-bar-new-bkg2.jpg) repeat-y;
	width:216px;
}
#menu-bar h2{
	margin:0 0 20px 0;
}
#menu-bar h3{
	font-weight:bold;
}
#menu-bar ul{
	list-style-image:url(../images/list-bullet.jpg);
	margin:10px 0 0 30px;
	padding:0;
	list-style-position:outside;
}
#menu-bar ul li{
	line-height:1.25em;
}
#menu-bar a:hover{
	color:rgb(225,40,35);
}

#listing h1{
	margin:20px 0 20px 20px;
	padding:0;
}
.realisation-container{
	margin:0 20px 20px 20px;
	height:auto;
	border-top:1px solid rgb(233,230,225);
}
.realisation{
	float:left;
	margin:20px 40px 20px 0;
	width:430px;
}
.realisation img{
	margin-bottom:-7px;
}

.realisation .nom{
	font-weight:bold;
	font-size:1.3em;
}
.dernier{
	margin-right:0;
}
.realisation-liste-container{
	
	margin:0 20px 20px 20px;
	text-align: left;
	padding:0;
}
.realisation-liste{
	float:left;
	margin:20px 45px 20px 0;
	width:190px;
	overflow:hidden;
	padding-left:0;
}

.realisation h3,.realisation-liste h3,.realisation-liste-dernier h3{
	margin:0;
	padding:0;
	
}
.realisation-liste ul,.realisation-liste-dernier ul{
	list-style:none;
	list-style-position:outside;
	margin:5px 0 20px 0;
	padding:0;
}
.realisation a:hover{
	color:rgb(225,40,35);
}

#details #section {
	width: 960px;
	padding-left:0;
    }

#details #section #header-section {
	margin:0 0 20px 20px;
    }

#details #menu-bar{
	float:left;
	text-align:left;
	background:rgb(244,244,244) url(../images/menu-bar-new-bkg.jpg) top left no-repeat;
	width:214px;
	padding:20px 20px 0 20px;
	margin-right:40px;
	
}

#menu-header{
	margin-bottom:18px;
}


#menu-header-gauche{
	float:left;
	text-align:left;
}
#menu-header-gauche img{
	margin:-2px 10px 0 0;
}
#menu-header-droit{
	float:right;
	text-align:right;
}
#menu-header-droit img{
	margin:-2px 0 0 10px;
}
#details #menu-bar h3{
	margin:20px 0 0 20px;
	padding:0;
	
}
#details #menu-bar ul{
	list-style:none;
	list-style-position:outside;
	list-style-image:none;
	margin:0 0 20px 20px;
	padding:0;
}
#details #menu-bar li{
	list-style:none;
	list-style-position:outside;
}

#texte-details{
	float:left;
	width:634px;
	
}
#texte-details h1{
	margin:30px 0 0 0;
	padding:0;
}
#texte-details p{
	margin:10px 10px 0 0;
	padding:0;
}
#texte-details p.gros{
	font-size: 1.3em;
}
#texte-details h3{
	padding:0;
	margin:20px 0;
}

#article ul{
	margin:10px 0px 10px 30px;
	padding:0;
	list-style-position:outside;
}

#texte-details ul{
list-style-position:inside;

	list-style-image:url(../images/list-bullet.jpg);
	margin-left:12px;
	padding:0;
}

#page #article{
	padding:0;
	float:right;
	text-align:left;
	height:auto;
	width:656px;
	padding-right:30px;
    }
#page #section {
	width: 980px;
	padding:0;
	background-color:transparent;
		 -moz-border-radius:4px;
	 -webkit-border-radius:4px; 
	 border-radius:4px;'
    }
#page #main{
	width:980px;
	height:auto;
	background: white url(../images/main-menu-new-bkg.jpg) top left repeat-y ;
	background-color:rgb(255,255,255);
    -moz-border-radius:4px; 
    -webkit-border-radius:4px; 
     border-radius:4px; 

	padding-bottom:20px;
}
#page h1{
	margin:30px 0 0 0;
	padding:0;
}
#page p{
	margin:10px 0 0 0;
	padding:0;
}
#page p.gros{
	font-size: 1.3em;
}
#page h2{
	padding:0;
	margin:20px 0;
	font-weight:bold;
}
.equipe-container{
	margin:20px 0 40px 0;
	height:283px;
}
.equipe{
	float:left;
	margin:20px 0;
	height:200px;
	width:218px;
}
.equipe img{
	margin-bottom:5px;
}
.equipe .nom{
	font-weight:bold;
	font-size:1.1em;
}
.equipe .poste{
	font-style:italic;
	color:black;
}

.dernier{
	margin-right:0;
}

.contact-liste-container{
	margin:40px 28px 40px 0;
	height:auto;
	width:100%;
}
.contact-liste-container h2{
	margin:0;
}
#contact_quebec{
	float:left;
	margin:0 0 0 0;
	padding:20px 20px 0 20px;
	background-color:rgb(240,240,240);
	width:263px;
}
#contact_montreal{
	float:right;
	padding:20px 20px 0 20px;
	margin-right:10px;
	background-color:rgb(240,240,240);
	width:263px;
}


.contact-liste-container h3{
	margin:0;
	padding:0;
	font-weight:bold;
	
}
.contact-liste-container ul{
	list-style:none;
	list-style-position:outside;
	margin:5px 0 20px 0;
	padding:0;
}

/* ------------------------------------- aside ------------------------------------- */

#aside{
	width: 260px;
	height: 300px;
	padding:0 0 0 0;
	text-align: left;
	float:left;
	margin:-20px 30px 0 0;
	background: white url(../images/menu-bar-new-bkg.jpg) top left no-repeat ;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px; 
	 border-radius:4px;'
	}
	
#equipe #aside{
	width: 253px;
	padding:20px 0 0 0;
	text-align: left;
	float:left;
	margin:-24px 30px 0 0;
	height:260px;
	background: white url(../images/menu-bar-new-bkg.jpg) top left no-repeat ;
	}

#aside h3{
	pading:0;
	margin:40px 40px 19px 30px;
    }
   
.liens{
	width:253px;
	height:43px;
	margin-left:1px;
}
.actif{
	width:264px;
	height:43px;
	background:transparent url(../images/aside-menu-bkg.jpg) center right no-repeat; 
}
.actif a,#aside .actif a:hover{
	color:white;
	background-color:rgb(225,40,35);
	width:195px;
	border:none;
}
#aside .actif a{
	border:none;
	width:195px;
}
#aside a{
	display:block;
	width:193px;
	height:34px;
	margin-left:-1px;
	padding:0 30px;
	border-bottom:1px solid rgb(236,234,233);
	line-height:36px;
	font-size:1.1em;
	font-weight:bold;
	margin-top:-9px;
}
#aside a:hover{
	
	width:193px;
	height:34px;
}
#aside p{
	margin-left:30px;
	margin-right:30px;
	font-size:1.1em;
}

/* ------------------------------------- footer ------------------------------------- */

#footer {
	background-color:transparent;
	width: 982px;
	margin: 20px auto 20px auto;
	text-align:center;
	padding:0;
	height:160px;
	
	padding-bottom:70px;
}
#footer-section{
	width: 946px;
	margin-bottom: 20px;
	text-align: left;
	background-color:rgb(255,255,255);
    -moz-border-radius:4px; 
    -webkit-border-radius:4px; 
     border-radius:4px; 
	padding:0 18px;
}
.footer-liste{
	float:left;
	width:195px;
	padding:0 20px;
	border-right:1px solid rgb(236,234,233);
	height:160px;
}
.footer-liste-inner{
	margin:20px 0;
	height:135px;
     overflow:hidden;
	width:205px;
}


#propulser{
	margin-top:10px;
}

#footer .dernier{
	border-right:1px solid rgb(255,255,255);
}
.footer-liste h3{
	padding:0;
	margin:0;
	font-weight:bold;
}
.footer-liste ul{
	list-style-image:url(../images/list-bullet.jpg);
	margin:10px 0 0 30px;
	padding:0;
	list-style-position:outside;
}
ul.joindre{
	list-style:none;
	list-style-image:none;
	margin:5px 0 0 0;

}
ul.joindre li{
	list-style:none;
	list-style-image:none;
	padding-top:8px;
}
ul.joindre img{
	padding:0 10px 0 0;
	margin-top:-4px;
}
.footer-liste a:hover{
	color:rgb(225,40,35);
}
.footer-liste p{
	margin:5px 0 0 0;
	padding:0;
	line-height:1.5em;
	width:100%;

}
.footer-liste ul li{
	line-height:1.25em;
}

#footer-bar{
	width: 982px;
	text-align: left;
	background:rgb(42,42,42) url(../images/footer-bar-bkg.jpg) center left repeat-x;
    -moz-border-radius:4px; 
    -webkit-border-radius:4px; 
     border-radius:4px; 
	height:39px;
}
#footer-bar a{
	color:rgb(219,218,216);
	text-decoration:none;
}


#signature{
	float:left;
	height:39px;
	line-height:39px;
	color:rgb(219,218,216);
	margin-left:18px;
	width:725px;
}
#signature strong{
	color:rgb(255,255,255);
}
#signature a:hover strong {
	color:rgb(225,40,35);
}
#performante{
	float:right;
	height:39px;
	text-align:right;
	width:239px;
	
}
#texte-bas{
	float:left;
	height:39px;
	line-height:39px;
	color:rgb(219,218,216);
	margin-right:18px;
	text-align:right;
	width:auto;
}
#logo-bas{
	float:right;
	margin:0;
	width:38px;
	text-align:left;
}




</style>
