body, input, textarea, select{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12pt;
	color: #606060;
}

body{	background: url("../img/bg.png") repeat-x 0px 100px #ffffff;
	margin: 0;
}

a{
	color: #d00000;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #ff0000;
}

a.button, input.button{
	background: #f00000;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px;
	border: 0;
	border-radius: 5px;
	box-shadow: 0 0 3px #333333;
}

a.button:hover, input.button:hover{
    background: #ff0000;
}

img{
	border:0;
}

h1{
	font-size: 20pt;
	margin: 0;
	padding: 15px;
}

h2{
	font-size: 16pt;
	color: #d00000;
	margin: 0;
	padding-top: 5px;
}

hr{
	border: 1px solid #d0d0d0;
	border-bottom: none;
	margin: 10px 0;
}

input, textarea, select{
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
}

select{
	background: #ffffff;
}

ul{
	list-style-type:none;
}

ul li{
	background: url("../img/puce2.png") no-repeat 0 7px;
	padding: 5px 0 5px 20px;
}

ul ul{
	padding-bottom: 10px;
}

ul ul li{
	background: url("../img/puce.png") no-repeat 0 8px;
	padding: 5px 0 5px 18px;
}

div.menu-container{
	position: fixed;
	width: 100%;
	top: 0;
	background: #e0e0e0;
	box-shadow: 0 0 5px #333333;
}

div.menu{
	width : 900px;
	height: 40px;
	margin: 0 auto;
	border-left: 1px solid #f0f0f0;
}

div.menu div{
	float: left;
	line-height: 40px;
	padding: 0 20px;
	border-right: 1px solid #f0f0f0;
	text-transform: uppercase;
	font-weight: bold;
}

div.menu div:hover{
	background: #f0f0f0;
}

div.menu a{
	color: #606060;
}

div.menu div.selected{
	background: #f0f0f0;
}

div.menu div.selected a{
	color: #d00000;
}

div.menu div.fb-button, div.menu div.fb-button div{
	border: 0;
	padding: 5px 0 0 0;
	float: right;
	line-height: normal;
}

div.menu div.fb-button:hover, div.menu div.fb-button div:hover{
	background: none;
}

div.main-container{
	width : 900px;
	margin: 0 auto 10px auto;
	box-shadow: 0 0 10px #333333;
	border-radius: 5px;
	background-color: #d00000;
}

div.header{
	width : 900px;
	margin: 50px auto 10px auto;
	padding: 5px;
}

div.logo-container{
	padding: 15px 0 10px 0;
}

div.logo-container .logo{
	display: block;
	margin: 0 auto;
}

div.content{
	padding : 10px 10px 0 10px;
	clear: both;
}

div.main-column{
	padding: 20px;
	background-color: #ffffff;
	border-radius: 5px;
	float: left;
	width: 840px;
}

div.main-left-column{
	float: left;
}

div.main-right-column{
	float: right;
}

div.column-50{
	width: 410px;
}

div.footer{
	clear: both;
	padding : 10px;
	height: 12px;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 30px;
}

div.footer div.copy{
	float: right;
	background: url(../img/puceb.png) no-repeat;
	padding-left: 15px;
}

ul.footer-links{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.footer-links li{
	float: left;
	padding: 0 10px;
	border-right: 1px solid #ffffff;
	background: none;
}

ul.footer-links li.last{
	border-right: none;
}

ul.footer-links a{
	color: #ffffff;
}

#contactForm input.text_input, #contactForm textarea.text_input, #contactForm select{
	width: 380px;
}

#contactForm textarea.text_input{
	height: 120px;
}
