/* Général */

body {
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	}

a {
	color: #0054A6;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #6392BF;
	text-decoration: none;
	font-weight: bold;
	}

img {
	border: 0px;
}

#box {
	border: solid 1px black;
	width:746px;
	margin: 15px auto 0 auto;
}

#banniere {
	background: url(../img/ban_defaut.png) no-repeat;
	width: 746px;
	height: 81px;
	border-bottom: solid 1px black;
}

#menu {
	width: 170px;
	float: left;
	padding: 10px;
	text-align: left;

}

#main {
	padding: 15px;
	margin-left:180px;
	border-left: dotted 1px black;
	text-align: center;
}

#footer {
	font-size: 9px;
	margin-top: 5px;
}

/* Affichage gallerie */

.titre_the {
	font-size: 14px;
	font-weight: bold;
	color: #9F1D21;
}

.photo {
	width:100px;
	height:70px;
	margin: 20px;
	border: solid 1px black;
}


/*Formulaires*/

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border: solid;
	border-width : 1px;
	border-color : #999;
}

input[type=submit]:hover {
	background : #036;
	color : #fff;
}
