* {
	margin: 0;
	padding: 0;
}
body, html {
	font-family: 	verdana, helvetica, arial, sans-serif;
	font-size: 		12px;
	color: 			#fff;
	background: 	#000;
	text-align: 	center;
}
#page {
	width:  750px;
	margin: 0 auto;
}
span {
	margin: 0;
	padding:0;
	text-align: left;
	font-size: 14px;
	color: #999;
}
a:link		{font-size: 12px; text-decoration:underline; color: #dc1a1a;}
a:hover		{font-size: 12px; text-decoration:none; color: #fff;}
a:visited	{font-size: 12px; text-decoration:underline; color: #dc1a1a;}

/* HEADER**********************************************/

#header {
	width: 750px;
	height: 126px;
	background: url(../images/header.gif) no-repeat;
}
#header_text {
	font-size: 14px;
	padding: 11px 0 0 6px;
	color: #ddd;
}
#flash {
	width: 750px;
	height: 179px;
	background: #000 url(../images/flash.gif) no-repeat;
}
#menu {
	float: right;
	width: 575px;
	height: 22px;
	padding: 0 30px 0 0;
	margin: 76px 0 0 0;
	background: url(../images/menu.gif) no-repeat;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	list-style-type: none;
}

img {
	border: none;	
}
/* CADRE **********************************************/
#cadre {
	float: left;
	background: url(../images/fond.gif) repeat-y;
}
#left {
	float: left;
	width: 523px;
	background: url(../images/left.gif) repeat-y;
}
#left p {
	margin: 0;
	padding: 7px 10px 10px 25px;
	font-family: 	verdana, helvetica, arial, sans-serif;
	font-size: 		11px;
	text-align:		justify;
}
#right {
	float: right;
	width: 227px;
	background: url(../images/right.gif) repeat-y;
}
#right p {
	margin: 0;
	padding: 7px 18px 10px 20px;
	font-family: 	verdana, helvetica, arial, sans-serif;
	font-size: 		11px;
	text-align:		justify;
}

/* FOOTER *********************************************/
#footer a:link		{font-size: 12px; text-decoration:underline; color: #dc1a1a;}
#footer a:hover		{font-size: 12px; text-decoration:none; color: #dc1a1a;}
#footer a:visited	{font-size: 12px; text-decoration:none; color: #dc1a1a;}

#footer span {
	font-family: 	verdana, helvetica, arial, sans-serif;
	font-size: 		12px;
	color: 			#dc1a1a;
	font-weight:	bold;
}
#footer {
	float: left;
	width: 750px;
	height: 40px;
	background: url(../images/footer.gif) no-repeat;
}
#footer p {
	margin: 		0;
	padding: 		11px 0 0 385px;
	font-family: 	verdana, helvetica, arial, sans-serif;
	font-size: 		12px;
	color: 			#000;
	font-weight:	bold;
	text-align: left;
}
#copyright {
	float: left;
	width: 750px;
	height: 40px;
}
#copyright p {
	margin: 		0;
	padding: 		0;
	font-family: 	verdana, helvetica, arial, sans-serif;
	font-size: 		11px;
	color: 			#fff;
	text-align: center;
}

/* GALERIE *********************************************/

#galerie {
	float: left;
	width: 724px;
	padding: 0 0 0 23px;
}

#galerie_photo {
	float: left;
}

#galerie_photo img {
	width: 700px;
	border: 1px solid #fff;
}

#galerie_right {
	float: right;
	width: 227px;
}

.galerie_min_photo {
	float: left;
	padding: 0 7px 5px 0;
}

.galerie_min_photo img {
	width: 133px;
	height: 100px;
	border: 1px solid #fff;
}

/* INPUT ***********************************************/

input, select, textarea {
	border: 1px solid #fff;
	background: #000;
	color: #fff;
}

