/* Created by http://freehtml5templates.com */

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background: #C7C1A7 url(images/6bg.jpg) repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333;
font-size: 14px;
line-height: 18px;
}
	
/* layout */

#wrapper {
width: 940px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
border: 3px solid #888;
background: #fff;
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

nav {
width: 940px;
height: 45px;
margin: 0 auto;
background: #333;	/* couleur fond menu haut */
margin-top: -5px;
}

#main {
width: 940px;
margin: 5px 0px 5px 0px;
padding-top: 2px;		/* decalage ensemble menu gauche + page principale du haut */
background: url(images/colbg.png)  repeat-y;
overflow: hidden;
}

#content {
float: right;
width: 680px;
margin-right: 30px;
text-align:justify;
}

#sidebar {
float: left;
padding-left: 5px;
width: 180px;
}


footer {
width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
}

a:link, a:visited {
color:#2CAFA1;		/* couleur CYAN du site */
}

a:hover, a:active {
color: #333;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 16px;
/* font-weight: bold; */
}

nav .menu ul {
margin: 0;
padding: 17px 0 0 20px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: left;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding: 0px 15px;
text-decoration: none;
color: #2CAFA1;
}

nav .menu a:hover {
text-decoration: underline;
}

/** HEADER */

header {
padding: 0 0 0 0;
}

header>h1 {
float: left;
margin: 0 0 18px 10px;
width: 600px;
font-size: 40px;
line-height: 36px;
}

header>h1 a:link, header>h1 a:visited {
color: #B39205;
font-weight: bold;
text-decoration: none;
text-shadow: 0px 2px 3px #555;
}

header>h2 {
color: #777;
clear: right;
float: right;
font-style: italic;
font-size: 14px;
/* margin: 14px 10px 18px 0; */
margin : 0px 0px 0px 0px;
}

/** ARTICLES **/
article
{	height:700px;
}
article img {
border: none;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
color: #333;
margin: 0 0 20px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}




/* sidebar and footer widget blocks */

aside h3 {
font-size: 18px;
text-shadow: 0px 2px 3px #ddd;
}

aside ul {
list-style: none;
color: #bbb;
/* margin: -15px 0 15px 25px; */
}

.menu_G a
{	text-decoration:none;
	font-size:15px;
}

.menu_G li
{	
	padding:1px 3px 2px 10px;
	border-bottom:solid 1px #EFEFEF;
}


/* PERSO ****************************** */
.address
{	margin:20px 20px 20px 40px;
	font-style:italic;
	color:#8C8C8C;
}

.title_boxed
{	padding:5px;
/* 	border:solid 1px #E9E9E9; */
	background-color:#E9E9E9;
	width:100px;
	text-align:center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

}

.text_sub
{	margin:20px 0px 20px 40px;
	font-style:italic;
	border-left:solid 1px #E9E9E9;
	padding:20px 20px 20px 20px;
}

.shifted
{	margin-left:40px;
}

/* ***************************************** */

#footer-area {
background: #333;
color: #FFF;
font-size: 90%;
padding: 5px 0;
overflow: hidden;
/* curved border radius */
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 600px;
}

footer aside h4 {
color: #faf0e6;
font-size: 16px;
line-height: 1.5em;
}

footer ul {
list-style: none;
margin: -15px 0;
}

footer a:link, footer a:visited {
color: #2CAFA1;
}

footer a:hover { 
text-decoration: underline; 
}

footer p {
margin-top: -15px;
color: #faf0e6;
}


fieldset
{	padding:30px 10px 20px 10px;
	border:solid 1px #D3D3D3;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
legend
{	font-family:Arial;
	font-style:italic;
	color:#7D7D7D;
	font-weight:bold;
	margin:0px 20px 0px 20px;
	padding:0px 10px 0px 10px;
	
}