/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#main {
	background-image:url(/images/site/logo.png);
	background-repeat:no-repeat;
	background-position: top;
	height: 300px;
}
#boite {
	width:961px;
}

/* Début menu */
#menu {
	background-image: url(/images/site/menu_fond.png);
	background-repeat:no-repeat;
	height:58px;
	text-align:left;
}
#menu a, #menu a:link, #menu a:visited, #menu a:active {
	color: #ffcc00;
	font-size:14px;
	font-weight:bold;
	line-height: 56px;
	padding-left:7px;
	padding-right:7px;
	text-decoration:none;
	float:left;
}
#menu a:hover {
	color: #45b20e;
	background-image:url(/images/site/menu_hover_fond.png);
	background-repeat:repeat-x;
}
#menu_separator {
	background-image:url(/images/site/menu_separateur.png);
	background-repeat:no-repeat;
	width:2px;
	height:58px;
	float:left;
}
/* Fin menu */

/* Début boite semi-transparente */
#boite_top {
	background-image:url(/images/site/boite_top_fond.png);
	background-repeat:no-repeat;
	height:339px;
	color:#FFFFFF;
}
#boite_top_padding {
	padding-top:28px;
	padding-left:35px;
	padding-right:35px;
	text-align:left;
}
#boite_top_padding h1 {
	float:left;
	font-size:28px;
	font-weight:bold;
}
#boite_top_padding h2 {
	font-size:22px;
	font-weight:bold;
	padding-bottom: 10px;
	margin-bottom: 0px; 
}
#boite_top_texte {
	width:100%;
	color:#a8a8a8;
	font-size:14px;
	font-weight:bold;
}
#boite_top_texte a, #boite_top_texte a:link, #boite_top_texte a:visited, #boite_top_texte a:active {
	text-decoration:none;
	color: #a8a8a8;
}
#boite_top_texte a:hover {
	text-decoration:underline;
}
/* Fin boite semi-transparente */

/* Début boite contenu */
#boite_content_top {
	background-image: url(/images/site/content_top.png);
	background-repeat:no-repeat;
	height: 20px;
}
#boite_content {
	background-image: url(/images/site/content_fond.png);
	background-repeat:repeat-y;
	overflow:hidden;
}
#boite_content h1 {
	font-size:24px;
	padding-top:0px;
	margin-top:0px;
	color:#5a5a5a;
}
#boite_content_left {
	float:left;
	width:703px;
	color:#5a5a5a;
	font-size:14px;
}
#boite_content_left_padding {
	padding-left:20px;
	padding-right:20px;
	text-align:left;
}
#boite_content_left_padding a, #boite_content_left_padding a:active, #boite_content_left_padding a:visited, #boite_content_left_padding a:link {
	text-decoration:underline;
	color:#025c02;
}
#boite_content_left_padding a:hover {
	text-decoration:none;
}
#boite_content_left h2 {
	font-size:30px;
	color:#025c02;
	text-align:center;
}
#boite_content_right {
	float:right;
	width:256px;
	color:#025c02;
	text-align:center;
	font-size:14px;
}
#boite_content_right_padding {
	padding-left:10px;
	padding-right:10px;
}
#boite_content_right span {
	font-size:12px;
}
#boite_content_bottom {
	background-image: url(/images/site/content_bottom.png);
	background-repeat:no-repeat;
	height: 20px;
}
/* Fin boite contenu */

/* Début Bas de page */
#footer {
	background-image:url(/images/site/footer_fond.png);
	background-repeat:no-repeat;
	height:130px;
	padding-top:20px;
	color:#FFFFFF;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration:underline;
}
/* Fin Bas de page */

/* Début Divers */
#green {
	color:#025c02;
}
#green a, #green a:link, #green a:visited, #green a:active {
	color:#025c02;
	text-decoration:none;
}
#green a:hover {
	text-decoration:underline;
}
#red {
	color:#a30000;
}
#red a, #red a:link, #red a:visited, #red a:active {
	color:#a30000;
	text-decoration:none;
	font-weight:bold;
}
#red a:hover {
	text-decoration:underline;
}
/* Fin Divers */


/* Testimonials */
.testimonials, .testimonial {
	margin-bottom:50px;
}
.testimonials a, .testimonials a:link, .testimonials a:visited {
	color:#005A00;
	text-decoration:underline;
}
.testimonials a:hover {
	text-decoration:none;
}

#testimonials{
	width:100%;
	text-align:center;
	color:#005A00;
}
#testimonials .testimonial{
	width:200px;
	padding:10px;
	float:left;
} 

/* Fin Testimonials */
