@charset "UTF-8";
body {
	background-image: url(../image/interface/fond.png);
	background-repeat: repeat-y;
	background-position:center;
	margin:0px;
	background-color:#cccccc;
}



/* COULEUUUUUR FLASHYYYYYYYY */
.couleur{
color:#0F0;
}



#main{
	margin-right:auto;
	margin-left:auto;
	width:960px;
}

#header{
	margin-top:10px;
	padding-bottom:10px;
	border-bottom-width:medium;
	border-bottom-style:solid;
	border-bottom-color: #000;
}

#footer{
	margin-top:10px;
	padding-top:5px;
	border-top-width:medium;
	border-top-style:solid;
	border-top-color:#000;
	
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	margin-top:2px;
	margin-bottom:5px;
}


#header p{
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin-top:2px;
	margin-bottom:5px;
}

#logo{
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

#accueil{
	width:600px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
margin-top:25%;
}

#logo_accueil{
	margin-left:auto;
	margin-right:auto;
	width:600px;
	border-bottom-width:medium;
	border-bottom-style:solid;
	border-bottom-color: #000;
}

#accueil p{
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	margin-top:2px;
	margin-bottom:5px;
}

#infos{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
		margin-top:20px;
	margin-bottom:25px;
	margin-left:25px;
	margin-right:25px;
}

#menu{
	width:960px;
	height:100px;
	margin-top:20;
	border-bottom-width:medium;
	border-bottom-style:outset;
	border-bottom-color: #000;
}

#listemenu{
	margin-left:auto;
	margin-right:auto;
	list-style-position: inside;
	list-style-type: none;
}

#listemenu .mots{
float:left;
margin-right:25px;
margin-left:25px;
}

#listemenu .blog{
float:right;
margin-right:25px;
margin-left:25px;
}

#listemenu .mots p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

h3{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
};

#content{
	width:480px;
	margin-top:100px;
}


h1,h2{
	font:bold 80% 'helvetica neue',sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	}
	
	
a{
	color:#000;
	text-decoration:none;
	outline:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover{
	color:#67a;
	text-decoration:none;
	outline:none;
}

#menu a:visited{
	text-decoration:none;
}
	
	
.caption{
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color:#887;
}

.demo{
margin-left:auto;
margin-top:auto;
margin-top:2em;
}

.gallery_demo{
	width:960px;
	margin:0 auto;
	display:inline;
}

.gallery_demo li{
	width:68px;
	height:50px;
	border:3px double #111;
	margin: 0 2px;
	background:#000;
}

.gallery_demo li div{
}

.gallery_demo li div .caption{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
	
#main_image{
	margin:0 auto 60px auto;
	width:600px;
	background:#fff;
}


#main_image img{
	margin-bottom:10px;
	text-align: center;
}
	
	
.nav{
	padding-top:10px;
	clear:both;font:80% 'helvetica neue',sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	text-align:center;
}
	

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#infos ul{
	list-style-type: square;
}

#infos li{
	
}

