/* CSS ville */
/* Dataxy 2010 */


/* FONT */

@font-face {
font-family: 'oswald';
src: url('font/oswald.eot'); /* IE */
	
src: local('oswald'),
url('font/oswald.ttf') format('truetype'); /* FF */
}


/* GENERAL */

html{
padding-bottom: 15px;
}
*{
margin: 0px;
}

body{
background: #fff;
font: normal 11pt arial, helvetica, sans-serif;
color: #333;
}

#contenu{
margin: 0px auto;
width: 980px;
}
#page{
position: relative;
z-index: 1;

/position: ;
}

a{
color: #782;/*C1*/
text-decoration: none;
outline: none;
position: relative;
z-index: 2;
-webkit-transition-property: color;
-webkit-transition-duration: 0.3s;
-moz-transition-property: color;
-moz-transition-duration: 0.3s;
transition-property: color;
transition-duration: 0.3s;
}
a:hover{
color: #888;/*C2*/
text-decoration: none;
}

::-moz-selection {
background: #782;
color:#fff;
}
::selection {
background: #782;
color:#fff;
}

input[type=text],
input[type=password],
textarea,
select{
font-family: arial, helvetica sans-serif;
border: none !important;
background: #782 !important;
padding: 2px;
color: #fff;
position: relative;
z-index: 10;
cursor: text;
opacity: 0.8;
-webkit-transition-property: opacity;
-webkit-transition-duration: 0.3s;
-moz-transition-property: opacity;
-moz-transition-duration: 0.3s;
transition-property: opacity;
transition-duration: 0.3s;
}
input[type=text]:hover,
input[type=password]:hover,
textarea:hover,
select:hover,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus{
opacity: 1;
}

input[type=button],
input[type=submit],
input[type=radio],
input[type=checkbox]{
font-family: arial, helvetica sans-serif;
border: none !important;
background: none;
outline: none !important;
text-transform: uppercase;
color: #333;/*C1*/
cursor: pointer;
opacity: 0.7;
-webkit-transition-property: opacity;
-webkit-transition-duration: 0.3s;
-moz-transition-property: opacity;
-moz-transition-duration: 0.3s;
transition-property: opacity;
transition-duration: 0.3s;
}
input[type=button]:hover,
input[type=submit]:hover{
opacity: 1;
}

ul{
padding-left: 0px;
list-style: none;
}
table{
background: none;
}
img{
border: none;
}
h1,
h2,
h3{
font-weight: normal;
}

a h2{
cursor: default !important;
}


/* TITRE HAUT */

#barre_titre h1{
position: absolute;
top: 100px;
margin-left: 20px;

/left: 50%;
/margin-left: -470px;
z-index: 2;
}
#barre_titre h1 a{
font: 70pt oswald, arial, helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
color: #782;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);

color: #333 \9;
}


/* MENU HORIZONTAL */

/*menu fixe*/

#barre_onglets{
width: 980px;
height: 24px;
background: #782;
}
#barre_onglets li{
float: left;
}
#barre_onglets a{
display: block;
width: 114px;
height: 22px;
padding: 2px 0px 0px 7px;
font: 10pt oswald, arial, helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
border-right: 1px solid rgba(0, 0, 0, 0.2);
color: rgba(0, 0, 0, 0.5);
-webkit-transition-property: opacity;
-webkit-transition-duration: 0.5s;
-moz-transition-property: opacity;
-moz-transition-duration: 0.5s;
transition-property: opacity;
transition-duration: 0.5s;

border-right: 1px solid #333 \9;
color: #333 \9;
}
#barre_onglets a:hover{
color: #fff;
opacity: 0.4;
}


/* MENU JQUERY */

#barre_onglets_der{
width: 977px;
height: 24px;/*H*/
background: #782;
padding-left: 3px;
position: relative;
z-index: 4;
}

/*menu*/
.menulink{
display: block;
height: 22px;/*H*/
padding: 2px 7px 0px 7px;
font: 10pt oswald, arial, helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
border-right: 1px solid #fff;
color: #fff;
-webkit-transition-property: opacity;
-webkit-transition-duration: 0.3s;
-moz-transition-property: opacity;
-moz-transition-duration: 0.3s;
transition-property: opacity;
transition-duration: 0.3s;

-width: 100px;
}
.menulink:hover{
color: #fff;
opacity: 0.7;
}
#barre_onglets_der .menu li {
position: relative;
float: left;
}
.menuhover{
opacity: 1 !important;
cursor: default;
width: 133px;
}
li[onmouseover="passe(this);"] .menulink{
background: url(images/fleche.gif) no-repeat right 12px;
padding-right: 20px;
}

/*sous-menu*/
.menu ul {/*ne pas mettre de border top ou bottom*/
position: absolute;
width: 160px;
top: 24px;/*H*/
display: none;

opacity: 0;
-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.menu ul li {
width: 160px;
float: left;
}
.menu ul li a {
display: block;
padding: 2px 7px 6px;
background: #782;
text-align: left;
color: #fff;
}
.menu ul li a:hover{
color: #fff;
opacity: 0.85;
}

.arrondi{

}


/* ZONE 1 */

#colonne{
width: 180px;
margin-right: 15px;
position: relative;
z-index: 2;
margin: 0px 0px 15px 0px;
min-height: 235px;
padding: 5px 0px 10px 0px;
float: left;
}
#colonne h2{
font: 10pt oswald, arial, helvetica, sans-serif;
margin: 0px 0px 3px 0px;
text-transform: uppercase;
letter-spacing: 1px;
}

#colonne li a{
display: block;
text-decoration: none;
line-height: 9pt;
padding: 5px 0px 5px 0px;
}

#colonne .zone{
margin: 0px 0px 10px 0px;
padding: 5px 0px 15px 0px;
border-bottom: 1px solid #ddd;
}

/*newsletter - moteur de recherche*/

#email,
#sbi2{
width: 130px;
float: left;
}

.ok_newsletter{
background: url(images/lettre.gif) no-repeat left 2px !important;
width: 20px;
height: 20px;
margin-left: 5px;
clear: both;
font-size: 1px;
padding-left: 18px;
color: transparent !important;

color: #fff \9;
}
.ok_newsletter:active{
background-position: 2px 2px !important;
}

#ok_recherche{
background: url(images/loupe2.gif) no-repeat !important;
width: 0px;
height: 20px;
margin-left: 5px;
clear: both;
font-size: 1px;
padding-left: 18px;
color: transparent;

color: #fff \9;
}
#ok_recherche:active{
background-position: 2px top !important;
}


/* ZONE2 */

#colonne_blocs{
background: #782;
margin-top: 5px;
width: 450px;
float: right;
}
#colonne_blocs h2,
#colonne_blocs p{
display: none;
}
#colonne_blocs #map_canvas_obj{
width: 450px !important;
height: 445px !important;
opacity: 0.7;
-webkit-transition-property: opacity;
-webkit-transition-duration: 0.3s;
-moz-transition-property: opacity;
-moz-transition-duration: 0.3s;
transition-property: opacity;
transition-duration: 0.3s;
-ms-filter: "alpha(opacity=70)";
filter : alpha(opacity=70);
}
#colonne_blocs #map_canvas_obj:hover{
opacity: 1;
-ms-filter: "alpha(opacity=100)";
filter : alpha(opacity=100);
}

/* ZONE 3 */

#colonne_blocs2 {
clear: both;
width: 980px;
height: 130px;
margin-bottom: 5px;
background: #782;
}

#colonne_blocs2 .zone{
width: 234px;
height: 125px;
float: left;
margin: 0px 0px 15px 10px;
padding-top: 5px;
border-right: 1px solid rgba(0, 0, 0, 0.2);
border-right: 1px solid #333 \9;
}
#colonne_blocs2 h2{
font: 10pt oswald, arial, helvetica, sans-serif;
}

#colonne_blocs2 a{
font-size: 10pt;
color: #333;
}
#colonne_blocs2 a:hover{
color: #fff;
}


/* BLOCS */

.zone p{
text-align: justify !important;
padding: 0px !important;
font-size: 9pt;
}
.article_bloc{
margin: 15px 0px 0px 0px;
}
.article_bloc h2{
font: 12pt arial, helvetica, sans-serif !important;
text-transform: none !important;
letter-spacing: 0px !important;
}

 
/* MAIN */

#main,
#main_10,
#main_01,
#main_11,
#main_full,
#main_full_10,
#main_full_01,
#main_full_11{
width: 785px;
padding: 5px 0px 0px 0px;
margin: 0px 0px 0px 0px;
float: right;

-width: 750px;
}
#main_full_11{
width: 530px;
float: left;
position: relative;
z-index: -2;
}


.titres_haut{
text-align: left;
font-size: 10pt;
height: 33px;
padding-top: 5px;
position: relative;
z-index: -1;
}
.titres_bas{
display: none;
}
.titres_haut a,
.titres_bas a {
font-size: 10pt;
}

.pages{
text-align: right;
font-size: 10pt;
position: relative;
top: -18px;
z-index: 0;
display: block;
}


/* VISIONNEUSE COLONNE */

#titre-slidervisio1{ 
display: none;
}

#fond-slidervisio1{
width: 530px;
}
#fond-slidervisio1 .container{
width: 530px;
}

#fond-slidervisio1 .slides {
width: 530px !important;
left: 0px !important;
}

#fond-slidervisio1 .slides > div {
position: relative !important;
left: 0px !important;
display: block !important;
width: 260px;
height: 220px;
margin: 0px 5px 5px 0px;
float: left;
}
/*
#fond-slidervisio1 .slides > div:nth-child(2n+1) h2{
color: red !important;
}
#fond-slidervisio1 .slides > div:nth-child(2n+2) h2{
color: orange !important;
}
#fond-slidervisio1 .slides > div:nth-child(2n+3) h2{
color: yellow !important;
}
#fond-slidervisio1 .slides > div:nth-child(2n+4) h2{
color: white !important;
}*/

#fond-slidervisio1 .slides div {
-position: relative !important;
-left: 0px !important;
-display: block !important;
}


/* CONTENU VISIONNEUSE COLONNE */

#fond-slidervisio1 .photo-slider img{
width: 260px;
height: 220px;
}

#fond-slidervisio1 .description{

}
#fond-slidervisio1 .description p{
display: none;
}

/*titre*/
#fond-slidervisio1 .description h2{
background: url(images/transparent.png);
position: absolute;
top: 175px;
width: 250px;
height: 35px;
padding: 5px 0px 0px 10px;
font: 14pt oswald, arial, helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
}

/*date*/
#fond-slidervisio1 .underline{
display: none;
}

/*numero*/
#fond-slidervisio1 .description i{
display: none;
}

/*lire*/
#fond-slidervisio1 .description a{
display: block;
position: absolute;
top: 0px;
background: #000;
width: 260px;
height: 220px;
opacity:0.1;
filter : alpha(opacity=10);
-ms-filter: "alpha(opacity=10)"; 
}
#fond-slidervisio1 .description a:hover{
opacity:0;
filter : alpha(opacity=0);
-ms-filter: "alpha(opacity=0)"; 
}

#fond-slidervisio1 .next,
#fond-slidervisio1 .previous{
display: none;
}


/* ARTICLES */

.fen{
position: relative;
z-index: 2;
width: 785px;
margin: 0px 0px 20px 0px;
text-align: justify;
float: right;

-width: 650px;
}
.fen h2{
font: 14pt oswald, arial, helvetica, sans-serif;
margin-bottom: -10px;
color: #782;
border-bottom: 1px solid;
text-transform: uppercase;
}


/* ARTICLES SPECIAUX */

.fen_0_1,
.fen_0_2,
.fen_0_3,
.fen_0_4{
background: orange;
width: 245px;
height: 200px;
float: left;
}
.fen_0_1 img,
.fen_0_2 img,
.fen_0_3 img,
.fen_0_4 img,
.fen_0_1 table,
.fen_0_2 table,
.fen_0_3 table,
.fen_0_4 table{
width: 245px !important;
height: 200px;
}
.fen_0_1 .infos,
.fen_0_2 .infos,
.fen_0_3 .infos,
.fen_0_4 .infos,
.fen_0_1 .liens,
.fen_0_2 .liens,
.fen_0_3 .liens,
.fen_0_4 .liens{
display: none;
}



/* BLOCS DANS LES ARTICLES */

.fen .zone{
width: 785px;
margin: 10px 0px 20px 0px;
float: left;
position: relative;
z-index: 2;
}
.fen .zone h2{
font-size: 10pt;
z-index: 2;
text-align: left;
margin: 0px 0px 0px 0px;
border: none;
}
.fen .zone li{
float: left;
margin-right: 10px;
}

/*pdf*/
.flash_pdf #swf{
width: 785px;
height: 1080px;
border: 1px solid #ccc;
}
/*pour les ancres .fen .zone{
height: 1100px;
}*/


/* GENERAL ARTICLE */

/*date*/
.infos{
display: block;
margin: 12px 0px 10px 0px;
font-size: 8pt;
color: #782;
}

/*comentaires*/
.liens{
margin-top: 15px;
text-align: right;
float: left;
position: relative;
z-index: 2;
}
.comments{
padding: 10px 0px 0px 0px;
}
.comments h3{
}
.comments ul li{
margin-bottom: 15px;
}
.comments ul li,
.comments ul li em{
border-color: #ccc;/*C*/
}

/*visionneuse photo*/
.fen table{
margin: 5px 15px 0px 0px !important;

-margin: 5px 0px 0px 0px !important;
}

.fen table a{
cursor: default !important;
}
.fen table img{
border: none;
}

.apercus_photos{
text-align: center;
}
.apercus_photos a img{
width: auto;
height: 40px;
opacity: 0.5;
-ms-filter: "alpha(opacity=50)";
filter : alpha(opacity=50); 
}
.apercus_photos a:hover img{
opacity: 1;
-ms-filter: "alpha(opacity=100)";
filter : alpha(opacity=100); 
}

.commentaire_photo td{
text-align: left !important;
font-style: italic;
font-size: 9pt;
height: 20px;
}

/*video*/
.musicarticle{
margin-bottom: 15px;
}


/* FORMULAIRE */

select.erreur,
input.erreur ,
textarea.erreur{
background: #fbb !important;
}
select.default,
input.default ,
textarea.default{

}
select.valide,
input.valide ,
textarea.valide{

}

label.erreur {
color: #fbb !important;
}

tr.erreur{
background: #fbb !important;
}


/* WEBCAM */

/*le direct*/
#imagesource{
width: 320px;
height: 240px;
}
/*archives*/
/*chat*/
#liste_last_videos li{
float: left;
margin-left: 10px;
text-align: center;
}
#placeholder_archive{
margin-top: -360px;
min-width: 320px;
min-height: 270px;
padding-top: 20px;
}
#chatCam{
margin-left: 350px;
margin-top: -265px;
}
#chatnick{
width: 60px;
}
#chatmsg{
width: 240px;
}
#derniers_films{
margin-left: -35px;
}


/* SOMMAIRES */

.sommaire tr:nth-child(2n+1){
background: #f5f5f5;
}
.sommaire tr:hover{
background: #e5e5e5 !important;
}
.sommaire td{
padding: 2px 5px 2px 5px !important;
border: none !important;
}
.sommaire td a{
color: #333;
cursor: pointer !important;
}


/* CONTACT */

#formulaire_contact input[type=text] {
width: 250px;
}
#message {
width: 640px !important;
height: 200px;
}

#btn_ok{
margin-top: 20px;
margin-left: -10px;
}

#wait{
font-size: 9pt;
}


/*FOOTER*/
#footer{

}

.referencement {
display: block;
visibility: visible;
width: 980px;
margin: 0px auto;
/*text-align: right;*/
}

.referencement a {
font-size: 8pt;
opacity: 0.5;
}
.referencement a:hover{
opacity: 1;
}

#pub_verticale3{
margin-left: 500px !important;
}


/* PARTIES CACHEES */

.warning{
display: none;
}
#angle {
display: none;
}
.referencement h1{
display: none;
}
#page h1{
display: none;
}
p.espace_article{
display:none;
}
#main_full h3{
visibility: visible;
}
#pub_verticale,
#pub_verticale2{
display: none !important;
}
.end_zone{
display: none;
}