@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,600,800");

* {
	margin: 0;
	padding: 0;
}

body,input,select,textarea {
	font-family: 'Open Sans', sans-serif;
	min-height:25px;
}

body {
	background-color:rgb(103,103,103);
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
}

th,td {
	padding: 0;
}


h2 {
	font-size: 40px;
}

#page {
	width:1000px;
}

.menu {
	margin: 0px 0;
	color: rgb(255,255,128);
	width:1000px;
	font-size: 34px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

#access{
	font-size:22px;
	font-weight:300;
	margin:30px 0;
	color:#rgb(255,255,128);
}

#access a{
	color:rgb(202,202,202);	
	text-decoration:none;
	padding:0px 0;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
}

#access a:hover{
	border-bottom: 2px solid rgb(255,255,128);
}

h2{
	color: #333333;
	height: 30px;
	font-size:24px;
	font-style:italic;
	margin-top:50px;
}

#page .content {
	vertical-align: top;
}

#accueil_text {
	width: 560px;
	margin-left: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 20px;
}

#page .footer {
	height: 115px;
	color: #333333;
	font-size: 12px;
}
#page .footer a{
	color: #333333;
	text-decoration:none;
}
