@charset "UTF-8";


/* CSS Document */

body {
	background:#1a1a1a;
	text-align:center;
	padding: 0px;
	color:#C9C9C9;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.justified {
	text-align: justify;
}
#bandeau {
	background-color: #303030;
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #434343;
	border-bottom-color: #434343;
}
#bandeau_content {
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 7px;
	text-align: center;
	height: auto;
}
#bandeau_content_cible {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 7px;
	text-align: center;
	height: auto;
}
#top {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 110px;
}
#top_content {
	float: left;
	width: 1000px;
}
#logo {
	float: left;
	width: 380px;
}
.logo_img {
	float: left;
}
.photographe {
	font-family: 'Marck Script', cursive;
	color: #FFFFFF;
	font-size: 40px;
	letter-spacing: 1px;
	word-spacing: 2px;
}
#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
#logo a:hover {
	color: #FBF041;
}
#menu {
	float: right;
	width: 500px;
}
#container {
	float: left;
	width: 100%;
}

#intro {
	text-align: center;
	height: auto;
	width: 935px;
	margin-right: auto;
	margin-left: auto;
}
#intro p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}
#bandeau_bottom {
	background-color: #FBF041;
	float: left;
	height: auto;
	width: 100%;
	color: #000000;
}
#bottom {
	height: auto;
	width: 935px;
	padding-bottom: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#bottom p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
}
#meta {
	height: auto;
	width: 400px;
	text-align: right;
	float: right;
}
#copyrights {
	height: auto;
	width: auto;
	text-align: left;
}
#copyrights a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#copyrights a:hover {
	color: #009966;
}

a.trigger{
	position: fixed;
	text-decoration: none;
	top: 200px;
	left: 0;
	font-size: 18px;
	letter-spacing:1px;
	font-family: Arial, Helvetica, sans-serif;
	color:#1A1A1A;
	font-weight: 700;
	border:1px solid #000000;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	display: block;
	background-color: #FBF041;
	background-image: url(images/plus.png);
	background-repeat: no-repeat;
	background-position: 85% 55%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	line-height: 12px;
}

a.trigger:hover{
	text-decoration: none;
	color:#000000;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	display: block;
	background-color: #66CC00;
	background-image: url(images/plus.png);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.trigger small {
	font-size: 12px;
	line-height: 13px;
	color: #666666;
}
#containera {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#introa {
	text-align: center;
	height: auto;
	width: 900px;
	float: left;
}
#introa p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}
#introa a {
	font-weight: bold;
	color: #FFFFFF;
}
