/* 
 * NE PAS MODIFIER CE FICHIER CSS 
 * MODIFIER LE FICHIER styles.css
*/
html, body {
	height:100%;
	margin: 0;
	padding: 0;
}
body{
	background-color: white;
}
p, td, div, normal { 
	font-size: 14px; 
	font-family: Arial,Helvetica,Verdana, Geneva, SunSans-Regular, sans-serif; 
	font-weight:300; font-style: normal; 
	line-height: 18px;
	color: black;
}
input{
	/*
	background-color: #f2cfaa;
	border: none;
	color: black;
	*/
}
textarea{
	/*
	background-color: #f2cfaa;
	*/
}

a, a:link, a:visited { color: #E30B45; text-decoration: none; }
a:hover { color: #33cad4; text-decoration: underline; }
a:active { }
.float, .fleft {float:left;}
.fright {float: right;}
.clear {clear: both;}
.block {display: block;}
.big {font-size: 18px;}
.medium {font-size: 16px;}
.little {font-size: 11px; line-height: 13px; }
.bold {font-weight: bold;}
.sort {display:none;}

table, table tr, table td {
	border: 0;
	margin: 0;
	padding: 0;
}

label {}

b, strong {
	font-weight:700; font-style: normal; 
}
img {
	border: 0;
	display: block;
}

.error { float: left; color: red; font-weight: bold; margin-top:0px; }

.menu_produit{
	font-size: 18px;
	padding: 0 15px;
}
hr {
  height: 1px;
  border: 0;
  background: #e5e5e5;
  color: #e5e5e5;
}

h1 { 
	margin: 0;
	padding: 0;
}
h2 { 
	margin: 0;
	padding: 0;
}
h3 { 
	margin: 0;
	padding: 0;
}
h4 { 
	margin: 0;
	padding: 0;
}
.tableadmin{
	width: 100%;
}
.tableadmin th{
	background: #858484;
	cursor: pointer;
	padding: 3px 0 ;
}
.tableadmin td{
	border-bottom: 1px solid #858484;
	text-align: center;
	padding: 10px;
}
.M_PageModification_bt {
	float:left; background-color:yellow; font-size:13px; font-family: arial; border:1px solid black; padding:3px 10px; margin:10px 10px 0 0;
	
}
.M_PageModification_bt a, .M_PageModification_bt a:link, .M_PageModification_bt a:visited  {
text-decoration:none; color:black;
}

.buttonadmin {
	background-color: #c33131;
	color: white;
	font-size: 10px;
	padding: 0px 5px;
	margin-top: 5px;
	float: left;
	text-transform: uppercase;
}

.buttonadmin a, .buttonadmin a:link, .buttonadmin a:visited { color: white; text-decoration: none; }
.buttonadmin a:hover { color: yellow; text-decoration: none; }

#button_metas{
	position: absolute;
	right: 10px;
	top: 10px;
	color: black;
	cursor: pointer;
}
#title_meta{
	text-align: center;
	font-weight: bold;
	text-transform : uppercase;
	padding-bottom: 5px;
	color: grey;
	border-bottom: 1px solid grey;
	margin-bottom: 5px;
}
label.metas{
	color: grey;
	font-weight: bold;
}
textarea.metas{
	width: 250px;
}
#div_metas{
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	background: #EAEAEA;
	z-index: 1;
	width: 250px;
}
#admin_content {
	width: 997px;
	padding: 0;
	margin: 0 auto;
}

#div_login, #div_pass, #div_404{
	background: #eaeaea;
	padding: 20px;
	width: 210px;
	text-align: left;
	color: black;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px;
}
#div_pass{
	width: 300px;
}
#div_login label, #div_login a,#div_pass a{
	color: grey;
}

.ui-corner-tl { -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px; }
.ui-corner-tr { -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; }
.ui-corner-br { -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px; }
.ui-corner-top { -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px; }
.ui-corner-right {  -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px; }
.ui-corner-left { -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; }
.ui-corner-all { -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

.ombrage { 
    border: 5px solid #fff; 
    -moz-box-shadow: 8px 8px 12px #aaa;  
    -webkit-box-shadow: 8px 8px 12px #aaa;  
    box-shadow: 8px 8px 12px #555;  
}  

.formMorphine {
	
}
.formCell {
	float: left;
	margin: 0 10px 10px 0;
	width: 300px;
}
.formCell.labelLeft {
	width: 300px;
}
.formLabel {
	display: block;
}
.formCell.labelLeft .formLabel {
	float: left;
	width: 100px;
}
.formHelp {
	font-size: 10px;
	line-height: 11px;
	color: gray;
	clear: both;
}
.formCell.labelLeft .formHelp {
	padding-left:100px;
}
.formInput {
	width: 294px;
	border: 1px solid black;
	padding: 2px;
	margin: 0;
	/*
    -moz-box-shadow: 8px 8px 12px #eee;  
    -webkit-box-shadow: 8px 8px 12px #eee;  
    box-shadow: 8px 8px 12px #eee;  
    */
}
.formCell.labelLeft .formInput {
	width: 194px;
}
.formCell.hasPrefix .formInput {
	width: 244px;
}
.formCell.labelLeft.hasPrefix .formInput {
	width: 144px;
}
.formCell.hasSuffix .formInput {
	width: 244px;
}
.formCell.labelLeft.hasSuffix .formInput {
	width: 144px;
}

.formCell.hasPrefix.hasSuffix .formInput {
	width: 94px;
}

textarea.formInput {
	height: 50px;
}

.formError {
	color: red;
	font-weight: bold;
}
.formSuffix {
	float: right;
	width: 50px;
}
.formPrefix {
	float: left;
	width: 50px;
}
.formBox {
	width: auto;
	float: left;
	margin-right: 10px;
}



/*
.lline{
	border-left: 1px solid white;
	padding-left: 3px;
}
.h3gris {
	color: gray; 
	font-size: 18px; 
	font-family: Arial,Helvetica, Verdana, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 18px;
	font-weight: normal;  
	margin: 0;
	padding: 0 0 10px 0;
}
.input_text {
	height: 14px;
	background: #f6f6f6;
	border: 1px solid #AAA;
}
#add_authors{
	background: transparent url('/statics/images/plus-mini.png') no-repeat left center;
	cursor: pointer;
	margin-left: 20px;
	padding-left: 18px;
}
.scroll{
	position: relative;
	overflow: hidden;
	height: 60px;
}
.scroll_content{
	position: absolute;
	top: 0;
	left: 0;
	
}
.actu_content{
	display: none;
}
.ac_img{
	cursor: pointer;
}
#partners_content, #sponsors_content {
	padding-top: 35px;
	
}
#partners:hover{
	background: transparent url('/statics/images/fond-partners-over.png') no-repeat left top;
	}
#partners{
	background: transparent url('/statics/images/fond-partners.png') no-repeat left top;
	width: 573px;
	cursor: pointer;
	height: 113px;
	position: relative;
	overflow: hidden;
	
}
#sponsors:hover{
	background: transparent url('/statics/images/fond-sponsors-over.png') no-repeat left top;
	}
#sponsors{
	background: transparent url('/statics/images/fond-sponsors.png') no-repeat left top;
	width: 573px;
	height: 113px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.alc{
	text-align: center;
}
.dgreen{
	color: #00632e;
}
#content{
	width: 914px;
	margin: 5px auto;
}
#right_content{
	padding-bottom: 170px;
	padding-top: 5px;
	background: #d2e7e0 url('/statics/images/colonne-droite-bas.png') no-repeat left bottom;
	width: 294px;
}
#menu td{
	color: white;
}
.green{
	color: #00de00;
}
#header{
	width: 977px;	
	margin: 20px auto;
}
#header_content{
	background: white;	
	padding: 20px;
}
#tab_3, #tab_4, #tab_5{
	display: none;
}
.page{
	padding: 0 5px;
	
}
.page.current{

	color : #00632e;
	text-decoration: underline;
	
}
.form_ab{
	height: 400px;
	overflow: scroll;
}
a.menu{
	text-transform: uppercase;
	color: white;
	padding: 0 4px;
	font-size: 14px;
}
#followus{
	background: transparent url('/statics/images/bt_follow.png') no-repeat left top;
	height: 24px;
	width: 159px;
}
#followus .at16t{
	padding-left:16px!important;
}
a.menu:hover, a.current{
	color: #00de00;
	text-decoration: none;
	background: white;
}
p{
	padding: 0;
	margin: 0;
	text-align: justify;
	line-height: 13px;
}
.title{
	color: #534741;
	font-size: 60px;
	text-transform: uppercase;
}
.title_small{
	color: #534741;	
	font-weight: normal;
	font-size: 36px;
	text-transform: uppercase;
}
.blue{
	color: #6dcff6;
}
#slider{
	background: transparent url('/statics/images/blochome-fond.png') no-repeat left top;
	width: 993px;
	height: 320px;
	position: relative;
}
#slider_title{
	position: absolute;
	left: 80px;
	top: 50px;
	color: #534741;
	text-transform: uppercase;
	font-size: 80px;
}
#slider_desc{
	position: absolute;
	left: 80px;
	top: 130px;
	line-height: 40px;
	color: #534741;
	text-transform: uppercase;
	font-size: 36px;
}
#menu{
	background: #032b62;
	text-align: center;
	padding: 10px 0;
}
#tab_menu{
	margin: 0 auto;
}
#tab_menu a:hover{
	text-decoration: none;
}
.menu_item.current, .menu_item:hover{
	background: #ffe200 url('/statics/images/menu_fleche.png') no-repeat 5px center;
	color: #534741;
}
.menu_item{
	background: transparent url('/statics/images/menu_fleche.png') no-repeat 5px center;
	padding: 6px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.td_speaker{
	padding: 8px 8px;
	width: 50%;
}
.td_content{
	border-top: 1px dotted #98141B;
	border-bottom: 1px dotted #98141B;
	padding: 8px;
	
	cursor: pointer;
	height: 100px;
}
#tab_head,#tab_head td, #head{
	font-size: 11px;
	font-weight: bold;
}
.upper{
	text-transform: uppercase;
}
.td_title{
	font-size: 18px;
}
.line{
	border-bottom: 1px dotted #98141b;
}
.gray, a.gray{
	color: #cdcdcd;
}
.actu_menu{
	font-size: 16px;
}
.white{
	color: white;
}
#div_elogin{
	background: black;
	color: white;
	position: relative;
	padding: 10px;
	width: 170px;
}
.actu_item{
	padding: 5px 0;
	border-bottom: 1px solid gray;
}
.tab_td_top{
	padding: 5px;
	width: 33%;
}
.line_right{
	border-right: 1px dotted gray;
}
.line_bottom{
	border-bottom: 1px dotted gray;
}
.line{
	height: 1px;
}
.menu, .smenu_item{
	color: white;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
}
.smenu{
	position: absolute;
	top: 285px;
	display: none;
}
a.submenu{
	color: white;
	background: #00632e;
	font-size: 12px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 2px;
}
a.submenu:hover, a.submenu.current{
	background: #00dede;
	text-decoration: none;
}
.smenu_item{
	padding: 13px;
	background: url('/statics/images/fond-menu.png') repeat-x left top;
}

.familles{
	background: #585553;
	color: white;
	padding: 20px 10px;
	margin: 5px 0;
	font-size: 35px;
	cursor: pointer;
}
.red, a.red{
	color: #98141b;
}
#site_content{
	width:977px; 
	background: white;
	margin: 0 auto;
	position:relative;
	padding: 0px;
}
.trait{
	background: #00de00;
	height: 2px;
	
}
hr{
	
height: 2px;
border: 0;
background: #00de00;
color: #00de00;
}
.traitv{
	background: transparent url('/statics/images/traits-pointilles-vertical.png') repeat-x left top;
	width: 1px;
	
}
.txt_gray{
	color:  #b4b4b4;
}
.txt_bgray{
	color:  #666666;
}
.button{
	cursor: pointer;
}

.pad{
	padding: 10px;
	
}
.pright{
	padding-right: 15px;
}
#news{
	position: relative;
	cursor: pointer;
}
#news_img{
	position: relative;
}
.scroll_content img {
padding: 0 8px;
}
#news_txt{
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px;
	width: 165px;
	height: 157px;
	color: white;
	background: transparent url('/statics/images/bulle-news.png') no-repeat left top;
}
#mini_news #news_txt{
	background: transparent;
	height: auto;
}
#mini_news #news_title{
	color: #00632e;
}
#mini_news:hover{
	background: transparent url('/statics/images/news_bg-over.png') no-repeat left top;
	}
#mini_news{
	background: transparent url('/statics/images/news_bg.png') no-repeat left top;
	width: 246px;
	height: 141px;
	cursor: pointer;
	margin: 0 auto;
}
.news_more{
	position: absolute;
	bottom: 10px;
	right: 15px;
	cursor: pointer;
}
#mini_news .news_more{
	top: 0px;
	left: 0px;
}
#news_title{
	color: white;
	font-size: 18px;
	font-weight: bold;
}
.opacity{
	filter:alpha(opacity=85);
   	-moz-opacity:0.85;
   	-khtml-opacity: 0.85;
   	opacity: 0.85;
}
.white, a.white{
	color: white;
}
.opacity_rgb{
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
}
#footer a.menu{
	font-weight: normal;
	text-transform: none;
	font-size: 11px;
}
#footer a.menu:hover, #footer a.current{
	background: transparent;
	text-decoration: underline;
}
#footer div, #footer td, #footer a{
	color: white;
}
#footer{
	margin: 0 auto;
	width: 977px;
	background: #00de00;
	color: white;
	padding: 20px 0;
}
.opacity div, .opacity a, .opacity table{
	filter:alpha(opacity=100);
   	-moz-opacity:1;
   	-khtml-opacity: 1;
   	opacity: 1;
}
.more{
	display: none;
}
.fleche{
	float: right;
	cursor: pointer;
}

#sendpass{
	color: grey;
}
.month,.title_day{
	text-align: center;
	font-weight: bold;
}
.current_day_big a{
	color: black;
	background: white;
	padding: 0 5px;
}
.current_day_big_multi a{
	color: black;
	background: #CCCCCC;
	padding: 0 5px;
}
.day{
	text-align: center;
}
#event_calendar_big {
	width: 250px;
	background: #7B7D7E;
	padding: 10px;
}
#pagination table{
	margin-left: auto;
	margin-right: auto;
}
#current_page{
	text-decoration: underline;
}

.imageflow, #image_big_div{
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
}
#menu{
	background: transparent url('/statics/images/fond-menu.png') no-repeat left top;
	width: 914px;
	margin: 0 auto;
}

input {
	font-size: 15px;
}
*/