html,body			{ 
					margin:0; 
					padding:0; 
					border: none; 
					text-decoration: none; 
					width:100%; 
					height:100%; 
					background:#000; 
					font-family: verdana;
					cursor: default;
				}
h2				{ margin : 0 0 0 5px; padding:0; font-family: verdana; font-size:14px; color:#B21F1B }
a, img			{ text-decoration: none; border:none; cursor:pointer }
#main			{ width:100%; height:100% }
#logo			{ 
					position:absolute; 
					left:0; 
					top:0; 
					z-index:1; 
					width:100%; 
					height:152px; 
					text-align:right; 
					background:url(../background.png) right top no-repeat; 
				}
#logoguest		{ 
					position:absolute; 
					left:0; 
					top:0; 
					z-index:1; 
					width:100%; 
					height:239px; 
					text-align:left; 
					background:url(../carte.jpg) right top no-repeat; 
				}
#logo img		{ margin:5px 100px 0 0 }
#logoguest img	{ margin:0 }
#header			{ margin-top:111px; width:100%; border-bottom: 1px solid #B21F1B;  }
#headerguest	{ margin-top:197px; width:100%; border-bottom: 1px solid #B21F1B;  }

#photos			{ 
					width:150px; 
					height:150px; 
					background:#111; 
					border:1px solid #222; 
					padding:10px; 
					margin:5px;
					text-align:center;
					float:left 
				}

#videos			{ 
					width:425px; 
					height:344px; 
					background:#111; 
					border:1px solid #222; 
					padding:10px; 
					margin:5px;
					text-align:center;
					float:left 
				}
#in_main		{ margin: 0 auto; }
#closeWin		{ float:right; font-weight:bold; z-index:2; margin:42px 10px 0 0 }
#closeWinguest	{ float:right; font-weight:bold; z-index:2; margin:135px 10px 0 0 }
#closeWin a		{ color:#B21F1B; text-decoration:none }
#closeWin a:hover{  }
#closeWinguest a		{ color:#B21F1B; text-decoration:none }
#closeWinguest a:hover{  }

#guestdiv		{ width:100%; border-bottom:1px solid #222; background:#111; margin-bottom:1px }
#guestcontent	{ width:700px; padding:5px; color:#ccc }
#guestcontent p.txt	{ font-size:11px }
#navigation		{ }
#form			{ color:#ccc; font-size:11px; font-weight:bold }
.links			{ color:#B21F1B; z-index:10000 }
.links a			{ color:#B21F1B; text-decoration:underline; font-weight:bold }
.links a:hover	{ text-decoration:none; }