/*CSS Doc : Fondation Dallaire - Auteur: Antoine Viau*/

/*Pages*/
body{
background: #ffffff;
font-size: 15px;
font-family: arial, helvetica, verdana, sans serif;
color:#666666;
margin:0;
text-align:center;
}

span{color:#666666;
font-size:16px;
text-decoration:none;
}
span a{text-decoration:none;
color:#666666;

}

span.guillemet{color:#6699CC;
font-size:34px;
}

.gauche{
	float: left; 
	font-size:14px;
	text-align:center;
	line-height:12px;
}

.droite{
	float:right;
	font-size:14px;
	text-align:center;
	line-height:12px;
}

#container_Index{
/*	border: 2px dotted #000;*/
	margin: 10px auto 0px auto;
	padding: 10px 0px 0px 0px;
	background-color: #FFF;
	width:900px;
	height:500px;

}

#content{
/*	border: 2px dotted #000;*/
	margin: auto;
	padding: 5px 0px 0px 0px;
	background-image:url(images/Index.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color: #FFF;
	width:900px;
	height:400px;
}

#gauche{
	/*border: 2px dotted #0f0;*/
	width: 350px;
	height: 100px;
	margin: 215px 0 0 0;
	padding: 20px 0 0 80px;
	text-align:center;
	float: left;
	}
	
#droite{
/*	border: 2px dotted #0ff;*/
	width: 370px;	
	height: 100px;
	margin: 215px 0px 0 0;
	padding: 20px 80px 0 0;
	text-align:center;
	float: right;
	}
	
#gauche2{	
	/*border: 2px dotted #000;*/
	padding: 0 0 0 0px;
	margin: 10px 6px 0 5px;
	width: 426px;
	height: 30px;
	text-align:center;
	float: left;
	}

#content > #gauche2{
	margin: 10px 6px 0 10px;
}

#droite2{	
	/*border: 2px dotted #000;*/
	padding: 0 0 0 0px;
	margin: 10px 10px 0 8px;
	width: 439px;
	height: 30px;
	text-align:center;
	float: left;
	}
	
p{
	line-height: 1.2em;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
p.pub{
	border-top: 2px solid  #e6e6e6;
	border-bottom: 2px solid  #e6e6e6;
	font-size:11px;
	line-height: 1.2em;
	text-align: center;
	margin: 0px 15px 0px 15px;
	padding: 10px 15px 10px 15px;
}

/*Hypertextes*/
a { color:#6699CC; display:block; background-color:#fff; }
a:active { color: #cd853f; display:block; background-color:#fff; }
a:visited { text-decoration: none; display:block; background-color:#fff; }
a:visited { color:  #666666; display:block; background-color:#fff; }
a:hover{ color:#6699CC; font-weight:bold;display:block; background-color:#E3ECC3;  }
a:visited:hover { color:#6699CC; font-weight:bold; display:block; background-color:#E3ECC3; }

