@charset "UTF-8";

/* Classes de base */

@import "htmlbase.css";
@import "formulaire.css";


/* Classes CSS specifiques */

#layout {
	background-image: none;
}

#content {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	word-spacing: 1px;
	text-align: left;
}

#video {
	display: none;
}

#menu {
	display: none;
}

#submenu {
	display: none;
}

#footer {
	display: none;
}

.innerbox {
	margin: 5px;
}

.photos {
	border: 1px solid #CCCCCC;
	width: 380px;
	float: right;
	margin-bottom: 6px;
	margin-left: 6px;
}

.photos img {
	margin: 4px;
}

/* Redefinition de tags hr custom a cause d'Explorer a la con */
.fakehr {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	background-color: #ECECEC;
}

.mini_photos {
	border: 1px solid #CCCCCC;
	width: 63px;
	height: 39px;
	float: left;
	margin: 5px;
}

.mini_photos img {
	margin: 4px;
	width: 55px;
	height: 31px;
}

.txt9red, .txtred {
	color: #FF0000;
	display: inline;
}

.txt9red {
	font-size: 9px;
}

.txt9 {
	font-size: 9px;
}

.txtred {
	font-size: 11px;
	font-weight: bold;
}

.smalltxtarea {
	width: 115px;
}

.center {
	text-align: center;
}

/* Redéfinition des tags html de base */

html {
	width: 100%;
	height: 100%;
}

body {
	font-size: 11px;
}

p {
	font-size: 14px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}