/*****************************************************************************************************************
	
Nom du programme : index.css
Programmeurs : Dominic Plourde
Entreprise : archi-tech 2007
Date :  février 2009
But : Fichier permettant de regrouper les éléments css de la page index
Remarque : 

******************************************************************************************************************/
body{
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
	margin-bottom:10px;
	/*margin:0px;*/
	background: #616161 url("../image/structure/sxqc4_style1_background.png") top left repeat-x;
	/*background-color:#4B4C4C;*/

	font-size: 17;
}
#banniere{
	margin-left:auto;
	margin-right:auto;
	width: 700px;
	height: 260px; /* On définit la hauteur de l'image */

	background: black; /* url("../image/structure/banniere/banniere8_ITL2011_Verte.jpg") center no-repeat;*/
	/*border-left: 2px solid #FB9217;
	border-right: 2px solid #FB9217;
	border-bottom: 2px solid #FB9217;*/
}

/* Bannière extensible */
#banniere_gauche{
	float: left; /* La première partie sera à gauche*/
	width: 8px; /* On définit la largeur de l'image */
	height: 260px; /* On définit la hauteur de l'image banniere3_test_01*/
	background: #5adb03 url("../image/structure/banniere/sxqc4_style1_bannerGauche.png") top left no-repeat;
	/*margin-right: 0px; /*Pour que la partie 1 se colle à la 2.*/
}

#banniere_centre{
	width:auto; /* Se répétera sur la place qu'on lui donne. */
	height: 260px; /* On définit la hauteur de l'image */
	background: #5adb03 url("../image/structure/banniere/sxqc4_style1_bannerCentre.png") top center repeat-x;
}

#banniere_droite{
	float: right; /* La dernière partie est à droite */
	width: 10px;
	height: 260px; /* On définit la hauteur de l'image */
	background: #5adb03 url("../image/structure/banniere/sxqc4_style1_bannerDroite.png") top right no-repeat;
	/*margin-left : 0px; /*Pour que la partie 3 se colle à la 2.*/
}

.centrer{
	text-align:center;
	margin: auto;
}
p{
	color:#999999;
}
a {
	color: #4ab12b;
	font-family:Impact;
}
a:link {color: #4ab12b}
a:visited {color: #4ab12b}
a:hover {color: white;}

