html, body	{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	color: #242d4d;
	background: #FF8A00 url(background.png) repeat-x 0 0;
	}
html {
	/*background: url(../images/backgroundpng) repeat-x;*/
}
body {
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, p, ul, li {
	padding: 0; 
	margin: 0;	
	line-height: 140%;
}

ul{
	list-style:none;
}

fieldset {
	border: 0;
}

.hide {
	display: none;
}

.spacer{
	clear:both;
}

#page{
	width: 840px;
	background: url(bg_top.png) center top no-repeat;
	margin: 0 auto;
}

a, a:visited{
	color: #FF8A00;
	text-decoration: none;
	outline: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: 0;
}

/*------------------------  header --------------------------*/
#page #header{
	background: url(pics01.jpg) 318px 0 no-repeat;
	width: 840px;
	height: 221px;
}

#page #header h1 a{
	display: block;
	background: url(logo.png) 0 0 no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/logo.png', sizingMethod='crop');
	width: 580px;
	height: 182px;
}

#page #header h1 a span, .hide{
	position: absolute;
	left: -5000px;
}

/*------------------------  Content --------------------------*/
#content{
	width: 728px;
	background: url(bg_contenu.png) center 0 repeat-y;
	margin: 0 auto;
	background-color:#fff;
}


#col_left{
	float: left;
	width: 150px;
	margin: 25px 20px 0 30px;
	_margin: 25px 20px 0 14px;
	padding-bottom:25px;
}

#col_left ul{
	width: 150px;
}

#col_left li{
	border-top: 1px solid #adc7cb;	
	padding: 8px 0;
}

#col_left li.first{
	border: 0;
	padding-top: 0;
	margin-top: 0;
}

#col_left li a{
	display: block;
	padding-left: 18px;
	text-decoration: none;
	color: #21378b;
	font-size: 1.1em;
	font-weight: bold;
}

#col_left li a:hover, #col_left li a.active{
	color: #009baf;
}

#col_left li a.active{
	background: url(pucs.png) 4px 3px no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/pucs.png', sizingMethod='crop');
}

#col_left li a.logout {
	color: #FF0000;
}

#col_left a.logo{
	display:block;
	width:100px;
	margin:12px auto 16px;
	text-align: center;
}

#main{
	float: left;
	width: 491px;
	margin-top: 25px;
	min-height: 280px;
	_height: 280px;
	padding-bottom:25px;
}

#main h3{
	color: #ff8a00;
	border-bottom: 1px solid #30AEBE;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 6px;
}
#main h5{
	color: #ff8a00;
	border-bottom: 1px solid #ff8a00;
	font-size: 1.3em;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 6px;
}

#main p{
	text-align: justify;
	font-size: 1.1em;
	margin-bottom: 12px;
}

#main p.center{
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 12px;
}

#main ul{
	margin: 0 0 15px 15px;
}
#main ul li{
	background: url(puce2.png) no-repeat 0 5px;
	padding: 1px 0 2px 12px;
}

#main a.cta{
	display: block;
	text-align: justify;
	font-size: 1.1em;
	background: url(cta01.png) 0 0 no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/cta01.png', sizingMethod='crop');
	width: 505px;
	height: 190px;
	margin: 5px 0px 12px -4px;
}

#main a.cta span{
	position: absolute;
	left: -5000px;
}

#main .news, #main .news-last{
	float: left;
	width: 148px;
	margin-right: 22px;
	margin-top:8px;
	margin-bottom:18px;
	text-align:left;
}

#main .news-last{
	margin-right: 0;
}

#main .news h4, #main .news-last h4{
	color: #242d4d;
	border-bottom: 1px solid #ACDFE5;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-size: 1em;
}

#main .news h4 span, #main .news-last h4 span{
	color: #50BAC8;
	font-size: 0.9em;
	font-weight: normal;
}

#main .news p, #main .news-last p{
	text-align:left;
	font-size: 1em;
}

#main .news a, #main .news-last a{
	color: #ff8a00;
	float: right;
	text-decoration: none;
}

#main .news a:hover, #main .news-last a:hover{
	text-decoration: underline;
}

#main a.all_news{
	display: block;
	clear: both;
	width: 489px;
	text-decoration: none;
	background-color: #30AEBE;
	border: 1px solid #21378B;
	color: #fff;
	text-align: center;
	padding: 6px 0;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
}
/*----------------------------  Partner  ---------------------------------*/
ul#partenaire-list, ul#suppliers-list{
	margin: 30px 0 0 0;
}

ul#partenaire-list li, ul#suppliers-list li{
	float: left;
	width: 230px;
	padding: 0 30px 24px 0;
	background: none;
}

ul#partenaire-list li.second, ul#suppliers-list li.second{
	padding-right: 0;
}

ul#partenaire-list li.admin{
	width: 480px;
	padding-right: 0;
	padding-bottom: 14px;
}

ul#partenaire-list li img, ul#suppliers-list li img{
	margin-bottom: 8px;
}
ul#partenaire-list li h4, ul#suppliers-list li h4{
	font-size: 1.1em;
	margin-bottom: 3px;
}

ul#partenaire-list li p, ul#suppliers-list li p{
	text-align: justify;
}

ul#partenaire-list li p.note, ul#suppliers-list li p.note{
	color: #FF8A00;
	font-size: 1em;
}

ul#partenaire-list li#edit-forms {
	border: 2px solid #888888;
	background: #FAFAFA;
	padding: 3px;
	width: 480px;
}
/*------------------------  News  ----------------------------*/
ul#news-list{
	margin: 0;
}

ul#news-list li {
	padding: 2px 0 12px 2px;
	background: none;
}
ul#news-list li a.titre-news{
	display: block;
	font-size: 1.15em;
	margin-bottom: 2px;
}
ul#news-list li a.titre-news span{
	color: #009BAF;
}

#main .box-news{
	padding-top: 10px;
	margin-bottom: 18px;
	text-align: justify;
	font-size: 1.1em;
}

#main .box-news h4{
	/*color: #242d4d;
	border-bottom: 1px solid #ACDFE5;*/
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-size: 1.15em;
}

#main .box-news h4 span{
	color: #50BAC8;
	font-size: 0.9em;
	font-weight: normal;
}

/*-------------------------------  Contact --------------------------------------------*/
form#frmContact{
	margin-top: 20px;
}

form#frmContact p{
	margin: 0 0 4px 0;
}

form#frmContact label{
	float: left;
	width: 88px;
	text-align: right;
	margin-right: 8px;
	padding-top: 3px;
	font-weight: normal;
	color: #30aebe;
}

form#frmContact input, form#frmContact textarea{
	border: 1px solid #30AEBE;
	background-color: #fefefe;
	width: 220px;
}

form#frmContact textarea{
	height: 140px;
}

form#frmContact input.btn_save{
	border: 1px solid #30AEBE;
	background-color: #30AEBE;/*ff8a00*/
	color: #fff;
	font-weight: bold;
	width: 100px;
	padding: 2px 4px;
	margin: 12px 0 0 150px;
	cursor: pointer;
}

#main p.error{
	margin: 15px 0 5px 10px;
	color: #ff0000;
}
#main p.notice{
	margin: 15px 0 5px 10px;
}
#main p.ch-oblig{
	font-size: 0.95em;
	margin: 5px 0 5px 90px;
	color: #FF8A00;
}
a.partner-link{
	padding-right: 50px;
}
/*----------- Admin : forms --------------*/
form#frmContent input, form#frmPartner input, form#frmPartner textarea, form#frmNews input{
	width: 350px;
	border: 1px solid #bbb;
}

form#frmNews input.checkbox, form#frmPartner input.checkbox{
	width: 20px;
	border: 0;
}

form#frmContent input.btn_save, form#frmPartner input.btn_save, form#frmNews input.btn_save{
	color: #172667;
	width: 185px;
	margin: 0 auto;
	background: #ddd url(ico_save.png) 3px 1px no-repeat;
	padding: 3px 0 3px 22px;
	font-weight: bold;
	cursor: pointer;
}

form#frmNews input.btn_back{
	color: #172667;
	width: 110px;
	margin: 0 auto;
	background: #ddd url(ico_back.png) 3px 1px no-repeat;
	padding: 3px 0 3px 22px;
	font-weight: bold;
	cursor: pointer;
}

form#frmPartner input.btn_save, form#frmNews input.btn_save{	
	width: 140px;
}

form#frmFileUpload input{
	width: 250px;
	border: 1px solid #bbb;
}
/*----------- Admin : buttons --------------*/
a.btn_edit, a.btn_delete, a.btn_add{
	background: url(edit.png) 0 0 no-repeat;
	padding-left: 14px;
	height: 24px;
	color: #006a80;
}

a.btn_delete{
	background: url(delete.png) 0 0 no-repeat;
	color: #FC2116;
}

a.btn_add{
	display: block;
	background: url(add.png) 0 8px no-repeat;
	padding-left: 18px;
	color: #006D00;
	font-size: 1.1em;
	margin-top: 8px;
	padding-top: 10px;
	border-top: 1px solid #349934;
}

/*---------------------------   bottom of the page------------------------------*/
#bottom_page{
	width: 728px;
	height: 37px;
	background: url(bg_contenu_bottom.png) 0 0 no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/bg_contenu_bottom.png', sizingMethod='crop');
	margin: 0 auto;
}

/*---------------------------   Footer------------------------------*/
#footer{
	width: 728px;
	height: 37px;
	margin: 0 auto;
	color: #fff;
	text-align: right;
	padding-right: 25px;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

