/*             */
/* CSS COMMUNS */
/*             */
html, body {
height: 100%;
font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif; 
font-size: 10pt;
line-height: 16pt;
color: black;
background-color: white;
padding: 0; 
margin: 0;
background-image: url("../images/images_portail/bg-body.png");
background-repeat: repeat-x;
background-position: top left;
text-align: center;
}

.SubmitForm {font-size: 8pt;font-family: verdana;color:green;font-weight: bold;}

/* Corps de la Page */
#corps {
width: 1000px;
text-align: center;
padding: 0; 
margin: auto;
background-image: url("../images/images_portail/bg-html.png");
background-repeat: repeat-y;
background-position: top left;
}
/* Conteneur de la page */
#container {
width: 990px;
margin: auto;
text-align: left;
}
/* Header */
#header {
width: 990px;
height: 120px;
background-image: url("../images/images_portail/header.jpg");
background-repeat: no-repeat;
background-position: top left;
}
/* Logo */
#logo {
width: 300px;
height: 120px;
background-image: url("../images/images_portail/logo_portail.jpg");
background-repeat: no-repeat;
background-position: top left;
float: left;
}

/* langue */
#langue{
position: absolute;
float :left;
margin: 5px 0 0 5px;

}

/* date */
#date_jeu{
float :none;
border: none;
text-align: right;
color: #ffffff;
margin: 0px 5px 0 0;
}
#date_jeu img{
margin: 0px 4px -5px 0;
}

/* nombre connectés */
#connecte_visu{
float:right;
border: none;
font-size: 9pt;
text-align: center;
color: #ffffff;
line-height: 12pt;
width:auto;
margin: 50px 5px 0 0;
}
#connecte_visu img{
margin: 0 -5px -20px 0;
}


/* Menu Superieur */
#top-menu {
height: 30px;
background-image: url("../images/images_portail/bg-top-menu.png");
background-repeat: repeat-x;
background-position: top left;
text-align: center;
}
#top-menu ul {
width: 910px;
position: relative;
top: 6px;
float: left;
height: 24px;
line-height: 24px;
/* top right bottom left */
margin: 0 0 0 10px;
padding: 0;
}
#top-menu li {
width: 140px;
height: 24px;
display: inline;
list-style-type: none;
font-size: 11pt;
font-weight: bold;
/* top right bottom left */
margin: 0 10px 0 0;
float: left;
}
#top-menu a:link, #top-menu a:visited {
width: 140px;
height: 24px;
display: block;
color: white;
text-decoration: none;
background-color: inherit;
outline: none;
}
#top-menu a:active, #top-menu a:hover, #top-menu #on {
color: #119905;
text-decoration: none;
background-color: inherit;
background-image: url("../images/images_portail/bg-onglet.png");
background-repeat: no-repeat;
background-position: top left;
outline: none;
}
/* Formulaire de recherche */
#top-menu form, #top-menu p {
height: 30px;
line-height: 27px;
float: left;
margin: 0;
padding: 0;
}
#top-menu input {
height: 17px;
line-height: 14px;
border: 1px solid #119905;
padding-left: 2px;
font-weight: normal;
background-color: #89d182;
vertical-align: middle;
}
/* Hack pour IE */
* html #top-menu input {
height: 18px;
/* top right bottom left */
margin: 4px 0 0 0;
}
/* Bouton Rechercher */
#top-menu #recherche {
width: 16px;
height: 16px;
border: none;
padding: 0;
background-color: transparent;
}
/* Colonne Gauche */
#gauche {
width: 510px;
float: left;
margin-left: 5px;
}
/* Colonne Gauche large */
#gauche_large {
width: 830px;
float: left;
margin-left: 5px;
}
/* Colonne Centre */
#centre {
width: 320px;
float: left;
}

/* Colonne Centre bas*/
#centrebas {
width: 510px;
float: left;
text-align: center;
}

#entetetab {
font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif; 
font-size: 12pt;
line-height: 16pt;
color: black;
width: auto;
background-color: white;
text-align: center;
border-left: 1px dotted #116f05;
border-bottom: 1px dotted #116f05;
border-right: 1px dotted #116f05;
border-top: 1px dotted #116f05;
}

/* Colonne Droite */
#droite {
width: 150px;
float: right;
background-image: url("../images/images_portail/bg-droite.jpg");
background-repeat: no-repeat;
background-position: top left;
padding-top: 70px;
text-align: center;
}
/* Titres Colonne Gauche */
#gauche h1,#gauche_large h1 {
color: #116f05;
font-size: 14pt;
text-indent: 5px;
/* top right bottom left */
margin: 20px 0 5px 0;
padding: 0;
background-color: #ffbf00;
border-left: 1px dotted #116f05;
border-bottom: 1px dotted #116f05;
}

#gauche h2,#gauche_large h2 {
color: #116f05;
font-size: 11pt;
/* top right bottom left */
margin: 0 0 5px 10px;
padding: 0;
text-decoration: underline;
}

/* Titres de la page Colonne Centre */
#centre h1 {
width: 300px;
height: 84px;
line-height: 84px;
text-indent: 87px;
font-size: 16pt;
color: #119905;
background-color: inherit;
margin: 0;
padding: 0;
}
#home {
background-image: url("../images/images_portail/home.png");
background-repeat: no-repeat;
background-position: 10px top;
}
#actu {
background-image: url("../images/images_portail/actu.png");
background-repeat: no-repeat;
background-position: 10px top;
}
#photo {
background-image: url("../images/images_portail/photo.png");
background-repeat: no-repeat;
background-position: 10px top;
}
#video {
background-image: url("../images/images_portail/video.png");
background-repeat: no-repeat;
background-position: 10px top;
}
#contact {
background-image: url("../images/images_portail/contact.png");
background-repeat: no-repeat;
background-position: 10px top;
}
/* Bloc Jaune Colonne Centre */
.bloc-j {
width: 290px;
background-image: url("../images/images_portail/bg-bloc-jaune.png");
background-repeat:repeat-y;
background-position: top left;
/* top right bottom left */
padding: 5px 15px 0 15px;
}
/* Hack pour IE */
* html .bloc-j {
width: 320px;
}
.bloc-j-foot {
width: 320px;
height: 27px;
background-image: url("../images/images_portail/foot-bloc-jaune.png");
background-repeat:repeat-y;
background-position: top left;
}
/* Bloc Vert Colonne Centre */
.bloc-v {
width: 290px;
background-image: url("../images/images_portail/bg-bloc-vert.png");
background-repeat:repeat-y;
background-position: top left;
/* top right bottom left */
padding: 5px 15px 0 15px;
}
/* Hack pour IE */
* html .bloc-v {
width: 320px;
}
.bloc-v-foot {
width: 320px;
height: 27px;
background-image: url("../images/images_portail/foot-bloc-vert.png");
background-repeat:repeat-y;
background-position: top left;
}
/* Images Bloc Jaune et Vert */
#gauche img, #centre img {
border: none;
margin-right: 3px;
}
/* Images Colonne Droite */
#droite img {
border: 1px solid #bfbfbf;
}
/* Sous Titres Colonne Centre et Droite */
#droite h2, #centre h2 {
color: #116f05;
font-size: 12pt;
/* top right bottom left */
margin: 0 0 5px 0;
padding: 0;
border-bottom: 1px dotted #bfbfbf;
}
/* Menus Colonne Droite */
.menu {
padding: 0; 
/* top right bottom left */
margin: 0 0 10px 3px;
}
.menu li {
list-style: circle;
list-style-position: inside;
text-align: left;
font-size: 8pt;
font-weight: bold;
}
.menu  a:link, .menu  a:visited {
color: black;
background-color: inherit;
text-decoration: none;
outline: none;
}
.menu a:active, .menu a:hover {
color: #119905;
background-color: inherit;
outline: none;
}

.menuvert a:active, .menu a:hover {
color: #119905;

outline: none;
}
.menunonbold {
padding: 0; 
/* top right bottom left */
margin: 0 0 10px 3px;
}
.menunonbold li {
list-style: circle;
list-style-position: inside;
text-align: left;
font-size: 8pt;

}
.menunonbold  a:link, .menunonbold  a:visited {
color: black;
background-color: inherit;
text-decoration: none;
outline: none;
}
.menunonbold a:active, .menunonbold a:hover {
color: #119905;
background-color: inherit;
outline: none;
}



/* Liens */
a:link, a:visited {
color: #119905;
text-decoration: underline;
background-color: inherit;
outline: none;
}
a:active, a:hover {
color: black;
background-color: #ffe208;
outline: none;
}

.normal  a:link, .normal  a:visited {
color: #ffffff;
background-color: inherit;
text-decoration: none;
outline: none;
}
.normal a:active, .normal a:hover {
color: black;
background-color: #ffe208;
outline: none;
}

.gras {
font-weight: bold;
}


/* Alignements divers */
.gauche {
float: left;
}
.droite {
float: right;
}
.center {
text-align: center;
}
/* Ligne */
.ligne {
height: 7px;
background-image: url("../images/images_portail/ligne.png");
background-repeat: repeat-x;
background-position: top left;
/* top right bottom left */
margin: 10px 0 10px 0;
}
/* Date */
.date {
width: 48px;
height: 48px;
background-image: url("../images/images_portail/date.png");
background-repeat: no-repeat;
background-position: top left;
text-align: center;
line-height: 12pt;
font-size: 9pt;
font-weight: bold;
color: #119905;
/* top right bottom left */
margin: 10px 5px 0 0;
padding-top: 2px;
float: left;
}

.text {
font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif; 
font-size: 10pt;
line-height: 16pt;
}
.textpetit {
font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif; 
font-size: 8pt;
line-height: 16pt;
}
/* Galerie Photo Dhtml */
#galerie {
display: table-cell;
text-align: center;
}
#galerie img {
border: 1px solid #443027;
margin: 8px;
vertical-align: middle;
}
#thumbBox {
position: absolute;
left: 0;
top: 0;
width: auto;
/* top right bottom left */
padding: 5px 10px 0 10px;
background-color: white;
border: 1px solid black;
visibility: hidden;
z-index: 10;
cursor: pointer;
}
#thumbBox #thumbImage {
font-weight: bold;
color: black;
background-color: white;
margin-bottom: 5px;
}
#thumbBox #thumbImage img {
border: 1px solid black;
}
#thumbLoading {
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
/* Pied de Page */
#footer {
width: 960px;
min-height: 40px;
text-align: left;
font-size: 7pt;
color: white;
background-color: #119905;
background-image: url("../images/images_portail/footer.png");
background-repeat: no-repeat;
background-position: top left;
margin: auto;
padding-left: 30px;
clear: both;
}

/* Liens Pied de Page */
#footer a:link, #footer a:visited {
color: white;
text-decoration: underline;
background-color: transparent;
outline: none;
}
#footer a:active, #footer a:hover {
color: black;
background-color: transparent;
outline: none;
}