@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
		background-color: #000000;
		margin-left: 0px;
		margin-top: 30px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-family: verdana, arial, helvetica, sans-serif;
		/*font-size: 0.8em;*/
		font-size: 62.5%;
		line-height: 1.3em;
		color: #fff;
}
a:link {color: #666666;}
a:visited {color: #666666;}
a:hover {color: #999999;}
a:active {color: #999999;}
/**/
h1{
	font-size: 1.9em;
	font-weight: bold;
	color: #666666;
}
h2{
	font-size: 1.3em;
	font-weight: bold;
	color: #ffffff;
}
h3{
	font-size: 1.3em;
	font-weight: bold;
	color: #999999;
}
h4{
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}
p{
	color: #666666;
}
/**/
#global {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	/*background-repeat: repeat-y;
	background-image: url(images/ombre.jpg);*/
}
#entete {
	height:80px;
	background-color:#FFF;
	margin-top:10px;
	margin-left:35px;
	margin-right:35px;
	padding-top:20px;
	text-align:center;
	color:#999999;
}
#contenu {
	background-color:#000;
	float:left;
	margin-left:35px;
	margin-right:35px;
	/*background-image:url(images/bords.jpg);
	background-repeat: repeat-y;*/
	width:630px;
	float:left;
	background-color:#FFF;
	border-top-width: 0px;
	border-right-width: 100px;
	border-bottom-width: 0px;
	border-left-width: 100px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#flashcontent {
	width: 900px;
	height: 600px;
	/*margin-left:84px;*/
	/*border: 0px none #000;
	position:absolute;
	margin-left:-300px;
	margin-top:-210px;;
	left:50%;
	top:50%;*/
}
#flashcontent2 {
	width: 768px;
	height: 576px;
	margin-left:66px;
	margin-top:10px;
}

#cadre {
	float:left;
	width:600px;
	background-color:#DDD;
	padding:20px;
}
img {
	border-top-width: 100px;
	border-right-width: 100px;
	border-bottom-width: 100px;
	border-left-width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/**/
#pied {
	float:left;
	margin-left:35%;
	color: #666666;
	text-align: center;
}
#pied ul {
	margin-top: 25px;
	text-align:center;
	line-height:28px;
	/*margin-left: 370px;*/
}
#pied li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
	font-size: 0.9em;
}
a.navPied:link {
	text-decoration: none;
}
a.navPied:visited {
	text-decoration: none;
}
a.navPied:hover {
	text-decoration: underline;
}
a.navPied:active {
	text-decoration: underline;
}
/**/
label {
	display: block;
	float: left;
	width: 100px;/**/
	text-align: right;
	clear: left;
	font-size: 1.2em;
	margin-right:2px;
}

