@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
a img, img 			{ border: none; }

#page-wrap			{ width: auto; margin: 0 auto; }

.photo-link			{ padding: 5px; margin: 5px; border: 1px solid #999; display: block; width: 100px;
					  float: left; }
.photo-link:hover	{ border-color: white; }

body {
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	font-family:Arial, Helvetica, sans-serif;
	color:#9a0000;
	background-color:#cccccc;
}

p {
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
}
a { 	
	color:#9a0000;
	text-decoration:none;
}
a:hover { 	
	color:#000;
	text-decoration:underline;
}


#global {
	width:960px;
	height:auto;
	margin:auto;
}
#header {
	width:960px;
	height:420px;
	margin-bottom:9px;
}
#logo {
	width:380px;
	height:319px;
}
#top {
	width:530px;
	height:289px;
	float:right;
	padding-top:30px;
	padding-right:20px;
}
h2 {
	font-size:20px;
	text-transform:uppercase;
	line-height:26px;
}
h3 {
	font-size:16px;
	line-height:20px;
}
h4 {
	font-size:11px;
	line-height:18px;
}

.titre1 {
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
	line-height:19px;
}
.titre2 {
	color:#FFF;
	font-size:40px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:45px;
}
.titre3 {
	color:#FFF;
	font-size:38px;
	text-transform:uppercase;
	line-height:38px;
}
.titre4 {
	color:#FFF;
	font-size:60px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:60px;
}
#menu {
	clear:both;
	height:22px;
	padding-top:59px;
}
#menu ul {
	list-style-type:none;
	color:#FFF;
}
#menu li {
	display:inline;
	text-transform:uppercase;
}
#menu li a {
	color:#FFF;
	text-decoration:none;
	padding:31px 20px 32px 20px;
}
#menu li a:hover {
	color:#FFF;
	text-decoration:none;
	padding:31px 20px 32px 20px;
	background-image:url(images/bg_menu_over.jpg);
	background-repeat:repeat-x;
}
#menu li a.current {
	background-image:url(images/bg_menu_over.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	text-decoration:none;
	padding:31px 20px 32px 20px;
}
#contenu_global {
	background-color:#FFF;
	width:940px;
	height:100%;
	padding:10px;
}
#sidebar {
	width:350px;
	height:auto;
	float:left;
	text-align:center;
}
#contenu {
	padding:20px;
	width:550px;
	background-image:url(images/corner.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
}
.facebook {
	margin-top:20px;
}
.clear {
	clear:both;
	display:none;
}
#footer {
	clear:both;
	background-image:url(images/bg_footer.jpg);
	background-repeat:repeat-x;
	width:auto;
	padding:20px;
	text-align:center;
	height:50px;
	color:#FFF;
}
#footer a{
	color:#FFF;
	text-decoration:none;
	padding:0 10px 0 10px;
}
#footer a:hover{
	color:#FFF;
	text-decoration:underline;
	padding:0 10px 0 10px;
}
.image_article {
	margin:10px;
	float:left;
}
