html, body {
	background : url(../images/paterne.png) repeat;
	color : #212120;
	font-family: 'CenturyGothicRegular';
	font-size : 12px;
	font-weight : normal;
	margin: 20px 0 20px 0;
}

@font-face {
	font-family: 'CenturyGothicRegular';
	src: url('../font/gothic-webfont.eot');
	src: local('☺'), url('../font/gothic-webfont.woff') format('woff'), url('../font/gothic-webfont.ttf') format('truetype'), url('../font/gothic-webfont.svg#webfontvlpIyDrp') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'LibelSuitRegular';
    src: url('../font/libelsuit-webfont.eot');
    src: url('../font/libelsuit-webfont.eot?#iefix') format('eot'), url('../font/libelsuit-webfont.woff') format('woff'), url('../font/libelsuit-webfont.ttf') format('truetype'), url('../font/libelsuit-webfont.svg#webfontn896Xx8F') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
	font-family: 'CenturyGothicRegular';
	background: url(../images/h1.png) no-repeat;
	padding-left: 18px;
	font-size: 15px;
	color: #212120;
	font-weight: normal;
}

h2 {
	font-family: 'CenturyGothicRegular';
	background: url(../images/h3.png) no-repeat;
	padding-left: 18px;
	font-size: 13px;
	color: #212120;
	font-weight: normal;
}

h3 {
	font-family: 'CenturyGothicRegular';
	background: url(../images/h3.png) no-repeat;
	padding-left: 18px;
	font-size: 13px;
	color: #212120;
	font-weight: normal;
	border-bottom: 1px dotted #212120;
}

a:link, a:visited {
	color: #212120;
	text-decoration: none;
}

a:hover, a:focus {
	color: #4d98dd;
	text-decoration: none;
}
	

#global {
	width: 960px;
	margin: 0 auto;
	background : #ffffff;
}

#top {
	width: 880px;
	margin: 0 auto;
}

#header {

}

#main {
	width: 880px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin: 20px 0 20px 0;
}

.trait {
	height: 0px;
	border-top: 1px solid #212120;
}

.clear {
	clear: both;
}

img {
	border: none;
}

#menu {
	float: right;
	margin-top: 60px;
}

#menu li {
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
	margin-left: 20px;
	display: inline;
	text-decoration: none;
}

#menu li a:link, #menu li a:visited  {
	color: #212120;
}

#menu li a:hover  {
	border-bottom: 1px solid #4d98dd;
}

#menu .active {
	border-bottom: 1px solid #212120;
}

#spitch {
	margin: 20px 0 40px 0;
}

.spitch {
	width: 880px;
	height: 114px;
	background: url(../images/spitch.png) no-repeat;
}
.spitchtexte {
	display: none;
	font-size: 20px;
	text-align: justify;
}

#real {
	margin: 20px 0 30px 0;
}

.real {
	margin: 20px 0 30px 0;
}

#partie {
	width: 880px;
	margin: 0 0 20px 0;
}

#gene {
	margin: 20px 0 60px 0;
}

.bot {
width: 180px;
margin: 0 20px 0 20px;
float: left;
font-size: 10px;
}

#footer {
	margin: 20px 0 20px 0;
	line-height: 32px;
	font-size: 11px;
}

#admin {
	width: 880px;
	margin: 0 auto;
	float: right;
}

#tweet {
	float: left;
}

.champs {
	border: 1px dotted #cccccc;
}

#message {
	border: 1px dotted #cccccc;
}

.error-message {
	color: #b32d2d;
	background: #ffffff;
}

#adresse {
	display: none;
}

#formulaire {
	background: url(../images/timbre.png) no-repeat 200px 10px;
}

#foot {
	float: right;
	margin-bottom: 20px;
}

ul.gallery {
	width: 880px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
ul.gallery li {
	float: left;
	margin-right: 18px; 
	margin-left: 19px;
	padding: 0;
	text-align: center;
	border: 1px solid #212120;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.gallery li a.thumb {
	width: 180px; /*--Width of image--*/
	height: 180px; /*--Height of image--*/
	padding: 0px;
	
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 180px;
	height: 180px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}
ul.gallery li a {text-decoration: none; color: #777; display: block;}

#backtop {
	text-align: right;
	height: 30px;
	margin-bottom: 20px;
}

