
/* ELEMENTS HTML */

html {
font-size: 70%;
}

body {
background: #A40D28;
margin: 0; /* pour éviter les marges */
padding: 0;
text-align: center; /* pour corriger le bug de centrage IE */
color: #000;
font-size: 1.0em;
line-height: 1.3em;
font-family: Arial, Sans-Regular, Sans-Serif;
/*overflow: -moz-scrollbars-vertical;*/
}

table {
color: #000;
font-size: 1.0em;
font-family: Arial, Sans-Regular, Sans-Serif;
}

img {
border: 0;
}

p {
padding: 0 0 0.3em 0;
margin: 0;
}

/*ul, ol {
list-style-position: inside;
}*/

ul {
    /*list-style-position:inside;*/
    margin: 0 0 0.3em 0;
    padding: 0;
}

li {
    /*list-style-position:inside;*/
    margin: 0 0 5px 20px;
    padding: 0 0 0 0px;
    list-style-image:url(../images/fleche-violette.png);

}

a {
text-decoration: underline;
color: #91609F;
}

a:hover {
text-decoration: none;
}

a:visited {

}

h1 {
    font-size: 1.6em;
    padding: 0;
    margin: 0 0 10px 0;
}
h2 {
    font-size: 1.4em;
    padding: 0;
    margin: 0 0 10px 0;
}
h3 {
    font-size: 1.2em;
    padding: 0;
    margin: 0 0 5px 0;    
}
hr {
    visibility: hidden;
    clear: both;
}

/* BLOCS */ 

#fond_global{
    background:url(../images/fond.gif) 50% 0 no-repeat #A40D28;
    width: 100%;
    height:915px;
}

#fond {
width: 100%;
margin: 0;
padding: 0;
text-align: left; /* on rétablit l'alignement normal du texte */



}

#conteneur {
width: 990px;
margin: 0 auto;
background: #fff;

/*padding: 0 350px 0 0;*/
}

#bloc-droit {
width: 480px;
margin: 0;
float: right;
border-left: 1px solid #fff;
padding: 10px; 
background: #ebd7bc;
height: 75px;
}

#bloc-gauche {
width: 249px;
margin: 0;
float: right;
border: 0px solid #000;
padding: 10px; 
background: #ac5033;
height: 75px;
}

#contenu_video {
width:950px;
background:url(../images/fond-interne.jpg) top repeat-x #CECACB;
padding:0 20px 5px 20px;

}

#menu_video{
float:left;
width:230px;
margin:0 10px 0 0px;

}

#menu_video ul{
list-style-type: none;
padding: 0;
margin: 0;
border:1px solid #E1007A
}
/*Sous menus pour chaque menu*/
#menu_video ul#menu1 ul{
background:none;
border:none;
padding:5px 5px 5px 10px;
}

#menu_video ul#menu1 ul li{
background:url(../images/menuN2fleche.png) no-repeat 0 0.2em;
color:#837D6c;
font-size:1em;
margin:5px 0 0 0;
padding:0;
}

#menu_video ul#menu1 ul li:hover{
background:url(../images/menuN2fleche-survol.png) no-repeat 0 0.2em;
}

/* Styles pour chaque lien actif dans le sous menu*/
 #menu_video ul#menu1 li ul li.actif{
     color:#E1007A;
     background:url(../images/menuN2fleche-survol.png) no-repeat 0 0.2em;
 }
 #menu_video ul#menu1 li ul li.actif a{
     color:#E1007A;

 }
/*---Fin de styles lien actif dans le sous men*/



#menu_video ul#menu1 ul li a{
background:none;
color:#837D6c;
font-size:1em;
margin:0
}


#menu_video ul#menu1 ul li a:hover{
background:none;
color:#E1007A;
font-size:1em;
}


#menu_video li{
background: url(../images/menuN1fond.jpg) repeat-x;
margin:0px;
padding:6px 0 1px 0px;
list-style-image:none;
}

#menu_video li a{
color:#FFFFFF;
background:url(../images/menuN1fleche.png) 0% 50% no-repeat;
font-size:1.16em;
text-decoration:none;
font-weight:bold;
margin:0 0 0 10px;
padding:0 0 0 15px;
}
#menu_video li a.active{

background:url(../images/menuN1fleche-survol.png) 0 50% no-repeat;

}


#video {
    border-top: 1px solid #fff;
        
}

#documents {
    background: #ffffff;
    width:950px;
    overflow:hidden;
    margin:0 auto;
    padding:0 0 10px 0
}

#footer {
font-size: 0.9em;
padding: 5px;
margin: 20px 0 5px 0;
color: #FFFFFF;
background: #91609F;
clear: both;
text-align: center;
border-top: 0px solid #3f3f3f;
}



/* ELEMENTS HTML DES BLOCS */

#accueil .lirelasuite {text-align: right;}

#bloc-gauche h2 {
    font-weight: bold;
    color: #fff;
}

#bloc-gauche h3 {
    font-weight: bold;
    color: #fff;
}

#bloc-droit h1 {
    color: #000;
}

#bloc-droit h2 {
    color: #000;
}

#documents h2 {
    color: #000;    
}

#documents ul {
    float: right;
    width: 370px;
    border: 0px solid #000;
    margin:10px 50px 0 0
}
#documents ul.gauche {
       margin:10px 0 0 12px;
       float:left;
}

#footer a {color: #FFFFFF;text-decoration: none;}
#footer a:hover {text-decoration: underline;}
#footer a:visited {color: #FFFFFF;}

/* CLASSES DIVERSES */

.right {
float:right;
}

.alignright {
text-align: right;
}

p.left {
height:24px;
width:100%;
margin:0 0 0 -1px;
}
.left {
float:left;
padding:0
}

.left img {
padding:0;
}

.leftimg {
float:left;
margin: 5px 10px 5px 0;
}

.clearleft { clear: left;margin:0;padding:0; }
.clearright { clear: right;margin:0;padding:0; }
.clear { clear: both; }

strong {color: #3f3f3f;}

.meta {
color: #ccc;
}

.messageok {
color: #008000;
font-weight: bold;
}

.small {
font-size: 0.9em;}

.lirelasuite {
text-align:right;

}
.lirelasuite a {
}
.lirelasuite a:hover {
}

