@charset "utf-8";
/* CSS Document */

body { 
	background-color:#0a0a0a;
	background-image:url(Image/bg.png);
	background-position:center;
	background-repeat:no-repeat;
	margin:50px 250px 0 250px;
	}

	.header{ height:60px; text-align:left;}
	
	.navigation {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:10px;
		float:right;
		color:#ce7729;
		}

.bordure { border:dotted 1px #ce7729; border-bottom:none;}

.conteneur {
	height:600px;
	margin:auto;
}

.last_creation {
	width:365px;
	height:503px;
	float:right;
	}
		.freedom_texte {
			font-family:Eras Medium ITC, Georgia, Tahoma;
			font-size:18px;
			color:#CCC;
			text-shadow:0 1px 0 #000;
			}
		
		.freedom_img { border: solid 10px #CCC; }

/*.separation {
	width:2px;
	height:480px;
	margin:auto;
	text-align:center;
	}*/
	
	.presentation {
		width:365px;
		height:200px;
		float:left;
		text-shadow:0 1px 0 #000;
		}

	.welcome {
		font-family:Eras Medium ITC, Georgia, Tahoma;
		font-size:14px;
		color:#CCC;
		text-shadow:0 1px 0 #000;
		}


		.texte {
			font-family:Tahoma, Geneva, sans-serif;
			font-size:11px;
			text-align:justify;
			color:#6a6a6a;
			text-shadow:0 1px 0 #000;
			}
			
		.resaux {
			font-family:Eras Medium ITC, Georgia, Tahoma;
			font-size:14px;
			color:#ce7729;
			border-style:none;
			margin:5px 5px 0 0;
			}

.chat {
	font-style:italic;
	text-decoration:line-through;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:8px;
	margin-top:150px;
}


a { color:#e0dfdf; text-decoration:none; }

a:hover { color:#ce7729; }

