/*

Theme Name: PROTech
Theme URI: http://www.protech-airsoft.ch
Description: Thème principal de protech-airsoft.ch
Version: 1.0
Author: Quentin Mathey
*/

body {
	background-color:black;
	background-image:url(template/bg.gif);
	color:white;
	font-family:Verdana;
	font-size:12px;
	padding:0;
	margin:0;
	text-align:center;
}
#page {
	margin : 0 auto 0 auto;
	width:900px;
	text-align:left;
}
#banner {
	margin-top:20px;
	width:890px;
	height:302px;
	background-image:url(template/ban_bg.png);
	background-repeat:no-repeat;
}
#banner_logo {
	position:absolute;
	margin-left:37px;
	margin-top:20px;
	width:157px;
	height:24px;
	background-image:url(template/logo_protech.png);
}
#banner_content{
	position:absolute;
	width:870px;
	margin-top:20px;
	text-align:right;
	padding-right:20px;
}
#banner_img{
	margin-top:100px;
	margin-left:13px;
	position:absolute;
	width:866px;
	height:190px;
	text-align:center;
}
#main_content {
	clear:both;
}
#menu {
	float:left;
}
#menu li {
	list-style:none;
	text-decoration:none;
	font-size:14px;
	color:white;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom:10px;
}

#content {
	min-height:300px;
	margin-left:250px;
	width:636px;
	text-align:justify;
}
#footer{
	text-align:center;
	font-size:9px;
	background-image:url(template/footer.png);
	background-repeat:repeat-x;
	padding-top:16px;
}
/*   HTML  */
a {
	color:white;
	text-decoration:none;
	font-weight:bold;
	border:none;
	
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
/*   Utilitaire   */
.spacer {
	height:10px;
	display:block;
}
