/* 
 * rouge Renens:  E4322D
 * vert  ancien:  80FF80
 * vert  nouveau: 88FF94
*/
@font-face {
    font-family: 'exo_2regular';
    src: url('../font/exo2-regular-webfont.eot');
    src: url('../font/exo2-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/exo2-regular-webfont.woff2') format('woff2'),
         url('../font/exo2-regular-webfont.woff') format('woff'),
         url('../font/exo2-regular-webfont.ttf') format('truetype'),
         url('../font/exo2-regular-webfont.svg#exo_2regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Impact2';
    src: url('../font/impact2.eot');
         url('../font/impact2.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

old_body{
  font-family: exo_2regular, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
  margin: 0;
  padding: 0;
  background-color: #E2341D;
  background-image: url(../images/logo/renens_basket_trans_100.gif);
  background-repeat: repeat-x;
}
body{
  font-family: exo_2regular, Arial, sans-serif;
  font-size: 100%;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  background-color: #000000;
}

a:link,a:hover,a:visited{
  color: #8080ff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #FFFFFF;
  font-size: 100%;
  text-align: left;
}

p.error
{
  font-size: 110%;
  padding: 10px 0 5px 10px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

p.info
{
  font-size: 110%;
  padding: 10px 0 10px 0;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

p.left_info
{
  font-size: 110%;
  padding: 10px 0 10px 0;
  font-weight: bold;
  text-align: left;
  color: #000000;
}

p.equipe_info{
  font-style: italic;
  color: #EEEEEE;
}

img{
  border: none;
}

.separator{
  text-align: center;
  padding: 10px 0 10px 0;
}

.left{
  text-align:left;
  padding: 0 0 0 10px;
}

.left-bold{
  text-align:left;
  font-weight: bold;
  padding: 0 0 0 10px;
}

.right{
  text-align:right;
  padding: 0 10px 0 0;
}

.right-bold{
  text-align:right;
  font-weight: bold;
  padding: 0 10px 0 0;
}

.center{
  text-align:center;
}
.center-bold{
  text-align:center;
  font-weight: bold;
}

.important{
  font-size: 110%;
  padding: 10px 0 10px 0;
  font-weight: bold;
  color: #FFFFFF;
  text-align:center;
}

.important-left{
  font-size: 110%;
  padding: 10px 0 10px 0;
  font-weight: bold;
  color: #FFFFFF;
  text-align:left;
}

.note{
  font-size: 110%;
  padding: 10px 0 10px 0;
  font-weight: bold;
  font-style: italic;
  color: #E4322D;
  text-align:center;
}

#header{
  padding: 0;
  margin: 0;
  background-image: url(../images/logo/header/header_fond_noir.jpg);
  background-repeat: repeat-x;
  border-bottom: 1px solid #FFFFFF;
}

ul#nav{
  background-color: #000000;
  border-bottom: 1px solid #FFFFFF;
  text-align: left;
  margin: 0;
  padding: 2px 0;
}

ul#nav li{
	color: #FFFFFF;
  list-style-type: none;
  display: inline-block;
  margin: 0 0 0 1px;
  padding: 0;
}

ul#nav li a{
	color: #FFFFFF;
  padding: 2px 7px;
  white-space: nowrap;
}

ul#nav li a:hover{
  background-color: #FF6C23;
  white-space: nowrap;
}

ul#nav li.selected{
  font-weight: bold;
  background-color: #E4322D;
  color: #FFFFFF;
  margin: 0 0 0 1px;
  padding: 2px 7px;
}

#subnav ul {
  list-style-type: none;
  text-indent: 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#subnav ul li.title{
  font-size: 110%;
  font-weight: bold;
  border-bottom: 2px solid #E4322D;
  text-align: center;
}

#subnav ul li{
	color: #FFFFFF;
  text-align: right;
  margin: 0 0 1px 0;
}

#subnav ul li a{
	color: #FFFFFF;
  display: block;
  padding: 2px 5px 2px 5px;
}

#subnav ul li a:hover{
  background-color: #FF6C23;
}

#subnav ul li.selected{
  padding: 2px 5px 2px 5px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #E4322D;
}

#subnav p.important{
  font-size: 100%;
  padding: 10px 0 10px 0;
  font-weight: bold;
  color: #E4322D;
  text-align:center;
  border: 0;
  border-bottom: 0;
}

#subnav div ul{
  border: 0;
  border-bottom: 0;
}

#subnav div ul li{
  border: 0;
  border-bottom: 0;
}

#subnav{
	position: absolute;
  width: 157px;
  height: 100%;
  margin: auto 0px auto 0;
  padding: 0 0px 0 5px;
  background-color: #000000;
}

#nav_plus_content {
  margin: 0 0 0 165px;
  border-left: none;
  border-bottom: none;
  background-color: #E4322D;
  border-bottom: 1px solid #FFFFFF;
}

#content_background {
	display: table-cell;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  background-color: #E4322D;
}

#content {
	display: table;
	width: auto;
  border-left: 1px solid #FFFFFF;
	min-height: 310px;
  padding: 10px 20px 10px 20px;
  text-align: center;
}

#content a:hover{
  text-decoration: underline;
}

#content h1{
  font-size: 140%;
  font-weight: bold;
  padding: 0 0 0 0;
  text-align: center;
}

#content h2{
  background-image: url(../images/logo/renens_basket_ballon_22.gif);
  background-repeat: no-repeat;
  background-position: left center;
  text-align: left;
  font-size: 120%;
  padding: 5px 0 5px 30px;
  margin: 20px 0 20px 5px;
  font-weight: bold;
  border-bottom: 1px solid #FFFFFF;
}

#content h3{
  font-size: 110%;
  padding: 10px 0 0 10px;
  margin: auto auto 5px auto;
  font-weight: bold;
}

#content dt {
  font-weight: bold;
  margin: 5px 0 2px 0;
}
#content dd {
  margin: 0 0 10px 5px;
}

#content p.photoequipe a,#content p.photoequipe a:hover{
  text-decoration: none;
}

#content p.manifsummary {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#absents, #presents {
  clear:both;
  margin: 10px 25px;
  padding: 0;
  text-align: left;
}

#absents dt, #presents dt {
  font-weight: bold;
  margin: 10px 0;
}

#absents dd, #presents dd {
  background: transparent url(../images/global/square.png) 0 50% no-repeat;
  padding: 0 0 0 15px;
  margin: 0  0 0 20px;
  display: inline;
  white-space: nowrap;
}

#content ul{
  text-align: left;
  list-style-type: square;
}

#content ul ul {
  text-align: left;
  list-style-type: circle;
}

#content ul.selection_image {
  margin: 0;
  padding: 5px 0 10px 0;
}
#content ul.selection_image li {
  list-style-type: none;
  text-align: left;
  vertical-align: middle;
  margin: 0 20px 5px 20px;
}

#content ul.selection_image li img {
  margin: 0 20px 5px 20px;
  vertical-align: middle;
}

#content ul.liens {
  margin: 0;
  padding: 5px 0 10px 0;
}
#content ul.liens li {
	background-color: #FFFFFF;
  list-style-type: none;
  float: left;
  width: 150px;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  margin: 0 10px 20px 10px;
}
#content ul.liens li img {
  line-height: 150px;
  max-width: 135px;
  max-height: 125px;
  margin: 0 0 0 0;
  vertical-align: middle;
}

#content ul.liens li a {
  line-height: 150px;
  margin: 0;
  padding: 5px;
  font-size: 90%;
  vertical-align: middle;
}

#content ul.liens li a:hover {
  text-decoration: none;
}

#content p.contactlien {
  margin: 0;
  padding: 10px 0;
  clear: both;
}

#content div.sponsors {
	margin: 0 auto;
  text-align: center;
}

#content ul.sponsors {
  display: inline;
  margin: 0 0 0 0;
  padding: 0 0;
}

#content ul.sponsors li.principal {
  display: inline-block;
  width: 290px;
  list-style-type: none;
  text-align: center;
  margin: 5px;
  vertical-align: bottom;
}

#content ul.sponsors li.principal a {
  width: 290px;
  height: 90px;
  display: inline-block;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  margin: 0;
  padding: 5px 0;
  font-size: 90%;
  vertical-align: center;
}

#content ul.sponsors li.principal.nolink {
  height: 90px;
  padding: 5px 0;
  border: 1px solid #FF834F;
  margin: 5px;
  font-size: 90%;
  vertical-align: center;
}

#content ul.sponsors li.principal a:hover {
  text-decoration: none;
}

#content ul.sponsors2 {
	display: block;
  list-style-type: disc;
  text-align: left;
  margin: 20px;
}

#content ul.sponsors2 li.autre {
  height: 20px;
  margin: 20px;
}

#content p.contactsponsors {
  margin: 0;
  padding: 10px 0;
  clear: both;
}

#content div.datas {
  text-align: center;
  color: #FFFFFF;
  padding: 0 5px 0 5px;
  padding: 0 5px 0 5px;
  width: 95%;
}

#content div.datas table.noborder{
  width: 50%;
  border: none;
}

#content div.datas table.noborder th{
  color: #000000;
  border: none;
}

#content div.datas table th{
  color: #000000;
}

#content div.datas table.noborder td{
  border: none;
}

#content div.datas tr.even {
  background-color: #000000;
}

#content div.datas tr.odd {
/*  background-color: #303030; */
  background-color: #000000; /* ZZZ */
}

#content div.datas tr.CV{
  background-color:  #009700;
  color: #FFFFFF;
}

#content div.datas tr.CS{
  background-color: #8B0000;
  color: #FFFFFF;
}

#content a:link, #content a:hover, #content a:visited{
  color: #000040;
  font-weight: bold;
}

#content div.datas a:link, #content div.datas a:hover, #content div.datas a:visited{
  color: #8080ff;
  font-weight: normal;
}

#content ul.basketplan li {
  color: #FFFFFF;
  margin: 10px 0;
}

#content div.datas table.legende{
  border: 1px solid #E4322D;
  width: 30%;
}

#content div.datas table.legende td.CV{
  text-align: center;
  color:  #FFFFFF;
  background-color:  #009700;
  border-left: 1px solid #E4322D;
  border-right: 1px solid #E4322D;
}

#content div.datas table.legende td.CS{
  text-align: center;
  color: #FFFFFF;
  background-color: #8B0000;
  border-left: 1px solid #E4322D;
  border-right: 1px solid #E4322D;
}

#content div.datas table{
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
  border-bottom: 2px solid #E4322D;
  border-collapse: collapse;
  width: 100%;
}

#content div.datas th{
  font-weight: bold;
  font-style: italic;
  padding: 0 5px;
  border-bottom: 2px solid #E4322D;
}

#content div.datas td{
  padding: 2px 5px;
  color: #FFFFFF;
  border-left: 1px solid #E4322D;
  border-right: 1px solid #E4322D;
  border-bottom: 1px solid #E4322D; /* ZZZ */
  border-top: 1px solid #E4322D; /* ZZZ */
}

#content div.datas th.even{
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  background-color: #000000;
  /* border-bottom: none; */
  border-bottom: 1px solid #E4322D; /* ZZZ */
  border-left: 1px solid #E4322D;
  border-right: 2px solid #E4322D;
}

#content div.datas th.odd{
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  background-color: #000000; /* ZZZ */
  /* background-color: #303030; */
  /* border-bottom: none; */
  border-bottom: 1px solid #E4322D; /* ZZZ */
  border-left: 1px solid #E4322D;
  border-right: 2px solid #E4322D;
}

#content div.datas th.add{
  width: 15px;
  font-weight: bold;
  font-style: italic;
  padding: 0 0 0 0;
  border-bottom: 2px solid #E4322D;
}

#content div.datas th.mod{
  width: 15px;
  font-weight: bold;
  font-style: italic;
  padding: 0 0 0 0;
  border-bottom: 2px solid #E4322D;
}

#content div.datas th.del{
  width: 15px;
  font-weight: bold;
  font-style: italic;
  padding: 0 0 0 0;
  border-bottom: 2px solid #E4322D;
}

#content div.datas td.add{
  width: 15px;
  padding: 0 0 0 0;
}

#content div.datas td.mod{
  width: 15px;
  padding: 0 0 0 0;
}

#content div.datas td.del{
  width: 15px;
  padding: 0 0 0 0;
}

#content div.datas td.empty{
  text-align: center;
  background-color: #FFFFFF;
  border-left: 1px solid #E4322D;
  border-right: 1px solid #E4322D;
}

#content div.datas table.baskethon {
  margin: 0 auto;
}

#content div.news {
  margin: 10px auto 20px auto;
  text-align: left;
  width: 95%;
  border: 1px solid #E4322D;
}

#content div.news div.body{
  margin: 0 auto 0px auto;
  padding: 10px;
  text-align: left;
  width: 95%;
}

#content div.news h3{
  font-size: 110%;
  color: #9999CC;
  margin: 10px 0 10px 10px;
  padding: 0 0 0 5px;
  border-bottom: 1px dotted #E4322D;
}

#content div.news h3 span{
  font-size: 70%;
  color: #000000;
  font-weight: normal;
}

#content div.news p.author{
  font-size: 75%;
  text-align: right;
  color: #000000;
  margin: 0 auto 0 0;
  padding: 0 auto 0 0;
}

#footer a:hover, #footer a:link, #footer a:visited {
	color: #8080ff;
}

#livre {
  text-align: left;
  width: 100%;
}

#livre table.signature a:link, #livre table.signature a:visited, #livre table.signature a:hover
{
  color: #8080FF;
}

#livre table.signature
{
  font-size: 100%;
  width: 100%;
  border: 1px solid #E4322D;
  border-collapse: collapse;
  text-align: left;
  margin-left: 5px;
  margin-right: auto;
}

#livre table.signature th{
  width:50%;
  padding: 2px 5px 2px 5px;
  background-color: #000000;
  border-left: none;
  border-right: none;
}

#livre table.signature td{
  padding: 5px 0 20px 5px;
  border-left: none;
  border-right: none;
}

#equipe_infos table.equipe_infos{
  width: 100%;
  border: 3px solid #E4322D;
  border-collapse: collapse;
  margin-left: 5px;
  margin-right: auto;
}

#equipe_infos table.equipe_infos td.date{
  font-size: 80%;
  padding: 2px 5px 2px 5px;
  background-color: #000000;
  border: 3px solid #E4322D;
  text-align: right;
}

#equipe_infos table.equipe_infos td.title{
  padding: 2px 5px 2px 5px;
  background-color: #FFFFFF;
  color: #E4322D;
  font-weight: bold;
  /*
  background-color: #E4322D;
  color: #FFFFFF;
  border: 0px solid #000000;
  */
  border: 3px solid #E4322D;
  border-left: none;
  border-right: none;
}

#equipe_infos table.equipe_infos td.corps{
  background-color: #000000;
  /* font-weight: bold; */
  text-align: left;
  padding: 10px 5px 10px 5px;
  border: 3px solid #E4322D;
}

#equipe_infos table.equipe_infos td.equipe{
  background-color: #FFFFFF;
  color: #E4322D;
  font-weight: bold;
  text-align: left;
  padding: 10px 5px 10px 5px;
  border: 3px solid #E4322D;
  border-left: none;
}

#livre table.noborder{
  width: 100%;
  border: none;
  margin-left: auto;
  margin-right: auto;
}

#livre table.noborder th{
  border: none;
}

#livre table.noborder td{
  border: none;
}

#form{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: exo_2regular;
}

#form td{
  border-left: none;
  border-right: none;
}

#form table{
  margin-left: 0;
  border-bottom: none;
}

#form th.must{
  text-align: right;
  font-weight: bold;
  border-bottom: none;
  white-space: nowrap;
  padding: 0 12px 0 0;
}

#form th.opt{
  text-align: right;
  font-weight: normal;
  border-bottom: none;
  padding: 0 12px 0 0;
}

#form td.must{
  text-align: left;
  white-space: nowrap;
}

#form td.must-wrap{
  text-align: left;
}

#form td.opt{
  text-align: left;
  white-space: nowrap;
}

#form td.wrap{
  text-align: left;
}

#form table.rights{
  border-collapse: collapse;
  border-bottom: 2px solid #E4322D;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

#form table.rights th{
  white-space: nowrap;
}

#form table.rights td{
  width: 30px;
  text-align: center;
}

#form select {
  font-weight: bold;
	margin: 4px 0px 4px 0px;
	padding: 2px 4px 2px 4px;
  border: 1px solid #000000;
  background-color: #FFA0A0;
  color: #000000;
  font-family: exo_2regular;
}

#form input {
  color: #000000;
  background-color: #FFFFFF;
  font-family: exo_2regular;
}

#form .field {
	margin: 4px 0px 4px 0px;
	padding: 2px 4px 2px 4px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  color: #000000;
  font-family: exo_2regular;
}

#form textarea {
	margin: 4px 0px 4px 0px;
	padding: 2px 4px 2px 4px;
  border: 1px solid #000000;
  background-color: #FFA0A0;
  color: #000000;
  font-family: exo_2regular;
}

#form .checkbox {
  background-color: #FFA0A0;
  color: #000000;
}

#form .button {
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	color: #000000;
	background-color: #FFA0A0;
  border: 1px solid #000000;
  font-family: exo_2regular;
}

#form buttonText, .buttonText {
	font-weight: bold;
	font-size: 13px;
	padding: 4px 8px 4px 8px;
	color: #000000;
	background-color: #FFA0A0;
  border: 1px solid #000000;
  font-family: exo_2regular;
}

#image{
  width: 100%;
  text-align: center;
  padding: 5px 20px 5px 20px;
  margin-left: auto;
  margin-right: auto;
}

#flash {
  width: 95%;
  text-align: center;
  padding: 5px 20px 5px 20px;
  margin-left: auto;
  margin-right: auto;
}

#footer {
  font-size: 80%;
  font-style: italic;
  padding: 5px 10px 5px 0;
  margin: 0 0 0 0;
  text-align: right;
  border-top: none;
  clear: both;
}

img.nohover {
	border:0
}
img.hover {
	border:0; display:none
}
a:hover img.hover {display:inline}
a:hover img.nohover {display:none}

.lien_express {
  display:block;
  margin-left: 10px;
  margin-right: auto;
	align:left
}
.lien_express a {
	margin:0;
	background:#E4322D;
	color:#FFFFFF;
	font-size:110%;
	padding:2px 3px;
	text-transform:uppercase;
	text-decoration:none
}

#infos_equipe_1{
  float: left;
  clear: right;
	border:0;
  padding: 0;
	margin:0 10px 0 0;
  max-width: 500px;
  positiion: relative;
}

#infos_equipe_2{
	float: left;
	border: 0;
	left: 500px;
  margin: 0 10px 0 0;
  positiion: absolute;
}

p.h2_equipe{
  background-image: url(../images/logo/renens_basket_ballon_22.gif);
  background-repeat: no-repeat;
  background-position: left center;
  color: #FFFFFF;
  text-align: left;
  font-size: 120%;
  padding: 5px 0 5px 30px;
  margin: 20px 0 20px 5px;
  font-weight: bold;
  border-bottom: 1px solid #FFFFFF;
}

p.joueur{
  color: #000000;
  font-size: 150%;
  font-family: Impact2, Impact, exo_2regular;
}

p.compteur{
	display: block;
	margin: 50px 0 0 2px;
  color: #FFFFFF;
  font-weight: bold;
}

table.compteur{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  color: #FFFFFF;
  font-size: 90%;
	width: 140px;
}

p.licence{
  color: #FFFFFF;
}

table.resultat{
  border-collapse: collapse;
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
}

table.resultat th{
	text-align: right;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  padding: 10px 10px 10px 10px;
}	
table.resultat tr td{
	text-align: right;
  border-right: 2px solid #FFFFFF;
  padding: 10px 10px 10px 10px;
}
#content p.rouge, #content p.vert, #content p.bleu{
  padding: 4px 4px 4px 4px;
  margin: 0 0 0 0;
  font-family: Impact2, Impact, exo_2regular;
	background-color: #FFFFFF;
	display: block;
	float: right;
}
#content p.rouge a:link, #content p.rouge a:hover, #content p.rouge a:visited {
  font-weight: normal;
	color: #E4322D;
} 
#content p.vert  a:link, #content p.vert  a:hover, #content p.vert  a:visited {
  font-weight: normal;
	color: #0FD12F;
} 
#content p.bleu  a:link, #content p.bleu  a:hover, #content p.bleu  a:visited {
  font-weight: normal;
	color: #2166CE;
} 

table.stat{
  border-collapse: collapse;
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
  background-color: #000000;
  color: #CCCCCC;
}

table.stat tr th{
	text-align: right;
  border-bottom: 2px solid #E4322D;
  border-right: 1px solid #E4322D;
  padding: 0px 10px 0px 10px;
  background-color: #888888;
}
table.stat th a:link, table.stat th a:hover, table.stat tr th a:visited{
	color: #8888ff;
}
table.stat tr td{
	text-align: right;
  border-right: 1px solid #E4322D;
  border-bottom: 1px solid #E4322D;
  padding: 0px 10px 0px 10px;
}
table.stat tr td.points{
  width: 28px;
}
table.stat tr td.fautes{
  width: 20px;
}
table.stat tr td.fautes_5{
  width: 20px;
  color: #E4322D;
  font-weight: bold;
}
table.stat tr td input.points{
	text-align: right;
  width: 24px;
  background-color: white;
}
table.stat tr td input.fautes{
	text-align: right;
  width: 16px;
  background-color: white;
}

table.stat tr td input.fautes{
	text-align: right;
  background-color: white;
}

#content div.adresse {
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 95%;
}

#content div.adresse table{
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
}

#content div.adresse td{
  padding: 2px 15px;
  margin: 0 0 0 0;
}

#content div.adresse h2{
  background-image: none;
  text-align: left;
  font-size: 120%;
  padding: 5px 0 5px 0px;
  margin: 0 0 0 0;
  font-weight: bold;
  border-bottom: 0;
  display: inline-block;
  color: #000000;
}

div.texte_news {
  font-size: 95%;
  font-weight: normal;
  color: #FFFFFF;
  margin: 6px 0 0 0;
  padding: 5px 0 0 0;
  display: block;
}
#content div.texte_news a:link, #content div.texte_news a:hover, #content div.texte_news a:visited {
  font-weight: normal;
  color: #FFFFFF;
}

#commentaires{
	display: block;
  float: left;
  clear: right;
	border:0;
  padding: 0;
	margin:0 20px 0 0;
  max-width: 450px;
  positiion: relative;
}

#liens{
	display: table;
	border: 0;
	left: 450px;
  margin: 0 10px 0 10px;
  positiion: absolute;
}

p.padded{
  padding: 0 0 0 20px;
  margin: 0 0 3px 0;
  text-align: left;
  color: #FFFFFF;
}

p.padded-bold{
  font-weight: bold;
  padding: 0 0 0 20px;
  margin: 0 0 3px 0;
  text-align: left;
  color: #FFFFFF;
}

#content div.datas span.officiel_ok,
#content div.datas span.officiel_ok a:link,
#content div.datas span.officiel_ok a:hover,
#content div.datas span.officiel_ok a:visited {
  color: #99FF99;
}
#content div.datas span.officiel_no,
#content div.datas span.officiel_no a:link,
#content div.datas span.officiel_no a:hover,
#content div.datas span.officiel_no a:visited {
  color: #E4322D;
}
#content div.datas span.officiel_xx,
#content div.datas span.officiel_xx a:link,
#content div.datas span.officiel_xx a:hover,
#content div.datas span.officiel_xx a:visited {
  color: #FFD584;
}

#content select {
  font-weight: bold;
	margin: 4px 0px 4px 0px;
	padding: 2px 4px 2px 4px;
  border: 1px solid #000000;
  background-color: #FFA0A0;
  color: #000000;
  font-family: exo_2regular;
}

#content button {
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	color: #000000;
	background-color: #FFA0A0;
  border: 1px solid #000000;
  font-family: exo_2regular;
}

#content button.delete {
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	color: #000000;
	background-color: transparent;
  border: 0;
  font-family: exo_2regular;
}
#content button.delete:hover
{
	background-color: #FFFFFF;
}

#content input.search {
  padding: 0 5px 0 5px;
	margin: 0;
  vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
  background-color: #000000;
  height: 28px;
  width: 250px;
  font-family: exo_2regular;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-left: 0;
  border-top: 0;
}

input.search2 {
  padding: 0 5px 0 5px;
	margin: 0;
  vertical-align: middle;
	text-align: left;
  background-color: #FFFFFF;
	color: #E4322D;
  height: 26px;
  width: 117px;
  font-family: exo_2regular;
	font-weight: bold;
  border-left: 0;
  border-top: 1px solid #000000;
}

#content button.search {
  vertical-align: middle;
	font-weight: bold;
	margin: 0;
  padding: 0;
	color: #000000;
	background-color: #000000;
  border: 0px;
  font-family: exo_2regular;
}

button.search {
  vertical-align: middle;
	font-weight: bold;
	margin: 0;
  padding: 0;
	color: #000000;
	background-color: #000000;
  border: 0px;
  font-family: exo_2regular;
}

#content tr.buttons td.button a {
	margin: 4px 0px 4px 0px;
	padding: 2px 4px 2px 4px;
  border: 1px solid #000000;
  background-color: #FFA0A0;
  color: #000000;
  font-family: exo_2regular;
  font-size: 85%;
}

#content img.logo_aide {
	padding: 2px 2px 2px 2px;
	background-color: #FFFFFF;
}

#content input.score {
	text-align: right;
  background-color: #FFA0A0;
  width: 24px;
  font-family: exo_2regular;
}

#content textarea {
	margin: 4px 0px 4px 0px;
	padding: 2px 4px 2px 4px;
  border: 1px solid #000000;
  background-color: #FFA0A0;
  color: #000000;
  font-family: exo_2regular;
}

#content div.licence {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  text-align: center;
}

#content ul.licence {
  display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#content ul.licence li.licence {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  display: inline-block;
  list-style-type: none;
  text-align: center;
}

#content img.licence {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  display: inline-block;
  list-style-type: none;
  text-align: center;
}

table.licence{
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
  color: #FFFFFF;
  text-align: right;
}
table.licence td{
	margin: 0 10px 0 10px;
	padding: 0 5px 0 5px;
}
table.licence th{
  color: #000000;
	margin: 0 10px 0 10px;
	padding: 0 5px 0 5px;
}

td.boutique
{
  vertical-align: middle;
  background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  border: none;
}

ul.programme li{
  font-size:18px;
  color:#000000;
  text-align: left;
}
ul.programme li.important{
  font-weight:bold;
  font-size:18px;
  color:#000000;
  text-align: left;
}
div.main-slider-content {
   width:800px;
   height:400px;
}
