/* Document CSS */

* {
	padding:0;
	margin:0;
	}

#body {
	font-style: normal;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 125%;
	background-color:#FFF;
	margin:0 0 10px 0;
	}

#page {
	width: 760px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	border-top:none;
	padding:10px;
	background-color:#fff;
	}

#contenu {
	width: 500px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	}

p {
	padding:6px 0 6px 0;
	}

h1 {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	line-height:24px;
	padding:0 0 20px 0;
	}

h2	{
	font-family: Verdana, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	padding:15px 0 0 0;
	}
	
h3	{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding:10px 0 0 0;
	}	
	
ul {
	padding:6px 0 6px 0;
	}
	
li	{
	list-style-type:none;
	}
	
ul.boulets	{
	text-indent:20px;
	}
	
ul.boulets li	{
	list-style-type:disc;
	list-style-position: inside;
	}
	
hr	{
	border:0;
	height:1px;
	width:100%;
	color:#000;
	background-color:#000;
	}
			
sup	{
	line-height:0;
	}
	
address {
	text-align: center;
	font-style: normal;
	color:#000;
	}

#logo	{
	margin-top:-20px;
	text-align:center;
	}

#tagline	{
	font-size:13px;
	font-weight:normal;
	text-align:center;
	margin-top:-25px;
	}
		
#photo-accueil	{
	border-style:solid;
	border-color:#F1E761;
	}
	
/* NAVIGATION */

#nav {
	text-align:center;
	font-size:13px;
	color:#666;
	margin-top:15px;
	margin-bottom:40px;
	}

#nav a:link, #nav a:visited {
	font-weight: bold; 
	text-decoration: none;
	color:#555;
	background: transparent;
	}
	
#nav a:hover {
	font-weight: bold; 
	text-decoration: none;
	color: #000;
	background: transparent;
	}

#nav a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background: transparent;
	}

a:link {
	font-weight:normal;
	text-decoration: underline;
	color:#990033;
	background: transparent;
	}
	
a:visited {
	font-weight:normal;
	text-decoration: underline;
	color:#555;
	background: transparent;
	}
		
a:hover {
	font-weight:normal;
	text-decoration: underline;
	color: #000;
	background: transparent;
	}

a:active {
	font-weight:normal;
	text-decoration: none;
	color: #000;
	background: transparent;
	}	
	


