/* Website design - created by @rno */

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

#opening
{
	width: 967px;
	background-color: rgb(255, 255, 255);
	margin: auto;
	margin-top: 5px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.logo
{
	width: 869px;
	height: 75px;
	padding-left: 25px;
}

.page
{
	width: 967px;
	background-color: rgb(255, 255, 255);
	height: 500px;
	margin: auto;
}

.news
{
	float: left;
	height: 500px;
	overflow: auto;
	width: 450px;
	font-family: "MyriadPro-It", "Myriad Pro", "Times New Roman", serif;
	color: rgb(88, 77, 77);
	font-size: 85%;
	margin-left: 50px;
}

.slog1
{
	padding-top : 50px;
	margin-left: 510px;
}

.content
{
	background-color: rgb(255,255,255);
	margin: 10px 0 10px 45px;
	float: left;
	width: 850px;
	height: 400px;
	padding-left: 20px;
}


#menu
{
	width: 967px;
	background-color: rgb(255, 255, 255);
	margin: auto;
	height : 20px;
	padding-bottom: 15px;
}

.linelogo
{
	width: 869px;
	height: 5px;
	padding-left: 25px;
}

ul#menu_horizontal li{
font-family: "MyriadPro-It", "Myriad Pro", "Times New Roman", serif;
font-style: italic;
background-color: rgb(255, 255, 255);
display : inline;
padding : 0 0.5em;
}

ul#menu_horizontal {
list-style-type : none; /* Car sinon les puces se placent n'importe oł */
}
	
#footer
{
	width: 967px;
    background-color: rgb(255,255,255);
	color: rgb(88, 77, 77);
    font-family: "MyriadPro-It", "Myriad Pro", "Times New Roman", serif;
    font-size: 70%;
    font-style: italic;
    line-height: 5%;
	margin: auto;
    opacity: 1.00;
    padding: 0px;
    text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
}			

a{
	color: rgb(88, 77, 77);
	text-decoration: none;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
}

