@charset "UTF-8";
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
	height: 100%;
	background-color: #FFF;
	background-image: url(images/SiteBg.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: scroll;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*------------ Trick pour Global ------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;	
}
#superglobal {
	position : relative;
	min-height: 100%;
}
#global {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	padding-bottom: 190px;
	width: 800px;
}
#Footer {
	position: absolute;
	bottom: 0px;
	height: 177px;
	width: 100%;
	background-image: url(images/FooterBg.png);
	background-repeat: repeat-x;
}
/*------------ déco ------------*/

#HeaderContainer {
	/*text-indent: -9999px;*/
	width: 800px;
	height: 253px;
	margin-bottom: 30px;
}
#FooterContainer {
	/*text-indent: -9999px;*/
	width: 760px;
	height: 136px;
	padding: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/FooterContainerBg.png);
	background-repeat: no-repeat;
}
/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
h1  {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.Showcase  {
	margin-bottom: 30px;
}
strong  {
	font-weight: bold;
}
.OrangeBox {
	background-image: url(images/OrangeBoxBg.png);
	min-height: 206px;
	width: 206px;
	background-color: #E39833;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	margin-right: 15px;
	margin-top: 30px;
}
.BlueBox {
	background-image: url(images/BlueBoxBg.png);
	height: 206px;
	width: 206px;
	background-color: #329BCD;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	margin-right: 16px;
	margin-left: 16px;
	margin-top: 30px;
}
.GreenBoxCopy {
	background-image: url(images/GreenBoxBg.png);
	height: 206px;
	width: 206px;
	background-color: #8EA11B;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	margin-left: 15px;
	margin-top: 30px;
}
h2  {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
ul li  {
	list-style-type: square;
}
ul  {
	margin-left: 20px;
}
.Plus {
	text-align: right;
	font-style: italic;
}
#AreaRight {
	margin-left: 554px;
	background-image: url(images/BoxShadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 16px;
}
/* Orange Area ---------------------------------- */
#OrangeAreaLeft {
	float: left;
	width: 504px;
	padding-right: 50px;
	text-align: justify;
}
#OrangeAreaLeft h1 {
	color: #E39833;
}
#OrangeAreaLeft ul {
	color: #E39833;
}
.ContentOrangeBox {
	background-image: url(images/OrangeBoxBg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #E39833;
	padding: 30px;
}
/* Blue Area ---------------------------------- */
#BlueAreaLeft {
	float: left;
	width: 504px;
	padding-right: 50px;
	text-align: justify;
}
#BlueAreaLeft h1 {
	color: #329BCD;
}
#BlueAreaLeft ul {
	color: #329BCD;
}
.ContentBlueBox {
	background-image: url(images/BlueBoxBg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #329BCD;
	padding: 30px;
}
/* Green Area ---------------------------------- */
#GreenAreaLeft {
	float: left;
	width: 504px;
	padding-right: 50px;
	text-align: justify;
}
#GreenAreaLeft h1 {
	color: #8EA11B;
}
#GreenAreaLeft ul {
	color: #8EA11B;
}
.ContentGreenBox {
	background-image: url(images/GreenBoxBg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #8EA11B;
	padding: 30px;
}
.slogan {
	font-size: 14px;
	color: #F9C949;
	padding: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	width: 80%;
	display: block;
	line-height: 24px;
	margin-bottom: 30px;
	margin-left: 50px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #F9DF7F;
	text-align: left;
}

