/* CONTAINERS */
#contenu{
position:relative;
width:780px;
margin:0 auto;
}
body{
background:#cacaca url(fond.gif) repeat-y center;
color:#fff;
}

a{
color:#fff;
}
a:hover{
color:#ff0000;
}

/* ZONE DE TITRE */
#barre_titre{
background:url(185.jpg) no-repeat top left;
width:776px;
height:235px;
}
#barre_titre h1{
font-weight:normal;
font-size:28px;
position:relative;
left:10px;
top:75px;
}
#barre_titre h1 a,#barre_titre h1 a:hover{
color:#fff;
text-decoration:none;
}

/* ZONE D'ONGLETS */
#barre_onglets{
position:absolute;
top:235px;
width:100%;
height:20px;
border-bottom:1px dotted #ff0000;
}
#barre_onglets ul{
left:0;
margin:0;
height:20px;
width:100%;
}
#barre_onglets li{
width:120px;
float:left;
display:block;
}
#barre_onglets ul li a{
width:120px;
text-align:center;
display:block;
height:20px;
line-height:20px;
text-decoration:none;
color:#fff;
}
#barre_onglets ul li a:hover{
background:#000;
color:#ff0000;
}

/* COLONNE */
#colonne{
width:150px;
padding:5px;
position:absolute;
left:634px;
}
#colonne #photo_id{
text-align:center;
}
#colonne #photo_id img{
border:1px dotted #ff0000;
padding:1px;
}
#colonne #photo_id img:hover{
border-color:#900;
}
#colonne h2{
padding:15px 0 5px 0;
font-size:14px;
color:#ff0000;
text-align:center;
}
#colonne ul{
border-bottom:1px dotted #ff0000;
}
#colonne ul li{
line-height:1.5em;
height:1.5em;
margin:2px;
}
#colonne ul li a{
line-height:1.5em;
height:1.5em;
display:block;
text-decoration:none;
color:#fff;
}
#colonne ul li a:hover{
border:1px dotted #C82B2B;
color:#fff;
}

/* MAIN */
#page{
margin-top:20px;
}
#page h1{
display:none;
}
#main{
padding:5px;
width:600px;
}
#intro_payrau_txt{
float:right;
width:175px;
}
#intro_payrau_vid{
float:left;
width:410px;
}
#main .pages{
text-align:center;
}
#main .pages a{
text-decoration:none;
padding-left:2px;
color:#fff;
}
#main .pages a:hover{
text-decoration:underline;
color:#ff0000;
}
#main .espace_article{
display:none;
}
#main .fen{
margin:10px 0;
padding:5px;
/*border-bottom:1px dotted #ff0000;*/
background:#000;
}
#main .fen h2{
/*text-align:center;*/
color:#6600ff;
border-bottom:1px dotted #ff0000;
font-size:13pt;
letter-spacing:1pt;
}
#main .fen .infos{
text-align:center;
padding-bottom:5px;
font-size:8pt;
color:#ff0000;
}
#main .fen .apercus_photos{
text-align:center;
}
#main .fen .apercus_photos a img{
border:1px dotted #f0f0f0;
padding:1px;
}
#main .fen .apercus_photos a:hover img{
border:1px dotted #ff0000;
}
#main .fen hr{
margin:0;
width:inherit;
clear:none;
}
#main .fen .article .photo{
background:#000;
}
#main .fen .article .photo img{
padding:0;
}
#main .fen .article .photo .commentaire_photo{
text-align:center;
font-style:italic;
color:#fff;
}
#main .fen .liens{
clear:left;
margin-top:4px;
}
#main .fen .liens ul{
list-style:none;
text-align:right;
}
#main .fen .liens a{
text-decoration:none;
color:#ff0000;
}
#main .fen .liens a:hover{
text-decoration:underline;
}
#main .fen .comments{
background:#000;
padding:2px;
}
#main .fen .comments h3{
font-size:11pt;
padding-bottom:2px;
color:#ff0000;
}
#main .fen .comments ul li{
border-color:#ff0000;
}
#main .fen .comments ul li em{
border-color:#ff0000;
}
#main .fen .comments ul li a{
color:#fff;
}
#main .fen .comments ul li a:hover{
color:#ff0000;
}

/* FORMULAIRES */
input[type=text],textarea{
border-color:#201c20;
}
input[type=text]:focus,textarea:focus{
border-color:#900;
}
#colonne input[type=text],* html #colonne input{
width:145px;
}