/* ccs by das */

/* on remet tout a zero */
* {margin: 0; padding: 0; border: 0;}

/* les attributs generaux de la page */
body {
background-image: url(IMG/interface/fond.png);
background-repeat: repeat-y;
background-position: top right;
background-color: #000;
color: #FFF;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 12px;
text-align: left;
}
#container {
position: absolute;
top: 0 px;
right: 0 px;
width: 100%;
background-image: url(IMG/interface/fond_container.jpg);
background-position: top left;
background-repeat: no-repeat;
}
h2 {
font-size: 20px;
margin: 100px 135px 0 0;
padding-right: 15px;
background-image: url(IMG/interface/fond_h2.png);
background-position: top right;
background-repeat: no-repeat;
height: 30px;
color: red;
text-align: right;
}
h3 {
font-size: 17px;
margin-bottom: 10px;
text-align: left;
}
p {
margin-bottom: 13px;
line-height: 16px;
margin-bottom: 5px;
color: #000;
}
#contenu ul {
margin-bottom: 13px;
}
#contenu ol {
margin-bottom: 13px;
}
#contenu li {
margin: 0 0 6px 35px;
list-style-type: disc;
}
#contenu ol li {
margin: 0 0 5px 25px;
}
#contenu a {
text-decoration: underline;
color: #000;
}
#contenu a:hover {
text-decoration: none;
}

/* les logo */
#logocinedia, #logotirelios, #logocolorcity, #logocinediason {
position: absolute;
}
#logocinedia {
top: 0;
right: 0px;
}
#logocinediason {
top: 73px;
right: 0px;
}
#logotirelios {
top: 146px;
right: 0px;
}
#logocolorcity {
top: 219px;
right: 0px;
}

/* ---------- */
/* -----les menus----- */
dl, dt, dd, ul, li {
margin: 0px;
padding: 0px;
list-style-type: none;
}

/* le menu de navigation generale */
#menu {
position: absolute;
top: 55px;
right: 135px;
z-index:100;
background-image: url(IMG/interface/fond_menu_left.png);
background-position: top left;
background-repeat: no-repeat;
padding-left: 15px;
}
#menu dl {
float: left;
display: block;
width: 10em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
height: 30px;
line-height: 28px;
font-size: 13px;
background-image: url(IMG/interface/fond_menu.png);
}
#menu dt a {
border-right: 2px solid #000;
color: #FFF;
text-decoration: none;
display: block;
height: 100%;
border: none;
}
#menu dt a:hover {
background-image: url(IMG/interface/fond_menuhover.png);
}
/* les sous-menu de navigation generale */
#menu dd {
display: none;
}
#menu li {
text-align: center;
height: 30px;
line-height: 28px;
border-right: 2px solid #FFF;
}
#menu li a {
color: #FFF;
text-decoration: none;
display: block;
height: 100%;
border: none;
background-image: url(IMG/interface/fond_smenu.png);
background-repeat: no-repeat;
background-position: top right;
}
#menu li a:hover {
background-image: url(IMG/interface/fond_smenuhover.png);
background-repeat: no-repeat;
background-position: top right;
}



/* le contenu de la page */
#contenu {
margin: 20px 135px 10px 175px;
padding: 10px 25px;
text-align: justify;
color: #000;
border: 2px solid #000;
border-right: none;
background-color: #FFF;
background-image: url(IMG/interface/fond_contenu.png);
background-position: top left;
background-repeat: repeat-y;
}

/* le pied de page */
#fondpied {
position: relative;
margin: 20px 135px;
padding-bottom: 20px;
}
#pied {
position: absolute;
padding-right: 10px;}
#pied li {
float: left;
margin-left: 20px;}
#pied a {
color: #FFF;
text-decoration: none;
}
#pied a:hover {
text-decoration: underline;
}

/* le formulaire de contact */
.inputcontact {
display: block;
margin: 5px 0 10px;
}
.inputcontact label {
display: block;
width: 150px;
float: left;
text-align: right;
padding-right: 5px;
}
.inputcontact input, .inputcontact textarea {
border: 1px solid #666;
border-right-color: #CCC;
border-bottom-color: #CCC;
width: 250px;
}
.go {
width: 40%;
border: 1px solid #666;
border-top-color: #CCC;
border-left-color: #CCC;
cursor: pointer;
}
.go:hover {
background-color: #666;
color: #FFF;
}

/* bidouille de dernière minute */
 .vide {
  color: #FFF;
 }
