/* ------------------------------------------------------ */
/* PRINCIPAL */
/* ------------------------------------------------------ */
.banner {
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
	position: relative;
	float: left;
	width: 1000px;
	height: 250px;
	margin-top: 20px;
	overflow: hidden;

}

/* ------------------------------------------------------ */
/* BASE */
/* ------------------------------------------------------ */
* { 
	margin: 0; 
	padding: 0; 
	outline: 0;
}

html, body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 18px;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #555555; 
}

img {
	border: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #4a7cbb; 
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #70a7ec;
}

a:focus { 
    outline: none; 
}

button:focus { 
    outline: none; 
}

#contentcontainer, #bodywrapper { 
	width: 1000px; 
	margin: 0 auto;
}

#bodywrapper {
	width: 100%;
	min-height: 100%; 
	list-style-type: none;
	position: relative;
}

#contentcontainer { 
	overflow:hidden;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-bottom: 60px;
}

.rounded {
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  border-radius: 5px; 
}
/* ------------------------------------------------------ */
/* SUBHEADER
/* ------------------------------------------------------ */

.shadow {
	float: left;
	position: relative;
	z-index: 1;
	width: 1000px;
	height: 20px;
	margin-bottom: 20px;
	background: url('../images/backgrounds/shadow.png') transparent no-repeat 50% top;
}

/* ------------------------------------------------------ */
/* HOME PAGE NIVO SLIDER
/* ------------------------------------------------------ */

.nivoSlider {
	position:relative;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* Caption styles */
.nivo-caption {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:absolute;
	right:20px;
	top:20px;
	background: transparent url('../images/backgrounds/grain-lightgreen.png') repeat center top;
	color:#333333;
	opacity:0.5; /* Overridden by captionOpacity setting */
	width:425px;
	z-index:8;
	padding: 15px;
	overflow: hidden;
	height: 180px;
}

.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-caption a {
	display:inline !important;
}

/*
.nivo-caption a:link, .nivo-caption a:visited {
	text-decoration: none;
	color: #70a7ec; 
}

.nivo-caption a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #4a7cbb;
}
*/

.nivo-html-caption {
    display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:270px;
	z-index:9;
	cursor:pointer;
	background: #000;
	color: #fff;
	padding: 10px;
	font-size: 14px;
}

.nivo-prevNav {
	left:0px;
}

.nivo-nextNav {
	right:0px;
}

.nivo-controlNav {
    position:absolute;
    left:15px; 
    bottom:10px;
    z-index:20; 
}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}

.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-controlNav a {
    display:block;
    width:20px;
    height:22px;
    background:url('../images/homepage_slider/bullets.png') no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}

.nivo-controlNav a.active {
    background-position:0 -31px; /* Selected bullet */
}

/* ------------------------------------------------------ */
/* BUTTON STYLES */
/* ------------------------------------------------------ */


.buttonlight, .buttondark, .comment-reply-link {/* Position du texte Read More mise à jour 13 mars 2012*/
	float: left;
	height: 24px;
	line-height: 24px; 
}

.buttondark:link, .buttondark:visited {
	color: #FFF; 
	font-weight: bold;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px #333333; /* Couleur mise à jour 13 mars 2012*/
	background: #333366 repeat-x;;
	border: 1px solid #333366; /* Couleur mise à jour 13 mars 2012*/
	box-shadow: 0px 1px 0px #222;
	-moz-box-shadow: 0px 1px 0px #222;
	-webkit-box-shadow: 0px 1px 0px #222;
}

.buttondark:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0px #333333;
	background: #4c4884; /* Couleur mise à jour 13 mars 2012*/
	border: 1px solid #4c4884;
}

#nivoSlider h1, #nivoSlider h2, #nivoSlider h3, #nivoSlider h4, #nivoSlider h5, #nivoSlider h6 {
	color: #333333; /* Titre des box de l'animation - Couleur mise à jour 13 mars 2012*/
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
}

h1 {
	text-align: left;
	font-size: 38px;
	line-height: 38px;
	margin-bottom:10px;
}

h2 {
	text-align: left;
	font-size: 33px;
	line-height: 33px;
	margin-bottom:10px;
}

h3 {
	text-align: left;
	font-size: 28px;
	line-height: 28px;
	margin-bottom:10px;
}

h4 {
	text-align: left;
	font-size: 23px;
	line-height: 23px;
	margin-bottom:10px;
}

h5 {
	text-align: left;
	font-size: 19px;
	line-height: 22px;
	margin-bottom:10px;
}

h6 {
	text-align: left;
	font-size: 13px;
	line-height: 13px;
	margin-bottom:10px;
}

.navfont {
	color: #333;
}

.clear {
	clear:both;
}

.clearfix:after {  /* für Firefox, IE8, Opera, Safari, etc. */
    content: ".";  
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
* + html .clearfix { /* für IE7 */
    display: inline-block;
}
 
* html .clearfix { /* für IE6 */
	height: 1%;
}



