/* CSS pour 3mconstruction.ca par Christian Rochefort
www.gestionweb.ca 2007 */

/*Début des images Statique */
.body {
	text-decoration: none;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	background-color: #ffffff;
	width:999px;
	height:100%;
	margin:auto;
	background-color:#000000;
}

/*table{
margin-left: auto;
margin-right: auto;
}*/

h1 {
	font-size: 150%;
	color: #000000;
	background-color:#FFFFFF;
}

h2 {
	font-size: 100%;
	color: #000000;
		background-color:#FFFFFF;
}

.text1 {font-size:100%;
	color: #000000;
		background-color:#FFFFFF;
}
.text2 {font-size:90%;
	color: #000000;
		background-color:#FFFFFF;
}
.text3 {font-size:120%;
	color: #000000;
		background-color:#FFFFFF;
}
.text4 {font-size:100%;
	color: #FFFFFF;
		background-color:#000000;
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-decoration: none;
	font-style: oblique;
}

a:visited {
	color: #FF3300;
	text-decoration: underline;
}


a:link {
	text-decoration: underline;
	font-weight: bold;
}

/* Début des ID de section */
#container{
	width:1000px;
	height:auto;
	margin:auto;
	background-color:#FFFFFF;
	position:relative;
	color:#000000;
	}
#header{
	width:1000px;
	height:320;
	margin:auto;
	background-color:#FFFFFF;
	position:relative;
	color:#000000;
	}

.top{
	background-image:url(../images/top.jpg);
	float:left;
	height:22px;
	width:1000px;
	background-repeat:no-repeat;
}

.gauche-en{
	background-image:url(../images/gauche-en.jpg);
	float:left;
	height:298px;
	width:442px;
	background-repeat:no-repeat;
}
.centre-en{
	background-image:url(../images/centre-en.jpg);
	float:left;
	height:238px;
	width:468px;
	background-repeat:no-repeat;
}
.droite-en{
	background-image:url(../images/droite-en.jpg);
	float:left;
	height:238px;
	width:90px;
	background-repeat:no-repeat;
}
.gauche-fr{
	background-image:url(../images/gauche-fr.jpg);
	float:left;
	height:298px;
	width:442px;
	background-repeat:no-repeat;
}
.centre-fr{
	background-image:url(../images/centre-fr.jpg);
	float:left;
	height:238px;
	width:468px;
	background-repeat:no-repeat;
}
.droite-fr{
	background-image:url(../images/droite-fr.jpg);
	float:left;
	height:238px;
	width:90px;
	background-repeat:no-repeat;
}
.banniere{
	width:558px;
	height:60px;
	background-image:url(../images/banniere.jpg);
	background-repeat:no-repeat;
	float:left;
}

/* Fin du haut de page */

/* Début du contenu */

#content{
	width:950px;
	height:auto;
	}
	
.content{
	width:950px;
	height:auto;
	background-color:#FFFFFF;
	background-repeat:repeat;
	float:left;
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	color:#000000;
	}
	
/* fin du contenu */

/* Section contact */
#contact-div{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	}
	
.contact-float{
	width:210px;
	height:510px;
	float:left;
	padding:10px;
	}

/* fin de la section contact */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#slidetabsmenu {
float:left;
width:95%;
font-size:90%;
line-height:normal;
border-bottom: 1px solid gray;
padding-top:10px;
text-align:center;


}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url(../css/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url(../css/tab-right.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color: black;
}

#slidetabsmenu #current a {
background-position:0 -125px;
}

#slidetabsmenu #current a span {
background-position:95% -125px;
color: black;
}

#slidetabsmenu a:hover {
background-position:0% -125px;
}

#slidetabsmenu a:hover span {
background-position:95% -125px;
}


/* ALIGNMENT UTILITY CSS BEGINS | DEBUT DU CSS D'UTILITE D'ALIGNEMENT */
.alignRight {
	text-align: right;
}
.alignCenter {
margin-left:auto;
margin-right:auto;
text-align:center;
}
.alignLeft {
	text-align: left;
}
.alignTop {
	vertical-align: top;
}
.alignBottom {
	vertical-align: bottom;
}
.alignTopRight {
	text-align: right;
	vertical-align: top;
}
.alignTopCenter {
	text-align: center;
	vertical-align: top;
}
.alignTopLeft {
	text-align: left;
	vertical-align: top;
}
.alignBottomRight {
	text-align: right;
	vertical-align: bottom;
}
.alignBottomCenter {
	text-align: center;
	vertical-align: bottom;
}
.alignBottomLeft {
	text-align: left;
	vertical-align: bottom;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.image-left { 
	float: left;
	vertical-align: text-top;
}
.image-right {
	float: right;
	vertical-align: text-top;
	margin-left: 10px;
}

/* ALIGNMENT UTILITY CSS ENDS | FIN DU CSS D'UTILITE D'ALIGNEMENT */

/* Projet Images */

.projet {
	padding-left:10px;
	padding-bottom:10px;
	margin-top:15px;
	margin-bottom:0px;
	min-height:150px;

	}
.projetImg {
	float:left;
	text-align:center;
	width:320px;
	margin:0 10px;
	padding:0;
	border:0;
}
.projetSummary { 
	margin-left:340px;
	background-color:#EBEBEB;
}
.projet h2 {
/*	border-bottom:1px solid #ccc; */
	margin-bottom:1ex;
	margin-top:0px;
	margin-left:0px;
	padding-left:10px;
	padding-bottom:.5ex;
	font-size:115%;
}
* html .projetSummary { 
	height: 210px;
}
.projet p {
	margin-bottom:1ex;
	margin-top:0;
	padding-right:6px;
}


/* Projet Images */

.liens {
	padding-left:10px;
	padding-bottom:10px;
	margin-top:15px;
	margin-bottom:0px;
	min-height:150px;
	width:500px;

	}
.liensImg {
	float:left;
	text-align:center;
	width:150px;
	margin:0 10px;
	padding:0;
	border:0;
}
.liensSummary { 
	margin-left:140px;
	background-color:#EBEBEB;
	text-align:left;
}
.liens h2 {
/*	border-bottom:1px solid #ccc; */
	margin-bottom:1ex;
	margin-top:0px;
	margin-left:0px;
	padding-left:10px;
	padding-bottom:.5ex;
	font-size:115%;
}
* html .liensSummary { 
	height: 150px;
	width:300px;
}
.liens p {
	margin-bottom:1ex;
	margin-top:0;
	padding-right:6px;
}

.blackbg {
background-color:#000;
color:#FFFFFF;
}

.border{
border:solid #000000 1px;
}
.noborder{
border:none;
}