@charset "utf-8";
/* BASE THEME - YELLOW */

/*reset all across browsers*/
html, body, div, h1, h2, h3, ul, ol, li, dt, p, table, th, td {
	margin: 0;
	padding: 0;
}
img {
	border:none
}
body {
	width:100%;
	height:100%;
}
html {
	width:100%;
	height:100%
}
a {
	color: #d91f49;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: white;
}
/*CONTAINERS--------*/

#contentContainer {
	width:502px;
	height:auto;
	overflow:hidden;
	margin:5%;
	position:relative;
}
#contentContainer #top {
	width:502px;
	height:36px;
	background: url(../images/b_top.png) top left no-repeat;
}
#contentContainer #mid {
	width:502px;
	height:auto;
	overflow:hidden;
	background: url(../images/b_mid.png) top left repeat-y;
}
#contentContainer #mid .content {
	width:412px;
	height:auto;
	overflow:auto;
	margin:auto;
}
#contentContainer #bot {
	width:502px;
	height:36px;
	background: url(../images/b_bot.png) top left no-repeat;
}
/*PAGE ELEMENTS-------------------------*/

/*header*/
#header {
	width:502px;
	height:auto;
	margin:auto;
	overflow:hidden;
	background: url(../images/b_mid.png) top left repeat-y;
	padding-top:20px;
}
#logo {
	width:412px;
	height:auto;
	margin:auto;
}
.headerDiv, #contentDiv {
	width:412px;
	height:auto;
	margin:auto;
	padding-bottom:25px;
}

#contentDiv {
	text-align: center;
}
/*FOOTER-------------------------*/
#footer {
	width:502px;
	height:45px;
	margin:auto;
	overflow:hidden;
	background: url(../images/b_mid.png) top left repeat-y;
}
#footerDiv {
	width:412px;
	height:auto;
	margin:auto;
}
/*social icons*/
.icon_holder {
	width:31px;
	height:31px;
	float:right;
	margin:5px 0 5px 0;
}
.icon_rollover {
	position:absolute;
	border:none;
	z-index:1;
}
.icon_original {
	position:absolute;
	opacity:0.5;/*social icon initial opacity*/
}
/*links*/
a.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#d91f49;
	float:right;
	text-decoration:none;
	outline:none;
	border:none;
	margin:14px 0 0 -8px;
}
a.link:hover {
	text-decoration:underline;
}
/*STYLES*/
h1 {
	width:100%;
	font-family:'Quicksand Book';
	font-size:16px;
	float:left;
	color:#afaa66;
	margin-bottom:20px;
	text-align:center;
	text-transform:uppercase;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
	text-align: justify;
	color:#d91f49;
}
p.slogan {
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:3px 0 5px 0;
	color:#d91f49;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:5px;
}
p.counter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin:11px 0 0 -10px;
	position:absolute;
	z-index:5;
	width:412px;
	text-align:center;
}
p.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:412px;
	text-align:center;
}
p.form {
	width:auto;
}
.adresse {
	color: #d91f49;
	font-weight: bold;
	font-size: 14px;
}