/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	background-image:url(http://www.sylvain-euriot.com/files/gimgs/essai_trame.PNG);
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #666666;  }
a:active { text-decoration: none; color: #666666; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: underline; color: #666666; }

a img { border: none; }

#globalement {
  background-color:#FFFFFF;
  height:530px;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
  padding-left:0;
  padding-right:0;
  position:relative;
  width:782px; 
}

#menu {
    width: 150px;
    height:470px;
    overflow: auto;
	  background-color: #fff;
	  position:relative;
    padding: 0px 5px 0 0;
    border-left: 20px solid #FFF;
    border-top: 20px solid #FFF;
    border-bottom: 20px solid #FFF;
}

#menu ul {
	list-style: none;
	/*margin: 0 0 12px 0;*/
	padding-top: 12px;
}
#menu li {
	padding-left:15px;
	/*text-align:right;*/
}

#menu ul li.section-title {
	/*text-align:left;*/
	padding-left:0;
	padding-bottom:8px;
 }

#content {
    position: absolute;
    width:597px;
    height:490px;
    margin: 0 0 0 150px;
    top: 0;
    overflow-y:auto;
    border-right: 20px solid #FFF;
    border-top: 20px solid #FFF;
    border-bottom: 20px solid #FFF;
    padding-left: 15px;
}

.container {
    padding: 5px 5px 5px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

/**La zone pour écrire les news à l'intérieur sur la page d'acceuil*/
.news{
		background-color: #FFF;
		position: relative;
    width:400px;
    height:300px;
  	margin-left:auto;
  	margin-right:auto;
  	top:80px;
  	overflow-y:auto;
  	border-left: 20px solid #FFF;
    /*margin: 0 0 0 150px;
    top: 0;
    overflow-y:auto;
    border-right: 20px solid #FFF;
    border-top: 20px solid #FFF;
    border-bottom: 20px solid #FFF;
    padding-left: 15px;*/
}
