@import 'reset.css'; /* remise a zero du css pour tous les navigateurs      (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/)  */

div#pied,
article,
hgroup,
div#menu,
figure{
	display:block;
}

/* taille et couleur du text par défaut + background */
body{
	font-size:0.8em;
	color:#fcfcfc;
	font-family:Arial, Helvetica, sans-serif;
	background: #222 fixed;
	/*background-color:#355664;*/
	/*background: #222 url(../img/bg1.png) fixed;*/
	/*overflow:hidden;*/
}

/* style des liens (txt / images) */
a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

/* style des titres */
h1,h2,h3{
	font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-shadow:0 1px 1px black;
}

h1{
	font-size:3.5em;
	padding:0.5em 0 0;
	font-weight: bold;
	/*text-transform:uppercase;*/
}

h3{
	/* titre  */
	font-family:/*forte,*/"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	font-size:2em;
	font-weight:normal;
	margin:0 0 1em;
}

h2{
	font-size:2.2em;
	font-weight:normal;
	letter-spacing:0.01em;
	text-transform:uppercase;
}

.article h2{
	margin-top:-5px;
}

/* style de paragraphes */
p{
	font-size:1.2em;
	line-height:1.5em;
	padding-bottom:1em;
}

/*style de l'entete*/
#entete {
	position:fixed;
	width:900px;
	top:0;
	padding-top: 15px;
	/*height:100%;*/
	/*z-index:-1;*/
	/*border: 1px solid red;*/
}

/* style du menu */
div#menu{
	/*background:url(../img/gradient_light.jpg) repeat-x 50% 50% #f8f8f8;	*/
	z-index:200;
	position:absolute;
	top:20px;
	left:50px;
	/*height:45px;*/
	height:45px;
	/*top:11.5em;	*/
	border:1px solid #FCFCFC;
	/*position:fixed;*/
	/*right:200px;*/
	/*padding:0 5px;*/

	/* coins arrondis pour navigateurs compatibles CSS3 */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	/* ombre  ... css3*/
	-moz-box-shadow:0 1px 1px #333333;
	-webkit-box-shadow:0 1px 1px #333333;
	box-shadow:0 1px 1px #333333;
	/* ie */
    filter:
        progid:DXImageTransform.Microsoft.DropShadow(color=#969696, offx=1, offy=1)
        progid:DXImageTransform.Microsoft.DropShadow(color=#C2C2C2, offx=1, offy=1)
        progid:DXImageTransform.Microsoft.DropShadow(color=#EFEFEF, offx=1, offy=1);
}



/* test d'effet
.effetmenu  {
border-color:transparent white transparent transparent;
border-style:solid;
border-width:20px;
height:0;
position:relative;
top:43px;
width:0;
z-index:9;
}*/

/* classe pour enlver les float:
.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}*/


#contenu{
	display:block;
	margin:0;
	padding:0;
	position:relative;
}


div.description{
	z-index:300;
}

div.description p{
	text-shadow:0 2px 0 black;
}


/* stylr du menu: */
div#menu ul li{
	display:inline;
}

div#menu ul li a,
div#menu ul li a:visited{
	color:#565656;
	display:block;
	float:left;
	font-size:1.25em;
	font-weight:bold;
	margin:5px 2px 0px;
	padding:10px 10px;
	/*text-shadow:0 1px 1px white;*/
	text-transform:uppercase;
}

div#menu ul li a:hover{
	text-decoration:none;
	background-color:#f0f0f0;
}

div.article, div#menu ul li a,figure{
	/* coins arrondis pour navigateurs compatibles CSS3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#page{
	width:900px;
	margin:0 auto;
	position:relative;
}

/* Article : */
div.article{
	border:9px solid black;
	background-color:/*#213E4A*/#3B322C;
	height:450px;
	padding:20px;
	/*margin-top:50px;*/
	margin-bottom:450px;
	position:relative;
	top:160px;
	/*text-shadow:0 2px 0 black;*/
	z-index:2;
	/*margin:3em 0;*/
	/*margin-top:500px;*/
}

div#contact{
	/*top:-1000px;
	position:relative;
	visibility:hidden;*/

}

form{
padding-left:200px;
}

form label{
	/*display: block;*/
	/*opacity: 1; */
	/*margin-bottom: -15px;*/
	padding: 0px;
	width: 380px;
}

form p input,
form p textarea {
	/*display: block;*/
	padding: 4px;
	width: 400px;
	/*margin-top: -5px;*/
}

form a{
padding :5px;
background-color: #416371;
color:white;
}
form a:visited{
color:white;
}
form a:hover{
text-decoration:none;
}

div#contact label:after{
	content:" : ";
}


figure{
	border:3px solid #142830;
	float:right;
	/*height:300px;*/
	margin-left:15px;
	overflow:hidden;
	/*width:500px;*/
}

figure:hover{
	-moz-box-shadow:0 0 2px #4D7788;
	-webkit-box-shadow:0 0 2px #4D7788;
	box-shadow:0 0 2px #4D7788;
}

figure img{
	/*margin-left:-60px;*/
}

/* style du pied de page*/
div#pied{
	width: 900px;
	position:fixed;
	margin-bottom:30px;
	text-align:center;
	font-size:0.825em;
	height :50px;
	top:95%;
	/*margin-top:60%;*/
	/*top:600px;*/
	/*border: 1px solid green;*/
}

div#pied p{
	/*margin-bottom:-2.5em;*/
	position:relative;
	display:inline;
}

div#pied a,div#pied a:visited{
	color:#cccccc;
	background-color:#3B322C;
	display:block;
	padding:2px 4px;
	z-index:100;
	position:relative;
	margin-right:10px;
}

div#pied a:hover{
	text-decoration:none;
	background-color:#000000;
}

div#pied a.by{
	/*float:left;*/
}

div#pied a.up{
	float:right;
}

/* onglet menu */
#lien_menu{
	text-align:center;
	background-color:#F5F5F5;
	border:1px solid white;
	height:80px;
	/*right:-20px;*/
	right:-2%;
	padding:12px 20px 0 40px;
	position:fixed;
	top:30px;
	/*width:710px;*/
	width:45%;
	z-index:1;
	opacity: 0.5;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}


/* onglet contact */
#lien_contact{
	background-color:#F5F5F5;
	border:1px solid white;
	height:80px;
	left:-20px;
	padding:12px 20px 0 40px;
	position:fixed;
	top:30px;
	width:190px;
	z-index:200;
		opacity: 0.5;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.titre{
	color:#666666;
	font-size:1.4em;
	font-weight:bold;
	text-shadow:0 1px 1px white;
}

#lien_contact a{
	font-size:10px;
	text-transform:uppercase;
}

#lien_contact img{
	float:left;
	margin-right:15px;
}

#lien_contact div.action_onglet {
	height:100%;
	position:absolute;
	right:0;
	top:0px;
	width:40px;
	z-index:10046;
	visibility :visible;

	/*background-color :red;*/
}

#lien_menu div.action_onglet {
	height:100%;
	position:absolute;
	left:0;
	top:0px;
	width:40px;
	z-index:10046;
	visibility :visible;

	/*background-color :red;*/
}

.onglet_o{
	/*background-color:green;*/
	background:url("../img/ouv_ferm.png") no-repeat scroll left top transparent;
}
/*
.onglet_o:after {
	content:" < ";
	color:#222;
	top:40%;
	position:relative;
}
*/
.onglet_f{
	/*background-color:red;*/
	background:url("../img/ouv_ferm.png") no-repeat scroll right top transparent;
}
/*
.onglet_f:after {
	content:" > ";
	color:#222;
	top:40%;
	position:relative;
}
*/

#lien_contact ul{
position: relative;
	display: block;
	margin: 5px 0px;
	width:250px
	height:60px;
}

#lien_contact ul li{
	padding: 0px;
    display: inline-block;
    *display: inline; /* IE 7 and below */
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    width: 48px;
    height: 48px;
}

#lien_contact ul li img {
    width: 48px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0 8px 0 0;
    border: none;
}

/* les lignes : */
.line{
	height:1px;
	background-color:#24404c;
	border-bottom:1px solid #416371;
	margin:1em 0;
	overflow:hidden;
}

article .line{
	background-color:#15242a;
	border-bottom-color:#204656;
	margin:1.3em 0;
}

div#pied .line{
	margin:2em 0;
}

div#ddd{
	cursor:move;
	position:absolute;
	z-index:99999;
}