* {font-size:100.01%}
html{font-size:62.5%}
body{
	margin:0;
	color:#5C5C5C;
	font:1em Arial, Verdana, Helvetica, sans-serif;
	/*background:#fff url(/images/bg-body.gif) repeat-x;*/
}
a{
	color:#D4006C;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
h3{
	color:#003467;
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-top:10px;
}

img{border-style:none;}
input,textarea,select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#main{
	width:780px;
	overflow:hidden;
	/*margin:0 0 0 110px;*/
	margin: auto;
	font-size: 1.2em;
	
}
#header{
	width:780px;
	overflow:hidden;
	position:relative;
	/*background:url(/images/bg-header.gif) no-repeat;*/
	/*background-color: #134373;*/
	height: 80px;
}
#blue-wrapper {
	/*background-color: #134373*/;
	background-image: url(/images/horizontal-bar.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	right: 0px;
	bottom: 0;
	height: 25px;
	width: 780px;
	top: 91px;
}
.errors {
	color:#D50B26;
}
#newsletter {
	background-color: #003467;
	padding-left:5px;
	padding-bottom:5px;
	color: #FFFFFF;
	font-size:11px;
}
#newsletter input[type=text] {
	color:#4F4F4F;
}
#newsletter .sidebar-title {
	padding-left:0px;
}
#contact-sidebar dl dt {
	width: 150px;
}
/*
#contact-sidebar input[type=submit] {
	margin-top:5px;
}
#contact-sidebar label {
	width:200px;
	float: left;
	text-align: left;
	font-weight: normal;
	margin-right: 0.5em;
	display: block;
}
#contact-sidebar input[type=checkbox] {
	display: block;
	float: left;
	padding-right: 5px;
}*/
.logo{	overflow:hidden;	display:block;	background:url(/images/handeco.jpg) no-repeat;
	width:433px;
	height:108px;	text-indent:-9999px;	cursor:pointer;
	margin:8px 0 0;}
div.identification{
	text-align:right;
	position: absolute;
	top:0;
	right:0;
}
div.identification p{
	color: black;
	margin-top: 0.5em;
}
div.identification p a{
	color: black;
}
input.connection{
	/*float: right;
	display:block;	background:url(/images/bg-connection.gif) no-repeat;
	width:114px;
	height:34px;
	text-align:center;	cursor:pointer;
	overflow:hidden;
	margin:15px 0 0 0;
	font-size:1.2em;
	line-height:34px;
	color:#000;
	font-weight:normal;*/
}
input.connection:hover{
	/*background:url(/images/bg-connection.gif) no-repeat 0 -34px;
	text-decoration:none;*/
}
input.connection{
	background-color:#D4006C;
	border-color:#FFFFFF #BB3295 #BB3295 #FFFFFF;
	border-style:solid;
	border-width:1px;
	color:white;
	cursor:pointer;
	font-weight:bold;
	height:21px;
	line-height:21px;
	margin:0 0 13px;
	position:relative;
	width:137px;
}

.breadcrumbs-wrapper{
	width:388px;
	line-height:17px;
	position:absolute;
	left:200px;
	top:4px;
}
.breadcrumbs-text{
	margin-top:3px;
	margin-left: -30px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}
.breadcrumbs{
	width:379px;
	padding:0 9px 0 0;
	/*background:url(/images/bg-bredcrumbs.png) no-repeat;*/
	margin:0;	list-style:none;
	/*text-align:right;*/
}
.breadcrumbs li{
	display:inline;
	position:relative;
}
.breadcrumbs a{
	font-weight:normal;
	color:#000;
}
.nav-wrapper{
	/*overflow:hidden;*/
	/*background:url(/images/bg-nav-wrapper.gif) no-repeat;*/
	background:url(/images/menu_head.jpg) repeat-x; 
	width:780px;
	height:65px;
	*height:35px;
	background-position: bottom;
}
#textchanger-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	/*width: 140px;*/
}
ul#textchanger{
	float: right;
	display:inline;
	margin:0 10px 0 0;	padding:0;	list-style:none;
}
ul#textchanger a{
	color: #000;
	display: block;
	float: left;
}
ul#textchanger a.active{
	color:#D4006C;
}
ul#textchanger li{
	float: left;
	margin:0 0 0 7px;
}
#textchanger #font-min{
	font-size:1.4em;
	line-height:30px;
	font-weight:bold;
}
#textchanger #font-normal{
	font-size:1.5em;
	font-weight:bold;
	line-height:30px;
}
#textchanger #font-max{
	font-size:1.4em;
	font-weight:bold;
	line-height:30px;
}
.taille{
	float:right;
	line-height:30px;
	position:relative;
	display:inline;
}
* html .taille{
	margin:0 -6px 0 0;
}
.nav{
	margin:0;	padding:0;	list-style:none;
	/*overflow:hidden;*/
}
.nav li{
	float:left;
	line-height:30px;
	margin:0 0 0 -1px;
	/*background:url(/images/separator-nav.gif) no-repeat 0 11px;*/
}
.nav li a{
	display:block;
	padding:0 13px;
	margin:0 1px;
	color: white;
	border-bottom: 2px solid #013565;
}
.nav li a.active{
	/*background:url(/images/bg-nav-hover.gif) repeat-x;*/
	text-decoration:none;
	border-bottom: 2px solid #D4006C;
}
.nav li.first a.active{
	/*background:url(/images/bg-nav-first.gif) repeat-x;*/
}
.nav li a:hover{
	/*background:url(/images/bg-nav-hover.gif) repeat-x;*/
	/*background-color: red;*/
	border-bottom: 2px solid #D4006C;
	/*border-bottom: solid 2px #D50670;*/
	text-decoration:none;
}
.nav li.first a{
	padding:0 13px 0 20px;
}
.nav li.first a:hover{
	/*background:url(/images/bg-nav-first.gif) repeat-x;*/
}
#content{
	width:780px;
	margin-top: 15px;
	padding: 0 0 31px;
	overflow:hidden;
	position: relative;
	background-color: #F7F7F7;
}
.right-column{
	height:1%;
	overflow:hidden;
}
.news-wrapper{
	width:265px;
	overflow:hidden;
	margin:0 0 0 15px;
	float:right;
	display:inline;
	background-color:#F7F7F7;
}
* html .news-wrapper{
	margin:0 0 0 12px;
}
.news-center{	/*background:url(/images/bg-news-c.gif) repeat-y;*/}.news-bottom{	/*background:url(/images/bg-news-b.gif) no-repeat 0 100%;*/}.news-top{	width:245px;	overflow:hidden;	/*background:url(/images/bg-news-t.gif) no-repeat;*/	padding:5px 10px;
	min-height:500px; /*Epx*/}
/*.news-top h1{
	margin:0;
	color:#4a0a51;
	font-size:1.8em;
	line-height:21px;
	letter-spacing:4px;
	text-transform: uppercase;
}*/
.news{
	margin:0;
	padding:0;
	list-style:none;
}
.news > li{
	height:1%;
	vertical-align:middle;
	/*background:url(/images/separator-news.gif) no-repeat 50% 0;*/
	padding:0;
	margin:0;
	padding-bottom:8px;
	border-bottom: 1px solid #BB3295;
	margin-bottom:8px;
}.news-box-bottom{
	width:244px;	/*background:#feebb6 url(/images/bg-news-box-b.gif) no-repeat 0 100%;*/
	/*background:#E4E4E4;*/
	}.news-box-top{	width:236px;	overflow:hidden;	/*background:url(/images/bg-news-box-t.gif) no-repeat;*/	padding:4px;}
.by{
	/*display:block;*/
	margin:-1px 0 -1px;
	position:relative;
	font-size:1.0em;
	line-height:13px;
}
.news-box-top p{
	margin:0 0 5px;
	line-height:15px;
}
.options{
	height:1%;
	overflow:hidden;
}
.more{
	float:right;
	background:url(/images/bullet.gif) no-repeat 0 5px;
	padding:0 0 0 16px;
}
.sidebar{
	width:173px;
	margin:0 15px 0 0;
	display:inline;
	float:left;
	background-color:#F7F7F7;
}
* html .sidebar{
	margin:0 12px 0 0;
}
.sidebar-center{	/*background:url(/images/bg-sidebar-c.gif) repeat-y;*/}.sidebar-bottom{	/*background:url(/images/bg-sidebar-b.gif) no-repeat 0 100%;*/}.sidebar-top{	width:153px;	overflow:hidden;	/*background:url(/images/bg-sidebar-t.gif) no-repeat;*/	padding:5px 10px;
	min-height:500px; /*Epx*/}
.sidebar-title{
	/*display:block;
	background-color: #003467;
	color:white;
	width:131px;
	margin:0 0 4px 1px;
	font-weight:bold;
	line-height:25px;
	padding:0 0 0 21px;
	overflow: visible;*/
}
.sidebar-title {
	background-color:#003467;
	color:white;
	display:block;
	font-size:12px;
	letter-spacing:2px;
	line-height:21px;
	margin:0 0 8px;
	padding:5px;
	text-transform:uppercase;
}

.form{
	height:1%;
	overflow:hidden;
}
.row{
	width:137px;
	margin:0 0 8px 8px;
	float:left;
	display:inline;
}
.row input{
	float:left;
	width:132px;
	font-size:1.0em;
}
* html .row input{
	width:130px;
}
.row label{
	display:block;
	padding:0 0 1px;
}
.sidebar ul{
	margin:0;	padding:0;	list-style:none;
}
.sidebar ul li{
	vertical-align:middle;
	height:1%;
	margin:0 0 1px;
	line-height:18px;
}
.sidebar ul li img{
	display:block;
	margin:0px auto 0px;
	position:relative;
}
* html .sidebar ul li img{
	margin:-1px auto -6px;
}
.sidebar ul li a{
	display:block;
	padding:0 0 0 9px;
	background:url(/images/bullet-sidebar.gif) no-repeat 0 6px;
}
.sidebar ul li a.souslien{
	background:none;
}
.lancer, .submit{
	width:137px;
	height:21px;
	border:none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #BB3295;
	border-bottom: 1px solid #BB3295;
	background-color: #D4006C;
	cursor:pointer;
	color:white;
	font-weight:bold;
	line-height:21px;
	margin:0 0 13px 0;
	position:relative;
}
.lancer{
	margin:-3px 0 13px 8px;
}
.letter, .submit{
	height:21px;
	border:none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #BB3295;
	border-bottom: 1px solid #BB3295;
	background-color: #D4006C;
	cursor:pointer;
	color:white;
	font-weight:bold;
	line-height:21px;
	position:relative;
}
.list-title{
}
.resources{
	width:155px;
	margin:0 -2px 0 0;
	position:relative;
}
.resources li{
	line-height:16px !important;
}
.articles-wrapper{
	/*height:1%;*/
	/*overflow:hidden;*/
	background-color:#F7F7F7;
}
.left-top{
	height:1%;
	overflow:hidden;
	/*background:url(/images/bg-left-top.gif) no-repeat;*/
}
.right-top{
	height:1%;
	overflow:hidden;
	/*background:url(/images/bg-right-top.gif) no-repeat 100% 0;*/
}
.left-bottom{
	height:1%;
	overflow:hidden;
	/*background:url(/images/bg-left-bottom.gif) no-repeat 0 100%;*/
}
.right-bottom{
	height:1%;
	overflow:hidden;
	/*background:url(/images/bg-right-bottom.gif) no-repeat 100% 100%;*/
	padding:5px 10px;
	min-height:500px; /*Epx*/
}
h1{
	margin:0;
	margin-bottom: 8px;
	background-color:#D4006C;
	color:white;
	padding:5px;
	font-size:1.5em;
	line-height:21px;
	letter-spacing:4px;
	text-transform: uppercase;
	border-bottom: 1px solid #BB3295;
	background-image: url(/images/h2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.articles{
	margin:0;	padding:0;	list-style:none;
}
.articles li{
	height:1%;
	vertical-align:middle;
	/*background:url(/images/separator-articles.gif) no-repeat 50% 0;*/
	padding:0;
	margin:0;
	padding-bottom:8px;
	border-bottom: 1px solid #BB3295;
	margin-bottom:8px;
}
.articles li img{
	float:right;
	margin:5px 0 0;
}
h2{
	margin:0;
	padding:2px 0 4px;
	color:#003467;
	text-transform: uppercase;
	font-weight: bold;
}
.categorie{
	display:block;
	margin:-4px 0 13px;
	position:relative;
}
.articles p{
	margin:0 0 7px;
	line-height:15px;
}
.articles .by{
	/*display:block;*/
	margin:4px 0 0;
}
#footer{
	width:780px;
	overflow:hidden;
	text-align:center;
	padding:0 0 5px;
}
.banners1{
	width:685px;
	margin:0 auto 2px;
	overflow:hidden;	padding:0;	list-style:none;
}
.banners1 li{
	float:left;
	vertical-align:middle;
	margin:0 40px 0 0;
}
.banners1 li a img{
	float:left;
}
.banners2{
	width:825px;
	margin:0;
	overflow:hidden;	padding:0;	list-style:none;
}
.banners2 li{
	float:left;
	vertical-align:middle;
	margin:0 40px 23px 0;
}
.copy{
	margin:0;	padding:0;	list-style:none;
	overflow:hidden;
	color:#4a0a51;
	font-size:1.0em;
}
.copy li{
	display:inline;
	background:url(/images/separator-footer.gif) no-repeat 0 5px;
	padding:0 0 0 7px;
}
.copy li:first-child{
	background:none;
}
.copy li a{
	color:#4a0a51;
	text-decoration:none;
	font-weight:normal;
}
.copy li a:hover{
	text-decoration:underline;
}

div.right-bottom ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
div.right-bottom li{
	margin-top:5px;
	background:url(../images/puce.gif) 0px 6px no-repeat;
	padding-left:10px;
}
div.right-bottom li li{
	background:url(../images/ppuce.gif) 0px 6px no-repeat;
	padding-left:8px;
}
div.right-bottom ul li a{
	font-weight:normal;
}

/********************************/

/*-- pop-up --*/
.pop-up{
	width:469px;
	overflow:hidden;
	text-align:center;
	font:12px/14px Arial, Verdana, Helvetica, sans-serif;
	display:none;
	z-index:10;
	position:fixed;
	top:30%;
	left:36%;
}
.pop-up .area{
	height:1%;
	overflow:hidden;
	border-top:1px solid #7fc5a0;
	padding:0 2px;
	background: url(../images/bg-green-pop-up.gif) repeat-y;
}
.pop-up .area .holder{
	width:100%;
	overflow:hidden;
	min-height:218px;
	background: url(../images/bg-green-pop-up-holder.gif) repeat-x;
}
* html .pop-up .area .holder{
	height:218px;
	overflow:visible;
}
.pop-up .bottom{
	width:100%;
	height:13px;
	overflow:hidden;
	background: url(../images/bg-green-pop-up-down.png) no-repeat;
}
.blue .area{
	border-top:1px solid #a7bbdb;
	background: url(../images/bg-blue-pop-up.gif) repeat-y;
}
.blue .area .holder{
	background: url(../images/bg-blue-pop-up-holder.gif) repeat-x;
}
.blue .bottom{
	background: url(../images/bg-blue-pop-up-down.png) no-repeat;
}
.pop-up h2{
	color:#008c42;
	margin:14px 0 0;
	line-height:24px;
	font-size:18px;
}
.pop-up form div{
	width:100%;
	overflow:hidden;
	margin:36px 0 0;
}
.pop-up form input.text{
	width:230px;
	padding:2px 5px;
	margin:0 auto;
	display:block;
	font:12px/14px Arial, Verdana, Helvetica, sans-serif;
}
.pop-up form input.btn{
	width:225px;
	height:46px;
	padding:0;
	margin:0 auto;
	display:block;
	border:0;
	color:#008c42;
	cursor:pointer;
	font:bold 18px/46px Arial, Verdana, Helvetica, sans-serif;
	background: url(../images/buttons.gif) no-repeat 0 -46px;
}
.pop-up p{
	margin:20px 0 0;
}
.pop-up .model{
	width:130px;
	margin:9px auto 0;
}
.pop-up .model strong,
.pop-up .model span{
	display:block;
}
.pop-up a.annuler{
	width:186px;
	height:18px;
	font-size:12px;
	line-height:18px;
	color:#00549f;
	font-weight:bold;
	text-align:center;
	display:block;
	margin:10px auto 0;
	text-decoration:none;
	background: url(../images/buttons.gif) no-repeat 0 -92px;
}

/********************************/

dl dt {
	clear: both;
	width: 100px;
	float: left;
	margin: 5px;
	padding: 0;
	font-weight: bold;
	text-align: right;
}
dl dd {
	float: left;
	width: 400px;
	margin: 5px;
	padding: 0;
}
dl.fiche dt {
	width: 150px;
}
dl.fiche dd {
	width: 350px;
}
dl dd p.description, dl dd p.hint{
	display: inline;
	margin: 0;
	padding: 0;
	font-style: italic;
	color: gray;
}
dl.zend_form dd ul.errors {
	list-style: none;
	padding: 0;
	margin: 0;
}
dl.zend_form dd ul.errors li {
	margin: 0;
	padding: 0;
	color: red;
}

dl.zend_form textarea{
	width: 100%;
}

/*dl.zend_form input[type=text] {
	width: 200px;
}*/

div#blocs {
	position: absolute;
	left: 186px;
}
div.bloc {
	height: 87px;
	width: 129px;
	float: left;
	font-size: 75%;
	padding: 5px;
	padding-top: 35px;
	overflow: hidden;
	background-repeat: no-repeat;
	color: white;
	margin-right: 12px;
}
div.bloc ul {
	padding-left: 1.7em;
	margin: 0;
	color: #5C5C5C;
}
div.bloc a {
	color: #5C5C5C;
	font-weight: normal;
}
.bloc .bloc_titre {
	height: 27px;
}
div#bloc_accueil {
	background-image: url(/images/bloc_accueil.jpg);
}
div#bloc_services {
	background-image: url(/images/bloc_services.jpg);
}
div#bloc_appeloffre {
	background-image: url(/images/bloc_appeloffre.jpg);
}
div#bloc_questions {
	background-image: url(/images/bloc_questions.jpg);
}
div#bloc_vous_souhaitez {
	/*background-image: url(/images/vous_souhaitez.jpg);
	background-repeat: no-repeat;*/
	height: 79px;
	width: 303px;
	position: absolute;
	top: 0;
	left: 265px;
	padding-top: 15px;
	padding-left: 25px;
	overflow: hidden;
	/*line-height: 1.6em;*/
}
#bloc_vous_souhaitez h2 {
	color: #003467;
	text-transform: none;
}
#bloc_vous_souhaitez a {
	color: #5C5C5C;
	font-weight: normal;
}

