/* styles communs */
body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	color: #555;
	background: url(../images/fond_degrade.jpg) repeat-y center;
}

h2{
	margin:0px 0 10px 0;
	padding: 0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	border-bottom: 1px solid #333;
}
h3{
	margin:7px 0 3px 0;
	padding: 0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
}

a{
	color: #333;
	text-decoration: underline;
}
p{
	font-size: 1em;
	margin:7px 0;
}
ul {
	font-size: 1em;
}

table{
	border-top: 1px solid black;
	border-left: 1px solid black;
	width : 310px;

}
td, th{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding:2px;
	margin : 0;
}

input .radiob{
	width : 20px;
}
.imgdroite{
	float:right;
	padding : 0 0 10px 10px;
}

/* mise en page et bannière */
#page{
	width: 800px;
	padding: 0px;
	margin:0 auto;
	margin-top:0px;
	padding-top:0px;
	border:none;
	background: url(../images/bandeau_2.jpg) no-repeat top left;
}
html>body #page {
	width: 800px;
	margin-top:-15px;
}
#footer{
	padding: 0px;
	padding-right:10px;
	text-align:right;
	color:#A09FA3;
	font-size: 0.6em;
	background-color:#fff;
	overflow:auto;
	margin:25px auto;
	clear:both;
}
#droits{
	float:left; 
	width : 50%; 
	text-align:left;
	padding-left:10px;
}
#top{
	color: #FFF;
	height:285px;
	margin-bottom:0px;
}
#top h1 {
	font-family : georgia, serif;
	font-style:italic;
	padding-left:50px;
	padding-top:135px;
	font-size:22px;
	font-weight:normal;
	letter-spacing:0.5em;
}
#top .ident {
	/*padding: 25px 10px 0 570px;*/
	font-size: 0.9em;
	margin:0;
	height: 80px;
}
html>body #top .ident{
	height: 70px;
}
#top .ident p{
	padding: 0px;
	margin:0;
	font-size: 0.8em;
}

#top .identform {
	padding: 0px;
	font-size: 0.9em;
}
#top .identform p{
	font-size: 0.8em;
}
#top form {
	font-size: 0.9em;
	font-weight: bold;
	margin:0;
	padding:0;
}
#top fieldset{
	font-size: 0.9em;
	font-weight: bold;
	margin:0;
	padding:0;

}
#top input{
	border: 1px solid #000;
}

#top #login, #top #pass{
	width: 100px;
}
#top p{
	margin:6px 0;
}
#top a {
	color:#fff;
}
#ident_form {
	margin-top:-0px;
	margin-left:620px;
	width:150px;
	padding:5px;
	/*background-color:#fff;
	border:1px solid #000;
	-moz-border-radius:12px;*/
	color:#000;
}
#ident_form a {
	color:#000;
}

/* --------- Colonne de gauche ----------- */
#colonnegauche{
	width:410px;
	float:left;
	margin-top:0px;
	margin-left:0px;
}
html>body #colonnegauche{ /* hack de la css pour corriger un bug d'IE */
	width:410px;
	margin-left:0px;
	margin-top:10px;
}

#navigation{ /* bloc de navigation par liens et tags */
	padding-left:0px;
	padding-right:10px;
	background-color:#fff;
	margin-top:0px;
	border-bottom:1px solid #C0C0C0;
	/*-moz-border-radius:12px;*/
}
#navigation ul
{
	height: 25px ;
	margin: 0 auto;
	padding: 0 ;
	list-style-type: none ;
}
#navigation li
{
	margin-top:0px;
	float: left ;
	text-align: center ;
}
#navigation li a
{
	width: 100px ;
	line-height: 25px ;
	font-size: 12px ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #000 ;
	display: block ;
	text-decoration: none ;
	margin-top:0px;
}

#espacephotos { /* zone réservée à l'affichage des photos */
	background-color:#fff;
	margin-bottom:15px;
	margin-top:0px;
	padding-left:10px;
	padding-right:10px;
	overflow:auto;
	width:100%;
	padding-bottom:30px;
}
#espacephotos h2 {
	padding-top:5px;
	padding-left:10px;
}
#espacephotos p{ 
	font-size: 0.8em;
}
#desc_html {
	font-size: 0.8em;
	padding-bottom: 8px;
}
#desc_html p{
	font-size: 1em;
}
#espacephotos li{ 
	font-size: 0.8em;
	
}
.navi{
	text-align:center;
}
.navi img{
	border: 0;
	margin: 0px;
}
.nb{
	font-size: 0.5em;
}

.reduction{ /* style spécial pour l'affichage des photos réduites et des crédits */
	float:left;
	border: 1px solid #A5ACB2;
	height: 84px;
	width: 84px;
	padding:3px;
	margin:8px;
	color:#A09FA3;
	font-size: 0.6em;
	background-color: #f8f8f8;
}


.reduction img{
	text-decoration: none;
	border: 0;
}
.grande{ /* style spécial pour l'affichage des photos réduites et des crédits */
	border: 1px solid #A5ACB2;
	padding:16px 3px 3px 3px;
	margin:0 auto 10px;
	color:#A09FA3;
	font-size: 0.6em;
	text-align: center;
	background-color: #f8f8f8;
	width:80%;
}


/* --------- Affichage du contenu = colonne de droite ----------- */

#contenu{
	width: 310px;
	margin-left: 445px;
	margin-top:0px;
	text-align: justify;
}
html>body #contenu{ /* hack de la css pour corriger un bug d'IE */
	margin-left: 448px;
	margin-top:0px;
	width: 330px;
}

#contenu div {
	background-color:#transparent;
	/*margin-bottom:15px;
	width:100%;*/
	/*border:1px solid #C0C0C0;
	-moz-border-radius:12px;*/
}
.profil{
	text-align:left;
}

#tags{
	padding:10px 10px 30px 10px;
}
#tags a{
	font-size:0.9em;
}
#tags h3 {
	border-bottom: 1px solid #333;
}
#zoneinfos{
	padding:0px 10px 0px 10px;
	font-size:0.8em;
}
#zoneinfos h2{
	font-size:1.2em;
	margin-top:15px;
}
#zoneinfos h3{
	font-size:1em;
}
.comm{
	background: #fff url(../images/fondcomm.jpg) repeat-y; /* */
	margin-bottom: 10px;
}
.comm-texte{
	background: transparent url(../images/hautcomm.jpg) no-repeat; /* */
	padding: 6px 6px 0px 6px;
}
.comm-info{
	background: #fff url(../images/bascomm.jpg) no-repeat; /* */
	padding-top: 6px;
	font-size: 0.85em;
	text-align:left;
	color: #828282;
}
.comm-info img{
	vertical-align: bottom;
}


.actualite{
	margin-bottom:20px;
}
.actualite h3{
	font-size: 1em;
	margin:0px;

}
.actualite .infos{
	font-size: 0.8em;
}


#textarea-comm{
	width: 280px;
	height: 100px;
}



/* --------- FORMULAIRES  ----------- */

input{
	font-size: 0.8em;
	border: 1px solid #000;
	background-color: #FFF;
}

#Submit{
	background-color: #E0DFE3;
}
textarea{
	width: 290px;
	height: 200px;
	font-size: 0.85em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #A5ACB2;
	background-color: #FFF;
}


formcontact input{
	width: 300px;

}
formcontact #Submit{
	background-color: #E0DFE3;
}
formcontact textarea{
	width: 300px;
	height: 200px;
	font-size: 0.85em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	background-color: #FFF;
}


#formInscr input, #formInscr #file{
	margin: 2px 0;
	width: 150px;
	font-size: 0.7em;
}
#formInscr .bouton{
	width : 100px;
	font-size: 0.7em;
}
#formInscr .titre{
	width:110px;
	float:left;
}
#formInscr fieldset {
}
#formInscr dl {
	margin:0px;
	padding: 0;
	font-size:1em;
	width:100%;
	clear: both;
}
#formInscr dt {
	width: 110px;
	float: left;
	margin: 0 0 0 0;
}
#formInscr dd {
	float: left;
	margin: 0 0 0 0;
}

fieldset{
	border:0;
}

#formContrib{
	
}
#formContrib #titre{
	width: 290px;
}

.etoile {
	border: 0;
} 

#vote {
	text-align: center;
}

/* AUTRES */
.spacer{
	clear:both;
	display:none;
}

.keywords {
	display:inline;
	padding-right:10px;
}