* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#general {
	width: 830px;
	height: 640px;
	position: relative;
	left: 50%;
	margin-left: -415px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#contenu {
	width: 830px;
	height: 640px;
	background-repeat: no-repeat;
}
#chargement {
	position: relative;
	left: 14px;
	top: 20px;
	width: 90px;
}
#menu {
	position: relative;
	left: 14px;
	/*top: 20px;*/
	width: 90px;
	/*visibility: hidden;*/
	float: left;
	border-top: 10px solid #E52C1A;
}

#texte {
	position: relative;
	top: 115px;
	width: 450px;
	float: left;
	margin-left: 50px;
}
#texte a {
	color: #E52C1A;
	text-decoration: underline;
}
#texte a:hover {
	color: #E52C1A;
	text-decoration: none;
}

#txt_bio td {
	text-align: left;
	padding-bottom: 10px;
	vertical-align: top;
	border-top: 1px solid #E52C1A;
}

#txt_bio td.bio_date {
	color: #E52C1A;
	font-weight: bold;
	text-align: right;
	padding-right: 12px;
	border: 0;
}

#page {
	font-size: 10px;
}

#bottom {
	position: relative;
	text-align: center;
	width: 800px;
	top: -15px;
	padding-bottom: 10px;
}
#bottom a {
	color: #E52C1A;
	text-decoration: none;
}
#bottom a:hover {
	text-decoration: underline;
}
#animation {
	position: relative;
	width: 178px;
	/*top: -110px;*/
	float: left;
	margin-left: 25px;
	top: 5px;
}

/* Styles de la presse */
.presse_titre {
	font-weight: bold;
	font-size: 14px;
}
.presse_date {
	color: #E52C1A;
}

/* Styles de la galerie */
#mini_galerie img {
	margin: 5px;
}
.tab_dim {
	font-weight: bold;
	color: #E52C1A;
}
.tab_titre {
	font-weight: bold;
	font-size: 12px;
}

/* Definition des objets de formulaire */
label {
	float: left;
	width: 75px;
}

input {
	border: 1px solid  #E52C1A;
	color: black;
	background-color: white;
	margin: 3px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 250px;
}

textarea {
	border: 1px solid  #E52C1A;
	color: black;
	background-color: white;
	margin: 3px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 250px;
	height: 150px;
}

input.submit {
	font-weight: bold;
	/*background-color: #E8CF41;*/
	background: transparent;
	color: #E52C1A;
	cursor: pointer;
}


.titre_accueil {
	font-size: 18px;
	font-weight: bold;
}

.txt_accueil {
	font-size: 12px;
	text-align: justify;
	line-height: 22px;
}

.txt_accueil a {
	color: #E52C1A;
	text-decoration: underline;
}

.txt_accueil a:hover {
	color: #E52C1A;
	text-decoration: none;
}