@import url('reset.css');
/* General Demo Style */
body{
    background:#ececec /*url(../images/mooning.png) repeat top left*/;
	color: #333;
	font-family: 'Tahoma', Arial, sans-serif;
	font-size: 13px;
}
.container{
	position:relative;
}

.clr{
	clear: both;
}
.content{
	position:relative;
}
.content p{
	font-size:16px;
	color:#191919;
    font-family:Georgia, serif;
}
.ttthoma{
	font-family: 'Tahoma', Arial, sans-serif;
}
.bleu {
margin-left:10px;
	color:#1967e8;
	font-size:16px;
}
.rouge {
margin-left:10px;
	color:#ff4f4f;
	font-size:16px;
}
.brun {
margin-left:10px;
	color:#a28b5e;
	font-family:'Arial Narrow', Arial, sans-serif;
	font-size:16px;
}

.bleuc {
	color:#3581ff;
	font-family:'Tahoma', Arial, sans-serif;
	font-size:16px;
}
.rougec {
	color:#cf4747;
	font-family:'Tahoma', Arial, sans-serif;
	font-size:16px;
}
.noirc {
	color:#1e1e1e;
	font-family:'Arial Narrow', Arial, sans-serif;
	font-size:14px;
}


.espace {
margin-left:10px;
font-size:16px;
}
.separator {
	border-bottom:2px solid #999;
	width:440px;
	margin-left:440px;
	margin-top:20px;
	margin-bottom:20px;
}
.information {
	margin:0 auto;
	width:1000px;
}
.information h4{
	font-size:16px;
	color:#000;
}
.information p{
	font-size:16px;
	color:#000;
}

.mini p {
margin:0 auto;
width:1000px;
font-size:10px;
}
h1{
	margin:0px;
	padding:20px;
	font-size:32px;
	color:#000;
	text-align:center;
	font-weight:400;
	font-family: 'Tahoma', Arial, sans-serif;
}
.gestclefsoush1 {
display:block;
	font-size:14px;
	color:#666;
    font-style:italic;
    font-family:Georgia, serif;
	padding-top:5px;	
}
h2 {
font-size:15px;	
}
h1 span{
    display:block;
	font-size:14px;
	color:#666;
    font-style:italic;
    font-family:Georgia, serif;
	padding-top:5px;
}
/* Header Style */
.header{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	background: #9e3037;
	opacity: 0.9;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}

.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #fff;
	font-size:14px;
	display: block;
	float: left;
}
.header a:hover{
	color: #ffacb2;
}
.header span.right{
	float: right;
	color: #fff;
}

.header span.right a{
	float: none;
	display: inline;
}
.header h1  {
	font-family: "Terminal Dosis",Arial,sans-serif;
	color:#fff;
	text-align:center;
	font-style:normal;
}
.more{
	position:relative;
	clear:both;
    font-size: 11px;
    padding: 20px 0px;
    text-transform:uppercase;
    width: 390px;
    height:55px;
    margin: 0 auto;
}
.more ul{
	display:block;
	text-align:center;
}
.more ul li{
	display: block;
    padding: 4px 2px;
    float:left;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#0099c5;
	color:#fff;
	text-shadow:none;
    font-weight:bold;
}
.more ul li a{
	color:#555;
    float:left;
	background:#fff;
    width:64px;
	padding: 2px 5px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#000;
	color:#fff;
}
