@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFF;
	background-color: #fff;
	line-height: 1.125em;
}
a {
	color: #CCC;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #FFF;
}
h1 {
	color: #ff0;
	font-size: 14px;
	margin: 2px;
}
h2 {
	color: #ff0;
	font-size: 0.7em;
	margin: 2px;
}
p {
	font-size: 0.8em;
}
#mask {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
	background-image: url(../img/loading_logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	color: #000;
}
.standout {
	color: #FF6;
	font-weight: bold;
}
.AccueilLeft {
	float: right;
	width: 50%;
	height: 500px;
	background-color: #fff;
	background-image: url(../img/accueil_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 8px 0px 8px -400px;
	
}
.AccueilRight {
	background-position: bottom center;
	background-repeat: no-repeat;
	float: right;
	width: 25%;
	height: 500px;
	background-color:#000;
	margin-top: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
}
.AccueilCenter {
	float: right;
	width: 320px;
	height: 500px;
	background-color:#444;
	margin-top: 8px;
	margin-bottom: 8px;
	border-left: 8px solid #fff;
}
.AccueilText {
	height: 340px;
	padding: 10px 20px 10px 20px;
	color: #fff;
	overflow: auto;
}
.AccueilNews {
	width: 280px;
	height: 120px;
	padding: 10px 20px 10px 20px;
	background-color: #333;
	overflow: auto;
}
.AccueilNewsItem {
	font-size: 0.7em;
	color: #FF6;
	margin-left: 12px;
}
.ServicePanelContainer {
	float:left;
	height: 515px;
	width: 20%;
	padding: 0;
	border-top: 1px solid #fff;
	background-color: #000;
	background-position: bottom center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.ServicePanel {
	float: right;
	width: 99%;
	height: 100%;
	border-right: 1px solid #fff;
}
.ServicePanel h1 {
	font-size: 14px;
	color: #ff0;
	margin: 12px;
	font-weight: bold;
}
.SevicePanelContent {
	position: absolute;
	padding: 0px;
	height: 474px;
	width: 1196px;
	margin-top: 42px;
	background-color: #000;
	color: #FFF;
	background-image: url(../img/service_line.gif);
	background-repeat: repeat-x;
}
#servicePanelRec {
	background-position: -1px 0px;
}
#servicePanelRepete {
	background-position: 238px 0px;
}
#servicePanelMobile {
	background-position: 477px 0px;
}
#servicePanelPost {
	background-position: 717px 0px;
}
#servicePanelAutre {
	background-position: 956px 0px;
}
.ServiceNodeLeft {
	width: 260px;
	height: 413px;
	padding: 30px 20px;
	margin-top: 1px;
	background-color: #000;
	float: left;
	text-align: justify;
	overflow: auto;
}
.ServiceNodeCenter {
	width: 140px;
	height: 413px;
	padding: 30px;
	margin-top: 1px;
	background-color: #000;
	background-position: center bottom;
	background-repeat: no-repeat;
	float: left;
}
.ServiceNodeCenter span {
	width: 120px;
	font-size: 0.8em;
	margin: 0.25em;
	padding: 0.25em;
	color: #FF0;
	background-color: transparent;
	display: inline-block;
	cursor: pointer;
}
.ServiceNodeCenter span:hover {
	color: #FF0;
	background-color: #333;
}
.ServiceNodeRight {
	float: left;
	width: 656px;
	height: 433px;
	padding: 20px;
	margin-top: 1px;
	background-color: #000;
	overflow: auto;
}
.ServiceNodeRight p {
	font-size: 11px;
}
#serviceRecCenter {
	background-image: url(../img/service_bg_rec.jpg);
}
#serviceRepeteCenter {
	background-image: url(../img/service_bg_repet.jpg);
}
#serviceMobileCenter {
	background-image: url(../img/service_bg_mobile.jpg);
}
#servicePostCenter {
	background-image: url(../img/service_bg_post.jpg);
}
#serviceAutreCenter {
	background-image: url(../img/service_bg_autre.jpg);
}
.TextColumn {
	width:290px; 
	height:400px; 
	text-align:justify; 
	float:left;
	margin-right: 20px;
}
.TextColumnBox {
	width:300px;  
	text-align:justify; 
	float:left;
	margin-right: 20px;
	padding: 0px 20px 10px 20px; 
	background-color:#444; 
	width:280px;
}
.ListColumn {
	width: 200px;
	padding: 6px 0px 0px 10px;
	float: left;
}
.ListColumn p {
	font-size: 0.675em;
}
.listTitle {
	font-size: 0.7em;
	color: #ff0;
	width: 140px;
	font-weight: bold;
	margin-top: 8px;
	margin-left: -4px;
	display: inline-block;
}
.listItem {
	font-weight: normal;
	font-size: 0.7em;
	color: #fff;
	width: 140px;
	margin-top: 2px;
	display: inline-block;
}
#MediaPanel {
	background-image: url(../img/media_bg.gif);
}
.MediaMenu {
	height: 496px;
	padding: 20px 30px 0px 30px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #222;
	float: left;
}
.MediaMenu span {
	margin-left: 10px;
}
.MediaMenu h1 {
	margin: 16px 0px 10px 0px;
}
.MediaPanelContentContainer {
	float: left;
	height: 516px;
	width: 60%;
	text-align: center;

}
.MediaPanelContent {
	width: 600px;
	height: 80%;
	margin: 20px auto;
	padding: 20px;
	background-color: #000;
	color: #FF0;
	text-align: left;
	border: 1px solid #666;
	
}
.MediaSelector {
	cursor: pointer;
	width: 130px;
	display: inline-block;
	padding: 4px;
	font-size: 0.7em;
	background-color:#333;
	margin: 4px auto;
}
.MediaSelector:hover {
	background-color: #444;
	color: #ff0;
}
.MediaSelectorLink {
	cursor: pointer;
	width: 130px;
	display: inline-block;
	padding: 4px;
	font-size: 0.7em;
	color: #FFF;
	background-color: #333;
	margin: 4px 10px;
}
.MediaSelectorLink:hover {
	background-color: #444;
	color: #ff0;
}
.MediaPhotoThumb {
	height: 60px;
	width: 60px;
	margin: 6px;
	border: none;
	outline: none;
}
.MediaPlayerContainer {
	float: left;
	display: block;
	padding: 10px 10px 10px 10px;
	border: 1px solid #444;
	margin-bottom: 20px;
}
.MediaTitleContainer {
	float: left;
	display: block;
	padding: 8px;
	border: 1px solid #444;
	margin: 0px 0px 20px 10px;
	width: 154px;
	height: 34px;
	font-size: 0.7em;
	color: #FF6;
}
.MediaMusicTitle {
	display: block;
	width: 60px;
	float: left;
	padding: 6px;
	color:#FF0;
}
.MyPlayer {
	position: absolute;
	visibility: hidden;
}
.MediaPlayButton {
	float: left;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	background-image:url(../img/play_out.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	cursor: pointer;
	margin: 5px 10px 5px 10px;
}
.MediaPlayButton:hover {
	background-image: url(../img/play_over.gif);
}
.MediaStopButton {
	float: left;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	background-image:url(../img/stop_out.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	cursor: pointer;
	margin: 5px 10px 5px 10px;
}
.MediaStopButton:hover {
	background-image: url(../img/stop_over.gif);
}
.MediaPlay {
	float: left;
	display: block;
	width: 120px;
	padding: 6px;
	background-color: #222;
	margin-left: 10px;
	cursor: default;
	color: #555;
	text-align: center;
}
#mediaPlayA {
	
}
#mediaPlayB {
	
}
#contactLogo {
	float: left;
	clear: none;
	margin: 0px 20px 10px 0px;
}
.ContactLeft {
	float: left;
	width: 340px;
	height: 460px;
	padding: 20px;
	background-color: #fff;
	color: #000;
	border: 8px solid #fff;
}
.ContactLeft h1 {
	color: #000;
}
.ContactLeft h2 {
	color: #000;
}
.ContactCenter {
	float: left;
	background-color: #444;
	padding: 20px;
	height: 460px;
	width: 420px;
	border-top: 8px solid #fff;
	border-bottom: 8px solid #fff;
	background-image: url(../img/stairs.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.ContactRight {
	float: left;
	width: 300px;
	height: 460px;
	padding: 20px;
	color: #000;
	background-color: #fff;
	border-bottom: 8px solid #fff;
	border-top: 8px solid #fff;
}
.ContactBio {
	display: block;
	float: left;
	clear: both;
	margin-bottom: 20px;
	font-size: 0.75em;
	text-align: justify;
}
.ContactPhotoL {
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}
.ContactPhotoR {
	display: block;
	float: right;
	margin: 0px 0px 10px 10px;
}
#mapContainer {
	width: 340px;
	height: 249px;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	background-image: url(../img/plan_out.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #000;
}
#mapContainer:hover {
	background-image: url(../img/plan_over.jpg);
}
#blankMap {
	width: 340px;
	height: 249px;
	margin: 0px;
	outline: none;
	border: none;
}
.PartLogo {
	margin: 10px;
	border: none;
	outline: none;
}
.footer {
	display: block;
	color: #999;
	font-size: 10px;
}
.mention {
	color: #999;
	font-size: 10px;
	text-decoration: none;
}
.mention:hover {
	color: #666;
}
