/*Par Serge Hebert (Qc) pour Le CONcepteur.ca*/
/*Pour me joindre shebert@leconcepteur.ca*/

/* CSS Reset */
*{
margin: 0;
padding: 0;
}

header, footer, aside, nav, article, p {
display:block;
}

img{
border:none
}
/*end reset*/

html {
font-size:100%;
background:#b4c0bc url(../images/bg.jpg) top center no-repeat;
margin:0;
padding:0
}

body {
color:#000;
font-size:.9em;
font-family:Arial, Helvetica, sans-serif;
background-color:#ffffff;
border:1px solid #6d7673;
border-radius:10px;
-moz-border-radius:10px;
-moz-box-shadow: 0 0 5px #6d7673;
-webkit-box-shadow: 0 0 5 px#6d7673;
box-shadow: 0 0 5px #6d7673;
width:1030px;
min-height:800px;
margin:20px auto;
padding:0
}

header#banner{
color:#fff;
text-shadow:3px 3px 3px #000;
background:#6d7673 url(../images/header_1.png) no-repeat;
width:989px;
height:140px;
margin:20px auto 0px;
padding:5px;
border:1px solid #6d7673;
border-radius:10px 10px 0px 0px;
-moz-border-radius:10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
-moz-box-shadow: 0 0 5px #6d7673;
-webkit-box-shadow: 0 0 5px# 6d7673;
box-shadow: 0 0 5px #6d7673
}

header#banner p{
font-size:.65em;
/*margin:-15px 0 0 5px*/
}

/*nav#menu-top{
margin-top:120px;
}

nav#menu-top a{
color:#fff;
padding:0 20px;
text-decoration:none
}

nav#menu-top a:hover{
color:#00ff0f;
}*/

section#content{
width:989px;
min-height:900px;
margin:50px auto
}

nav#menu-side{
color:#fff;
width:200px;
height:100%;
border:1px solid #6d7673;
border-radius:10px;
-moz-border-radius:10px;
-moz-box-shadow: 0 0 5px #6d7673;
-webkit-box-shadow: 0 0 5px# 6d7673;
box-shadow: 0 0 5px #6d7673
background:#7d7e7d; /* Old browsers */
background:-moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background:-webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera11.10+ */
background:-ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
background:linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
margin:0;
padding:10px 5px;
float:left
}

nav#menu-side .titre{
text-align:center;
text-shadow: 0px 0px 10px #000, -1px -1px #000;
font-weight:800;
margin:15px 0
}

nav#menu-side ul li{
list-style:none;
margin:5px;
width:175px
}

nav#menu-side a{
color:#fff;
font-size:.8em;
text-decoration:none;
width:170px;
display:block;
margin-left:15px
}

nav#menu-side a:hover{
color:#00ff0f;
background:#404040
}

audio.megane{
width:185px;
margin:10px 0;
padding:5px
}

section{
color:#555;
text-align:justify;
width:600px;
height:100%;
margin:15px 16px 0 250px;
padding:0
}

hgroup {
height:65px;
border-radius:10px;
-moz-border-radius:10px;
background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(left, #e5e5e5 48%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(48%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #e5e5e5 48%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #e5e5e5 48%,#ffffff 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #e5e5e5 48%,#ffffff 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, #e5e5e5 48%,#ffffff 100%); /* W3C */
}

hgroup h1, h2, h3 {
font-family:"Times New Roman", Times, Serif;
font-weight:600;
line-height:1.2
}

hgroup h1 {
font-size:1.75em;
font-style:italic;
padding:3px 0 0 5px
}

hgroup h2 {
font-size:1.5em;
padding:0 5px
}

article{
width:727px;
height:auto;
border:1px solid #e5e5e5;
margin:0 0 30px 0;
padding:5px;
border-radius:10px;
-moz-border-radius:10px
}

.image_text_article_left
	{
	float: left;
	margin-right:20px;
	}
	
.image_text_article_right
	{
	float: right;
	margin-left:20px;
	margin-right:10px;
	margin-bottom:20px;
	border: 3px black groove;
	}

aside{
color:#fff;
font-size:0.75em;
width:160px;
position:relative;
background-color:#706b64;
border:1px solid #444;
-moz-box-shadow:inset 0 0 5px #000;
-webkit-box-shadow:inset 0 0 5px #000;
box-shadow:inner 0 0 5px #000;
border-radius:5px;
margin:0 0 0 20px;
padding:10px;
float:right
}

aside #auteur{
box-shadow:0px 2px 5px #1c1a19;
-moz-box-shadow:0px 2px 5px #1c1a19;
-webkit-box-shadow:0px 2px 5px #1c1a19;
margin:0;
padding:5px;
background:#fff
}

article time{
font-size:.75em
}

article p{
margin:15px 0
}

article ul.liste_n1{
margin:20px 0px 0px 30px
}

article ul.liste_n2{
margin:5px 0px 0px 50px
}

article h1, h2, h3 {
font-family:"Times New Roman", Times, Serif;
font-weight:600;
line-height:1.2
}

article h1 {
font-size:1.75em;
font-style:italic;
padding:3px 0 0 5px
}

article h2 {
font-size:1.5em;
padding:0 5px
}

article .imageflottante  {
    float: left;
}

article .dessous  {
    clear: both;
}

article .redige_par  {
    font-size:.75em;
}


figure{
text-align:center;
padding:5px;
border-radius:10px;
-moz-border-radius:10px;
background: #fdfefe;/*e5e5e5*/
-moz-box-shadow: 0 0 5px #6d7673;
-webkit-box-shadow: 0 0 5px# 6d7673;
box-shadow: 0 0 5px #6d7673
}

figcaption{
color:#444;
font-size:.9em;
font-style:italic
}

video.iceberg{
width:480px;
height:360px;
margin-left:50px
}

footer{
height:50px
}

footer a{
color:#444;
font-size:.9em;
text-decoration:none
}

footer a:hover{
color:#000
}

footer a:visited{
color:#aaa
}

footer#footer{
width:980px;
height:100px;
margin:10px 20px;
padding:5px;
border:1px solid #6d7673;
border-radius:10px;
-moz-border-radius:10px;
-moz-box-shadow: 0 0 5px #6d7673;
-webkit-box-shadow: 0 0 5px# 6d7673;
box-shadow: 0 0 5px #6d7673
background:#7d7e7d; /* Old browsers */
background:-moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background:-webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera11.10+ */
background:-ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
background:linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
}

footer#footer ul{
list-style:none;
text-align:center
}

footer#footer li{
display:inline
}

footer#footer a{
color:#fff;
text-decoration:none;
padding:0 20px
}

footer#footer a:hover{
color:#000
}

footer#footer .copyright{
color:#eee;
text-align:center;
font-size:.7em;
margin-top:20px;
}

/* Image dans le texte*/	
.image_text_left
	{
	float: left;
	margin-right:20px;
	}
.image_text_right
	{
	float: right;
	margin-left:20px;
	margin-right:10px;
	margin-bottom:20px;
	}

.image_fixed
	{
	position:fixed;
	left:20px;
	top:130px;
	}