/* CSS Document */

body {
	margin-top: 40px;
	margin-bottom: 20px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #DB001B;
}
#main {	
	width: 750px;
	min-height: 480px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	height: 272px;
	width: 107px;
	float: left;
}

#page {	
	width: 550px;
	min-height: 480px;
	margin-left: 110px;
}

#contenu {
	width: 550px;
	margin-top: 30px;
	margin-left: 8px;

}

#logo {
	height: 90px;
	width: 107px;
}

#webdesign {
	height: 38px;
	width: 93px;
}
.bold {
	font-weight: bold;
}

.rouge {
	color: #DB001B;
}
.titre {
	font-size: 1.4em;
}
.sous-titre {
	font-size: 1.2em;
}

a, a:hover, a:visited {
	text-decoration: underline;
	color: #DB001B;
}
