body{
    background-color:#333333;
    padding:0px;
    margin:0px;
    font-family:"Arial", Geneva , Arial;
}
.centrer{
    margin-top:0px;
    position:absolute;
    background-color:#000;
    left: 50%;
    width: 1000px;
	
    margin-left: -500px; /* moitié de la largeur */
    padding-bottom:0px;
}

input{
    margin-bottom:2px;
    color:#369;
    font-weight:bold;
    font-family:"Lucida Grande", Geneva , Arial;
}
textarea{
    color:#369;
    font-weight:bold;
    font-family:"Lucida Grande", Geneva , Arial;
    width:260px;
    height:80px;
}
#diaporama{
    background-color:#000;
    width:1000px;
    height:400px;
}
#info-texte{
    padding-top:20px;
    padding-left:20px;
    margin:0px;
    background-color:#000;
    color:white;
}

.titre{
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    height:25px;
    background-color:#333;
    width:300px;

}
.texte{
    color:#fff;
}
#logo{
    position:absolute;
    margin-left:20px;
    top:-10px;
}
#texte-diapo{
    position:absolute;
    top:350px;
    right:30px;
}
h2{
    padding:0px;
    padding-left:5px;
    padding-top:2px;
    margin:0px;
    color:#fff;
    font-size:16px;
    text-decoration:small-caps;
}


.gauche {
    float:left;
    width:44%;
}

.droite {
    float:left;
    width:50%;
    margin-left:40px;
    color:#666;
}

/*.droite img {
    width:80px;
    border:0;

    margin:10px;
    margin-left:45px;
}*/



.photos {
    margin-left:15px;
    margin-top:10px;
}

.photos .title {
    color:#777;
    text-decoration:underline;
    margin-bottom:5px;
}

.photos img {
    border:0;
    width:80px;
}

#bephoto,#ami {
    margin-right:40px;
    float:right;
    height:22px;
    color:white;
    font-size:12px;   
    margin-top:20px;
    padding-left:5px;
    background-color:#666;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding-right:5px;
    cursor:pointer;
}

#bephoto #text , #ami #text {
    float:left;
    margin-top:5px;
}

#bephoto a, a:hover, a:visited , #ami a {
    text-decoration:none;
    color:white;
    outline:none;
}

#bephoto img {
    width:25px;
    float:left;
}
iframe{
width:95%;
border:0px;
background-color:#000;
frameborder:0;
}

a,a:hover,a:visited {
    color:orange;
    text-decoration:none;
    font-size:12px;
}

a:hover {
    color:white;
}

h3 {
    color:orange;
}

.spinner {
	position: absolute;
	z-index: 9999999;
	background: #FFF;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url(../pictures/spinner.gif) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

div.galerie img {
    width:200px;
    margin:10px;
}
table{
color:#fff;
}
table th{
background-color:#000;
color:#FFF;
}
table td.ligne1{
background-color:#ccc;
}
