/* CSS Document */

h1, h2, h3, h4, p{
	margin:0;
	padding:0;
}

body{
	background:#0075a8;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	margin:10px;
}

p{
	margin-top:8px;
}

h1{
	font-family: 'Dancing Script', cursive;
	font-family: 'Fuggles', cursive;
	font-size:16px;
	color:#666666;
	text-align:center;
	line-height:30px;
}

h2{
	font-size:14px;
	color:#0075a8;
	border-bottom:1px solid #0075a8;
	background:url(images/puce.gif) no-repeat 0 7px;
	padding-left:10px;
}
	

#main{
	width:978px;
	margin:auto;
	min-height:500px;
	background:#FFFFFF;
	-webkit-box-shadow:  0px 0px 3px 1px #000000;
        
        box-shadow:  0px 0px 3px 1px #000000;
}
header p{
	font-size:16px;
	font-weight: bold;
	color:#666666;
	text-align:center;
	line-height:30px;
}

#imgheader{
	background:url(images/head_large.jpg);
	width:978px;
	height:201px;
}

nav{
	background:url(images/bg_menu.gif);
	width:100%;
	height:28px;
}

nav a{
	display:block;
	color:#FFF;
	width:150px;
	float:left;
	border-right:1px dotted #FFFFFF;
	height:28px;
	text-align:center;
	line-height:28px;
	text-decoration:none;
}

nav ul{
	margin:0;
	padding:0;
}

nav li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

nav a:hover{
	background:url(images/bg_menu_hover.gif);
	font-weight:bold;
}

#gauche{
	width:690px;
	min-height:500px;
	float:left;
	padding:5px;
	margin: 20px 0;
}
.articleContainer article{
	margin: 20px 0;
}
#gauche a{
	color:#FF6600;
	font-weight:bold;
}
.alignleft{
	float: left;
	margin: 0 10px 0 0;
}
.alignright{
	float: right;
}
aside{
	width:268px;
	min-height:500px;
	float:left;
	padding:5px;
	background:url(images/bg_contact.gif) right repeat-y;
}

aside h2{
	text-align:right;
	background-position:right;
	padding-right:10px;
}
footer{
	width:100%;
	height:28px;
	background:#0075a8;
	color:#FFFFFF;
	text-align:center;
	line-height:20px;
}

.retour{
	clear:both;
}

