body
{
	color: #ffffff;
	margin-bottom:  50px;
}

h2
{
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
}

h3
{
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
}

h4
{
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

h5
{
	margin-bottom: 0.2em;
}


a
{
	text-decoration: none;
}

a:link		{ color: #ad1143; }
a:visited	{ color: #ad1143; }
a:hover		{ color: #ad1143; }
a:active	{ color: #ad1143; }

.inside h3
{
	color: #ad1143;
}
.inside img.left
{
	margin: 0.3em 1em 1em 0;
}
.inside a
{
	font-weight: bold;
}

.inside p a
{
	font-weight: normal;
}

.inside ul.links
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.inside ul.links li
{
/*
 * correction du positionnement vertical de la puce
 * http://bytes.com/topic/html-css/answers/518754-vertical-alignment-ul-li-bullet-image
 */
	background-image: url("../assets/bullet.png");
	background-position: 0 3px;
	background-repeat: no-repeat;
	color: #666666;
	padding-left: 20px;
}

.inside a.more
{
	font-weight: bold;
}

.inside .video
{
	margin-bottom: 0.5em;
}


#bloc-head .left
{
	float: left;
}
#bloc-head .right
{
	float: right;
}

#bloc-head .cbox-top
{
	display: none;
}

#bloc-head .cbox, #bloc-edito .cbox, #bloc-videos .cbox, #bloc-foot .cbox, #bloc-content .cbox
{
	background-color: #ffffff;
	color: #333333;
}

#bloc-head .cbox .inside
{
	margin: 0 10px;
}

#bloc-edito .cbox .inside, #bloc-videos .cbox .inside
{
	margin: 0 30px 0 30px;
}


#bloc-edito .cbox .inside .link-button, #bloc-videos .cbox .inside .link-button
{
	margin: 2em 0 0 0;
}

#bloc-edito .inside a.more
{
	display: block;
}


#bloc-map #map-frame
{
	background-color: #ffffff;
	border: 2px solid #ffffff;
	overflow: hidden;
}

#bloc-foot hr, #bloc-content hr
{
	background-color: #999999;
	color: #999999;
	height: 1px;
	margin: 0;
}


#partners ul, #partners li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#partners li
{
	margin: 0 0.5em;
}


#bloc-back {
	margin: 1.5em 0;
}

#bloc-back a
{
	background-image: url("../assets/btn_goback.gif");
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 0 20px;
	text-decoration: none;
	white-space: nowrap;
}
#bloc-back a:link	{ color: #333333; }
#bloc-back a:visited	{ color: #333333; }
#bloc-back a:hover	{ color: #333333; }
#bloc-back a:active	{ color: #333333; }


#bloc-content .title
{
	background: transparent url("../assets/bg_title.gif") no-repeat;
	padding-top: 5px;
}
#bloc-content .title h2
{
	margin: 0 0 0 30px;
}

#bloc-content .eco-theme
{
	margin-left: 0.5em;
}

#bloc-content .eco-theme a.more
{
	display: block;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.hack-minHeight
{
	float: right;
	width: 1px;
}
.hack-spacer
{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	width: 1px;
}

.hack-center
{
	height: 100%;
	text-align: center;
	width: 100%;
}
.hack-center *
{
	text-align: left;
}
