/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
        _background: #fff url(images/bg-body.png) repeat-x;
        background: #a4d8da;
}

.full_width {
	margin: 0 80px;
}

.clear {
        clear:both;
}

a:link, a:visited { color: #750a20; text-decoration: none;} 
a:active, a:hover { color: #DD0011;}

img {
        border: none;
        margin: 3px;
}

p {
	margin: 0 0 5px 0;
	padding: 0px;
}

h1 {
	margin: 0 0 5px 0;
	padding: 10px 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	color: #750a20;
}

h2 {
	margin: 0 0 10px 0;
	padding: 7px 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	color: #4a4a4a;
        text-transform: uppercase;
        height: 25px;
        border-bottom: 1px dashed #ccc;
}

h3 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 12px;
	font-weight: bold;
	color: #750a20;
}

h4 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 16px;
	font-weight: bold;
	color: #750a20;
}

.updatedtime {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}

.view_all a{
	clear: both;
	display: block;
	width: 90%;
	padding: 5px 0 1px 0;
	margin-bottom: 5px; 
	font-weight: bold;
	text-decoration: none;
	border-top: 1px dotted #CCC;
}

#templatemo_container {
	margin: auto;
	width: 1000px;
}

#templatemo_top_panel {
	float: left;
	width: 1000px;
        height: 120px;
	margin: 0px;
	color: #FFF;
	background: #003 url(images/bg.jpg) no-repeat;
}

#templatemo_sitetitle {
	float: left;
	width: 400px;
	margin: 5px 0 0 10px;
	padding: 10px 0 5px 0;
	font-size: 35px;
	font-weight: bold;
	color: #c6c6c6;
}

#templatemo_sitetitle a:link, #templatemo_sitetitle a:visited {
        color: #ccc;
}

#templatemo_sitetitle a:active, #templatemo_sitetitle a:hover {
         color: #dd0011;
}

#templatemo_currentdate {
	float: left;
	width: 300px;
	margin: 65px 25px 0 12px;
        padding: 0;
	font-weight: normal;
        text-align: left;
	vertical-align: bottom;
        color: #000;
}

/*------------- Top Menu ------------------*/
#templatemo_menu_top {
	float: left;
	width: 1000px;
	height: 20px;
	background: #fff;
  border-bottom: 1px solid #999;
}

#templatemo_menu_top ul {
  float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#templatemo_menu_top ul li{
	display: inline;
}

#templatemo_menu_top ul li a{
	margin: 0 0 0 0;
}

#templatemo_menu_top ul li a{
	float: left;
	padding: 1px 15px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #4a4a4a;
/*  margin: 0 0 -10px 0; */
}

#templatemo_menu_top li a:hover, #templatemo_menu_top li .current{
	color: #000;
}
/* end of Top menu */

/*-------------  Menu ------------------*/
#templatemo_menu {
	float: left;
	width: 1000px;
	height: 30px;
	background: #750a20 url(images/bg-menu.png) repeat-x;
}

#templatemo_menu ul {
	float: left;
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#templatemo_menu ul li{
	display: inline;
}

#templatemo_menu ul li a{
	float: left;
	padding: 0 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ccc;
}

#templatemo_menu li a:hover, #templatemo_menu li .current{
	color: #fff;
}
#templatemo_searchbox {
	float: right;
        padding: 0; 
        margin: 0px 10px 0px 10px;
        height: 30px;
}

#templatemo_searchbox form {
	margin: 0px 0 0px 0;
	padding: 0 0 0px 0;
        border: none;
        background: none;
        width: 450px;
}

#templatemo_searchbox form ul {
        float: right;
        list-style: none;
        padding: 5px 0 0px 0;
        *padding: 3px 0 0px 0;
}

#templatemo_searchbox form ul li {
        display: inline;
}

#searchfield{
	background:#eef;
	border: 1px solid #999;
	color: #333;
	font-size: 13px;
	font-variant: normal;
/*  	height: 20px; 
    	line-height: 20px; */
	width: 150px;
}

#templatemo_searchbox select {
	background:#eef;
	border: 1px solid #999;
	color: #333;
	font-size: 13px;
	font-variant: normal;
/*	height: 20px; 
    	line-height: 20px; */
        width: 150px;
}

#searchbutton{
	background: url(images/templatemo_search_button2.gif); 
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	margin: 0px 0 5px 7px;
	*margin: 0px 0 7px 7px;
	padding: 0 2px 5px 0;
        *padding-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	white-space: pre;
	width: 100px;
}

/* end of menu */

/*-------------------- Content ---------------------*/
#templatemo_content {
  width: 1000px;
  float: left;
  background: #fff;
  margin: 0;
  padding: 0;
/*  _border: 1px solid #ccc; */
  border-top: none;
}

#templatemo_main_leftcol {
	float: left;
	width: 620px;
	margin: 10px 10px 0 5px;
        _margin-left: 0px;
}

#templatemo_main_leftcol ul {
        margin-top: 0px;
        margin-bottom: 0px;
}

#templatemo_main_leftcol h2 {
        margin-top: 5px;
}

#templatemo_main_leftcol .center {
        text-align:center;
}

#templatemo_main_leftcol .center_colored {
        text-align:center;
        background-color:#e9efce;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 10px 5px;
}

.banners {
  width: 620px;
  float: left;
  margin: 0 0 5px 5px;
  _margin-left: 2px;
}

.templatemo_leftcol_subcol {
	float: left;
	width: 280px;
	padding: 0 10px 0 0px;
	margin-left: 5px;
        _margin-left: 0px;
        _width: 290px;
        _overflow: hidden;
}

#templatemo_main_rightcol {
        position: relative;
        _float:right;
	float: left;
	margin: 2px 0 0 0;
        padding: 0 0 0 0;
	width: 345px;
        background: #fff;
}

/*
* html #templatemo_main_rightcol {
	margin-left: -20px;
}
*/

#templatemo_topnews, #templatemo_midnews {
	display: block;
	padding: 5px 0 5px 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}

#templatemo_topnews img{
	margin-bottom: 5px;
        _padding-left: 0px;
}

#templatemo_gallery_section {
	display: block;
	width: 278px;
	padding: 5px 0 5px 5px;
	margin-bottom: 10px;
/*	_border: 1px solid #CCC; */
}

#image_section {
	float: left;
	width: 278px;	
	padding-bottom: 5px;
}

#image_section img{
	float: left;
	margin: 0 3px 3px 0;
	border: none;
}

.regular_section {
	display: block;
	width: 300px;
        margin-left: 15px;
/*	padding-bottom: 5px; */
	margin-bottom: 10px; 
	border-bottom: 1px dotted #CCC;
}

.newsbox {
	clear: both;
	width: 300px;
/*	padding-bottom: 5px; */
}


.newsbox img{
	float: left;
	margin: 0 5px 0px 0;
        *margin-bottom: 17px;
	padding: 0px;
}

.newsbox .newstitle {
	font-size: 16px;
	color:#C00;
	font-weight: bold;
}

.newsbox p{
	font-size: 11px;
}

.regular_section ul{
	clear: both;
	margin: 0;
	padding: 0;
  list-style: none;
}

.regular_section li a{
	font-weight: bold;
  background: url(images/40.png) no-repeat left;
  margin: 0;
  padding: 0 0 0 15px;
}

.regular_section li a:hover{
	text-decoration: none;
}

.templatemo_leftcol_fullrow {
	clear: both;
	float: left;
	width: 600px;
	padding: 10px 0 0 5px;
	border: 1px solid #CCC;
	margin-bottom: 25px;
	
}

.templatemo_rcol_sectionwithborder {
	display: block;
	width: 340px;
/*	_border: 1px solid #aaa; */
/*	margin-bottom: 25px; */	
        _background:#fff;
        margin: 11px 0px 0 0;
        *margin-top: 1px;
}

.templatemo_rcol_sectionwithborder2 {
	display: block;
	width: 340px;
/*	_border: 1px solid #aaa; */
/*	margin-bottom: 25px;	*/
        _background:#fff;
        margin: 13px 0px 0 5px;
        *margin-top: 3px;
}

#templatemo_video_section {
	display: block;
	width: 340px;
	margin-top: 10px;	
	margin-left: 10px;
  background: #fff;
}

* html #templatemo_video_section {
	margin-left: 5px;
}

#templatemo_video_section .video_box {
	float: left;
	width: 106px;
	margin: 0 10px 10px 10px;
}

#templatemo_video_section .video_box img{
	padding: 0 0 10px 0;
}

#templatemo_video_section .video_box a{
	font-size: 10px;
	font-weight: bold;
}

#templatemo_video_section .video_box a span{
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
}

#templatemo_newsletter_section {
	width: 340px;
	margin: 10px;
  padding: 0 0px;
}

#templatemo_newsletter_section p{
	margin: 10px;
}

#templatemo_newsletter_section  ul {
  margin: 0 10px 0 10px;
  padding: 0;
  list-style: none;
}
#templatemo_newsletter_section  form {
	margin: 0 0 25px 5px; /* bottom 25 au lieu de 0 */
        _margin: 0 0 0px 0; /* idem */
  padding-top: 20px; 
	text-align: left;
  width: 330px;
  background: #fff url(images/bg-form.png) repeat-x ;
  border: 1px solid #ede0c9;
}

#templatemo_newsletter_section  select {
	width: 200px;
	height: 25px;
	padding: 2px 0;
	margin: 0px;
}

#templatemo_newsletter_section .form_row, #templatemo_poll_section .form_row {
	padding: 3px 0px;
        _padding-left: 0px;
}


#templatemo_newsletter_section label {
	padding-right: 10px;
  float: left;
  width: 107px;
}

#templatemo_newsletter_section input{
	height: 15px;
  border: 1px solid #ccc;
  height: 18px;
  _width: 180px;
}
#templatemo_newsletter_section .rm{
  margin: 0 0 0 62px;
}

#templatemo_main_leftcol .button, #templatemo_newsletter_section .button, #templatemo_poll_section .button{
  /*	height: 25px; */
  padding: 0;
  background: #4a4a4a url(images/btn.png) repeat-x; 
  border: 1px solid #999;
  color: #4a4a4a;
  vertical-align: middle;
  line-height: 16px;
}

#templatemo_blog_section {
	width: 340px;
	margin: 10px;
  background: #fff;
/*  _border: 1px solid #ccc; */
  _border-top: none;
}

#templatemo_blog_section  ul{
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}

#templatemo_blog_section  ul li{
  margin: 5px 0 5px 0;
  padding: 0 0 0 20px;
  background: url(images/40.png) left top no-repeat;
}


#templatemo_blog_section  ol{
  margin: 0;
  padding: 0;
  list-style: none;
}
.templatemo_rcol_sectionwithborder h2, .templatemo_leftcol_sectionwithborder h2 {
	_width: 320px;
	margin: 0 0 10px 0;
	padding: 4px 0 0 5px;
	font-size: 14px;
        height: 25px;
	color: #4a4a4a;
        font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px dashed #ccc;
/*  _background: url(images/bg-title.png) repeat-x;*/
}

#templatemo_blog_section .blog_box {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
        margin: 0 15px 0 10px;
}

#templatemo_blog_section .blog_box {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
  margin: 0 15px 0 10px;
}

#templatemo_blog_section .datetime{
	font-weight: bold;
}

#templatemo_poll_section {
  border: 1px solid #ede0c9;
	width: 340px;
	margin: 10px;
  background: #d5dc6a;
}

#templatemo_poll_section  form{
  background: none;
  border: none;
}

#templatemo_poll_section  ul {
  margin: 0 10px 0 10px;
  padding: 0;
  list-style: none;
}

#templatemo_poll_section p{
  margin: 0 10px 0 10px;
	padding-bottom: 10px;
}


#templatemo_poll_section img{
	float: right;
  margin: 0 15px;
}

#templatemo_poll_section .button{
	height: 25px;
	width: 50px;
	margin-right: 25px;
}

#templatemo_partner_section {
	width: 345px;
	margin: 10px;
}

.partner_box {
	width: 340px;
	padding: 0px;
	margin-bottom: 25px;
}

.partner_box p{
	clear: both;
}



/* ----- Footer ----- */
#templatemo_footer {
	clear: both;
	float: left;
	padding: 7px 25px 1px 25px;
	width: 945px;
	color: #FFF;
	text-align: left;
	background: #4a4a4a;
}

.footer_leftcol {
	float: left;
	width: 490px;
	padding: 7px 0 0 0;
	margin-right: 110px;
}

.footer_rightcol {
	float: right;
	text-align: right;
	width: 320px;
	text-align: right;
}

.footer_subcol {
	float: left;
	width: 140px;
	margin-left: 12px;
}

.footer_subcol ul {
	margin: 0;
        padding: 0;
        list-style: none;
}


#templatemo_footer h2{
	color:#ccc;
}

#templatemo_footer p{
	padding: 0;
	margin-bottom: 5px;	
	text-align: justify;
}

#templatemo_footer a{
	color: #FFF;
	text-decoration: none;
}

#templatemo_footer a:hover{
	color: #FFF;
	text-decoration: underline;
}

/* ----- End of Footer ----- */

form {
  margin: 10px 0px 10px 3px;
  padding: 10px 5px 10px 0;
  background: #eee url(images/bg-form.png) repeat-x ;
  border: 1px dashed #ccc;
}

fieldset p {
  padding-left: 30px;
  padding-right: 20px;
}

fieldset li {
  margin-left: 30px;
  margin-right: 20px;
}