@charset "UTF-8";

/* Classes de base */

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


/* Classes CSS specifiques */

#layout {
	width: 832px;
	min-height: 760px;
	text-align: center;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content {
	width: 380px;
	color: #666666;
	font-size: 11px;
	float: right;
	text-align: justify;
	margin-top: 16px;
	margin-right: 75px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	word-spacing: 1px;
}

#video {
	text-align: right;
	width: 350px;
	margin-top: 740px;
	margin-right: 20px;
	display: inline;
	float: right;
}

#video b {
	font-size: 12px;
	color: #333333;
}

#video p {
	margin-top: 10px;
}

#video a {
	font-size: 10px;	
}

#video img {
	float: right;
	margin-left: 6px;
	margin-top: 2px;
}

#menu {
	font-size: 11px;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

#menu img {
	margin-top: 2px;
	margin-bottom: 5px;
}

#menuimg a {
	text-decoration: none;
	border-bottom-style: none;
}

#menu .first {
	border-left-style: none;	
}

#menu .last {
	border-right-style: none;	
}

#menu ul {
	padding: 0px;
	list-style-position: inside;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px;
	clear: both;
}

#menu li {
	display: inline;
	padding: 6px 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #FFFFFF;
}

#menu a {
	text-transform: uppercase;
	color: #333333;
	margin-right: 2px;
	margin-left: 3px;
	padding-right: 2px;
	padding-left: 2px;
}

#menu a:hover {
	text-decoration: none;
}

#submenu {
	margin-top: 20px;
	font-size: 10px;
	margin-bottom: 6px;
	text-align: center;
}

#submenu a {
	text-transform: uppercase;
	margin-left: 5px;
}

#footer {
	color: #CCCCCC;
	clear: both;
	font-size: 9px;
	line-height: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#footer a {
	text-transform: uppercase;
}

#weather {
	margin: 0px auto;
	width: 728px;
}

.innerbox {
	margin: 5px;
}

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

.photos img {
	margin: 4px;
}

.video {
	text-align: center;	
}

/* Redéfinition de tags hr custom à cause d'Explorer à 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;
}