/*
 * @Default class style
 * @author : JeremyPetrequin
 */

.none {display:none;}
.max {
	width:100%;
}
 /*text position */
.center {
	text-align:center;
}

.right {
	text-align:right;
}

.justify {
	text-align:justify;
}

/* float */
.fleft {
	float:left;
}

.fright {
	float:right;
}

.clear {
	clear:both;
}

/* @group IE 6, Erreur 404 by Adrien Heury*/
.fuckIE6 {
    
	text-align: center;
}

.fuckIE6 .container {
    background:white;
	margin: -10px auto 10px auto;
	padding: 20px;
	width: 550px;
	color:black;
}

.errorPage .container {
	margin: -10px auto 10px auto;
	padding: 20px;
	width: 550px;
}

.fuckIE6 .container .contenu, .errorPage .container .contenu {
	background: #fff;
	padding-top: 20px;
	border-radius: 2px;
	color:black;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	-webkit-box-shadow: 0 1px 2px #bbb;
}

.errorPage .container .contenu h2 {
	text-align: center !important;
	font-size: 80px;
}

.fuckIE6 .container .contenu .accroche, .errorPage .container .contenu .accroche {
	padding: 0 20px 20px 20px;
	margin: 0;
}

.fuckIE6 .container .contenu .explication, .errorPage .container .contenu .explication {
	padding: 10px 0 10px 0;
	margin: 0;
}

.fuckIE6 .container .browsers {
	list-style: none;
	margin: 0;
	margin-left:100px;
	padding: 0 0 10px 0;
	width: 500px;
	height: 120px;
}

.fuckIE6 .container .browsers li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

.fuckIE6 .container .browsers li a {
	display: block;
	width: 120px;
	height: 130px;
	float: left;
	background: url(../img/browsers.png) no-repeat 0 0;
	position: relative;
	margin: 0 1px 0 0;
	cursor: pointer;
	border: 1px solid #eee;
}

.fuckIE6 .container .browsers li a:hover {
	text-decoration: none;
}

.fuckIE6 .container .browsers li a span {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
}

.fuckIE6 .container .browsers li.safari a {
	background-position: 10px 0;
}

.fuckIE6 .container .browsers li.firefox a {
	background-position: -190px 0;
}

.fuckIE6 .container .browsers li.chrome a {
	background-position: -90px 0;
}

.fuckIE6 .container .browsers li.navigateurBidon a {
	background-position: -290px 0;
	margin: 0;
}

/* @end */

/* specific for each project */
body .last, body #menu ul li a.last, body #footer ul li a.last {
	border:none;	
}

.wrapper {
	width:600px;
	margin:auto;
        overflow: hidden;
}

.padding {
	padding:20px;
}

.margin {
	margin:20px;
}


