@import "style.css"; /* pour le design général du site */
@import "zcode.css"; /* pour les class du zcode */

/* ici on met le reste genre les iframes, etc... */
.news_tout a img{
/* pour empecher les images trop grandes dans les news d'envoyer en bas le contenu des textes */
width:100%;
}
textarea{
width:100%;
background:transparent;
}
.image{ 
margin:3px;
}
a img{
border:0;
}
iframe{
margin-top:50px;
width:100%;
height:700px;
overflow:scroll;
}
form p, form{
margin:0;
}
table.tableau{
text-align:center;
margin:auto;
}
table{
border-collapse:collapse;
}
td {
padding:2px;
/*border:1px solid black;*/
}
th{
padding:3px;
background-color:black;
color:white;
}

.p_inscription input, #header input{
-moz-border-radius:5px;
border:solid 1px black;
}

.p_inscription input{
margin:1.1px;
}

/* Ici ca concerne els conteneurs news livredor quetes etc...*/
.news_tout div{
margin-bottom:50px;
}
.news_tout div h3{
border:0!important;
}
.news_informations{
text-align:right;
position:relative;
top:-20px;
display:block;
font-size:0.9em;
margin-bottom:10px;
color:rgb(100,100,100);
font-style:italic;

}

.livredor_informations{
color:rgb(100,100,100);
font-size:1.3em;
}
.livredor_conteneur{
padding:5px;
display:block;
margin-bottom:30px;
background-color: #CCCCCC; /*#33CCCC*/
}
.livredor_texte{
display:block;
margin-top:10px;
}
.quetes_informations{
border:dotted 1px black;
display:block;
float:right;
margin-left:5px;
}
#quetes_boutons{
display:block;
text-align:center;
margin-top:20px;
}
.quetes_informations th{
background-color:black;
color:white;
border:solid 2px black;
}

#ramene_haut{
clear:both;
margin-bottom:20px;
margin-left:55px;
display:block;
}

#corps h2.sommaire{
color: red !important;
margin-left:40px;
}
ul.sommaire{
list-style-type:decimal;
display:block;
}
.introduction{
border-bottom:0;/*1px dashed black*/
padding-bottom:20px;
margin-bottom:10px;
}
form{
margin:0;
margin-bottom:15px;
}
#quetes_publicite{
text-align:center !important;
}
.smiley{
position:relative;
top:5px;
display:inline;
margin-top:-6px;
}
