html {font-size: 100%;} 

body {
  margin: 0px;
  padding: 0px;
  font-family: verdana, arial, sans-serif;
  color: #000;
  background: #FFF;
  background-image: url(./images/background.jpg);
}

a:link {
color:#000;
}
a:active {
color:red;
}
a:visited {
color:#000;
}

a:hover,a.sfhover {
  color: red;
}

#banner {
  height: 62px;
  width: 780px;
  margin-top: 0px;
  text-align: left;
  background-image: url(./images/banner.jpg);
  position: fixed;
z-index:50;
}

#menu {
  margin-top: 58px;
  width: 780px;
  height: 32px;
  background: #ffd1de;
  text-align: left;
  position: fixed;
  line-height : 15px;
  text-align : center;
z-index:50;
  
}

#degrade {
  width: 780px;
  height: 12px;
  margin-top: 82px;
  background-image: url(./images/degrade.png);
  position: fixed;
z-index:50;
}

#contenu {
  margin-top: 0px;;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-top: 110px;
  width: 740px;
  background: #ffd1de;
  text-align: left;
}

#footer {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 20px 20px 10px 20px;
  width: 740px;
  background: #ffd1de;
  text-align: left;
}

#everything {
  border: solid #000;
  border-width: 0px 1px 1px 1px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #ffd1de;
  width: 782px;
}

ul#nav {  
width : 700px;
height : 25px;
font-size:0.6em;

background: #ffd1de;
list-style-type : none;
}
ul#nav li {
padding : 0 4px; /* Pour espacer les boutons entre eux */
}
#nav li.bouton_gauche {
float : left;
}
#nav li.bouton_droite {
float : right;
}
#nav a {
color: #000;
text-decoration: none;
}

#nav a:hover,#nav a.sfhover {
  color: red;
}

ul#partenaire {
  
  list-style-type : none;
}

ul#partenaire li {
background-image: url(./favicon.ico);
background-repeat: no-repeat;
background-position: left;
padding-left : 24px;
margin-top: 12px;
}

ul#dossierpro {
list-style-type : none;
}

ul#dossierpro li {
background-image: url(./favicon.ico);
background-repeat: no-repeat;
background-position: left;
padding-left : 24px;
margin-top: 12px;
}

.old_date
{
color: #C99;
}

.old_date a
{
color: #C99;
}


.video { 
  border: 2px solid;
  border-color : #000;
}

.vignette {
  text-align: center;
  float : left;
}

.vignette table {
  border: 0px;
  margin: 0;
  height: 120px;
}

.vignette table td {
  border: 1px dashed;
  border-color : #000;
  
  padding : 10px;
  width : 100px;
  height : 100px;
  
}

img {
  border : 0px none;
}

p {
  text-indent: 3em;
  text-align: justify;
}

.redandbold {
  color: red;
  font-weight: bold;
}

.red {
  text-decoration:none;
  color: red;
}



.boldandoblic {
  font-weight: bold;
  font-style: italic;
}

.marginleft {
  margin-left: 30px;
}

.center {
  text-align: center;
}

.flottant {
  float: left;
  margin-right: 10px;
}

.flottant_droit {
  float: right;
  margin-right: 10px;
  margin-top: 3px;
}


.user {
  background : #ffc8cc;
  padding : 0.5em;
  margin : 0px 0 15px 0;
  height : 24px;
  border-bottom: 1px solid;
  border-color : #dfa8ac;
}

.user_and_comment {
  margin : 0 0 15px 0;
  padding : 0 0 15px 0;
  border: 1px solid;
  border-color : #dfa8ac;
  
}

.commentaire {
padding-right : 15px;
}

.border_affiche {
  margin :0;
  padding : 0;
  border: 2px solid;
  border-color : #000;
}

.clear {
  clear : both;
}

h3 {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  margin-left: 30px;
}

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

hr {
  color : #dfa8ac;
  height : 1px;
}

textarea {
border: #000 1px solid;
width: 370px;
margin : 0;
background : #FFFFFF;
color : #000;
}

#texte_date {
width: 100%;
}

input[type=text] {
border: #000 1px solid;
background : #FFFFFF;
width: 370px;
color: #000 ;
}

input[type=submit] {
width: 370px;  
}



.hidden {
  display : none;
}

