body {
	background:#000000;
	background-image:url(../images/bg3.png);
	background-repeat:repeat-x;
	color:white;
	text-align:center;
	font-family:Georgia,"Trebuchet MS",Serif;
	}

a {
	color:silver;
	}

a:hover {
	color:white;
	}

a.menu {
	color:white;
	text-decoration:none;
	font-size:18px;
	}
	
a.menu:hover {
	color:silver;
	}
	
div.container {
	margin:auto;
	width:950px;
	}
	
div.title {
	margin:2px;
	float:left;
	width:182px;
	}
	
div.main {
	margin:2px;
	float:right;
	width:750px;
	}
	
div.content {
	margin:0px;
	clear:both;
	min-height:250px;
	}
	
div.menu {
	background:url(../images/bgmenu.png);
	width:700px;
	height:30px;
	clear:both;
	margin:15px auto;
	text-align:center;
	}
	
div.footer {
	border-top:1px dotted silver;
	margin:10px auto;
	width:100%;
	clear:both;
	}
	
div.links {
	margin:10px auto;
	padding:5px;
	width:70%;
	font-size:20px;
	}	
	
div.invisible {
	display:none;
	}	
	
div.divImages {
	display:block;
	}	
	
div.smallTitle {
	text-align:left;
	border-bottom:silver dotted 1px;
	margin:5px;
	padding:2px;
	font-size:16px;
	}	
	
a.mainImage {
	text-decoration:none;
	margin:5px 5px;
	width:200px;
	height:200px;
	line-height:200px;
	color:white;
	font-size:26px;
	background:url('../images/carre.png');
	display:block;
	float:left;
	}

table {
	margin:auto;
	}

table.menu {
	height:100%;
	width:100%;
	text-align:center;
	}

div.commandes {
	background:url(../images/mainblog.png);
	background-repeat:no-repeat;
	font-size:18px;
	margin:10px auto;
	min-height:100px;
	padding-top:15px;
	width:700px;
	}
	
img.album {
	margin:10px;
	border:1px white solid;
	padding:2px;
	}
	
img.post {
	display:block;
	margin:5px auto;
	text-align:center;
	border:1px white dotted;
	padding:2px;
	}
	
img.link, img.clicicon {
	border:0px;
	vertical-align:bottom;
	}

