
#presentation {
	width: 100%;
	overflow: hidden;
	height: 275px;
	margin-top: 20px;
	border-bottom: 1px solid #414d45;
	background: url(../img/fond_degrade.jpg) bottom left repeat-x;
}

#presentation #photo {
	float: left;
	display: inline;
	width: 675px;
	height: 275px;
	background:url(../img/photo_daniel_lafreniere.jpg) 20px 100% no-repeat;
}
#presentation #photo h1 {
	margin: 0;
	padding: 185px 0 0 230px;
	font-size: 24px;
	color: #3c4840;
}
#presentation #photo h1 span {
	font-size: 18px;
	font-weight: normal;
}


/* Boite d'iscription */

#inscription {
	float: right;
	width: 226px;
	margin-right: 20px;
	padding-bottom: 5px;
	line-height: 1.2em;
	/* background: #f27f19 url(../img/inscription_fond_bas.gif) bottom left no-repeat; */
}
#inscription h2 {
	margin: 0;
	padding: 15px 15px 15px 15px;
	color: #f27f19;
	font-size: 16px;
	line-height: 1em;
	/* background:url(../img/inscription_fond_haut.gif) no-repeat; */
}
#inscription p {
	color: #fff;
	margin: 0 15px 8px 15px;
}
#inscription ul {
	margin: 0 10px 10px 15px;
	padding: 0;
}
#inscription li {
	margin: 0 0 2px;
	padding: 0 0 0 10px;
	list-style: none;
	color: #fff;
	/* background: url(../img/inscription_puce.gif) 0 3px no-repeat; */
}


/* SI LA BOITE D'INSCRIPTION EST INVISIBLE.... */

#presentation.invisible #inscription {display: none;}
#presentation.invisible #photo {margin-left: 70px;}


/* Boutons sur l'accueil et dans la boite d'inscription */

p.bouton {
	margin: 0;
	height: 35px;
	overflow: hidden;
}
p.bouton a {
	float: left;
	padding-right: 5px;
	line-height: 1em;
	color: #3c4840;
	text-decoration: none;
	background: url(../img/bouton_savoir_droite.gif) top right no-repeat;
}
p.bouton a span {
	float: left;
	cursor: pointer;
	cursor: hand; /* vieux IE */
	padding: 9px 15px 12px 30px;
	background: url(../img/bouton_savoir_gauche.gif) top left no-repeat;
}
p.bouton a:hover {
	color: #000;
}

#inscription p.bouton a {
	background-image: url(../img/bouton_inscription_droite.gif);
}
#inscription p.bouton a span {
	background-image: url(../img/bouton_inscription_gauche.gif);
}


/* 3 Blocs d'intro des sections principales */

#blocs {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 25px;
	padding-bottom: 10px;
	line-height: 1.2em;
	min-height: 172px;
	background: url(../img/filet_separateur.gif) 320px 0 no-repeat;
}
.bloc {
	float: left;
	display: inline;
	width: 270px;
	margin: 0 5px 0 30px;
}
.bloc h2 {
	color: #3c4840;
	font-size: 18px;
	margin: 0 10px 15px 0;
}
.bloc p {
	margin: 0 10px 10px 0;
}

div.boutons {
	clear: both;
	padding-top: 5px;
}

