/*
Studio FLash : Denis Guyenon Photographe
Design par Florent Porta
www.florent-porta.fr
*/

body {
font-family:"Century Gothic";
font-size: 14px;
background: #181818;
color:#fff;
margin:5px 0 0 0;
}

/*Formatage des elements de la page*/
#conteneur { width:auto; margin:auto;}
#header { margin:auto; width:700px; height:70px; font-size:16px; text-align:right; background: url(img/logo.png)  no-repeat;}
#contenu {text-align:justify; margin:auto; width:700px; }
#footer { color:#777; text-align:center; font-size:11px;}

/* Les titres*/
h1 {padding:0; margin:0; font-size:48px; color:#FFFFFF; font-weight:normal; text-transform:lowercase;}
h2 {padding:0; margin: 5px 0 0 0; font-size:18px; color:#555555; font-weight:normal; text-transform:lowercase;}

/* Le bouton de retour a la home */
#bt-home ul{padding: 0; margin: 0;}
#bt-home li{list-style:none; float:left;}
#bt-home li a{ height: 60px; width: 479px; display:block;}


/*Formatage des Liens*/
a {text-decoration:none; color: #fff; }
a:hover {color:#555;}
a:focus { outline: none; }
a img { border:0;}
a:hover img {background-color:transparent;}
#footer a {color:#777;}


/*Galerie*/
#galerie {overflow:auto; float:left; width: 99%; height:510px; padding-left:5px;}
#liens-galerie {width:700px; margin:auto;}

/*Spans*/
.center {text-align:center;}
.clearer {clear:both;}


/*Le Formulaire de Contact*/
input {
	width: 170px;
	background:#333;
	border: #666 1px solid;
	color:#fff;
	}
	
textarea {
	width: 450px;
	height: 80px;
	background:#333;
	border: #666 1px solid;
	color:#fff;
	}
