body {
	background: #ff0000 url(fond.jpg);
	margin: auto;
	background-position:50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FF0000;
	margin:0px;
}

h1, h2, h3 {
	color:#2016e5;
}


p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}


a {
	text-decoration: none;
	color: #323B51;
}

a:hover {
	text-decoration: none;
	color: #20369C;
}


/* Header */

#header { 
	width: 710px;
	height: 150px;
	margin: 0 auto;
	background: url(haut.gif) no-repeat left bottom;
}

/* Logo */

#logo {
	float: left;
	padding: 20px 0 0 15px;
}

img {border:0px;}

#logo h1 {
	float:left;
	margin:-5px 0;
	padding: 0;
	font: italic 36px Trebuchet MS, Arial, Helvetica, sans-serif;
}

#logo h2 {
	
	padding: 5px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #D4C792;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left
	padding-right: 9px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	width: 110px;
	height: 20px;
	margin: 0;
	padding: 10px 0 0 0;
	background: url(onglet.gif);
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background-image: url(ongletHoover.gif);
	color: #B20C91;
}

/* Page */

#page {
	width: 810px;
	margin: 0 auto;
	background: url(corps.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 388px;
	padding: 30px 0 0 35px;
}

#content h1, #content h2, #content h3 {
	margin-bottom: 20px;
}

#content h1 {
	font-size: 136%;
}

#content h2 {
	font-size: 107%;
}

#content h3 {
	font-size: 92%;
}

#content ul, #content ol {
	list-style-position: inside;
}

#content .boxed {
	float: left;
	width: 46%;
	padding-right: 2%;
}

#content .boxed h2 {
	padding: 5px 0;
	background: url(img5.jpg) repeat-x left bottom;
}

/* Welcome */

#welcome {text-align:center;
}

/* bio */

#bio {font-size:95%; color: #2016e5;list-style: none;
}

#bio ul {font-size:95%; color: #2016e5;text-align:center;
}
/* Hosting Services */
#hostingServ {font-size:95%; color: #2016e5;text-align:center;
}
#hostingServ li{font-size:95%; color: #2016e5;text-align:center;
}

/* Sidebar */

#sidebar {font-size:126%;
	float: right;
	width: 208px;
	padding: 0 35px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
	padding: 20px 0;
}

#sidebar li ul {background: url(ligneDoree.gif) no-repeat;
}

#sidebar li li {
	margin: 0;
	padding: 7px 20px;
	border: none;
}

#sidebar h2 {
	padding: 5px 10px;
	
	font-size: 110%;
	color: #410BF0;
}

#sidebar h3 {
	font-size: 77%;
	color: #D4C792;
}

#sidebar p {text-align:center;
	margin: 0px;
	line-height: normal;
	color: #0099CC;
}

#sidebar a {text-align:center; 
	border: none; 
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}

#sidebar a:hover {
	text-decoration: underline; color:#CC0022;
}

/* Submenu */

#submenu {text-align:center; font-size: 100%; 
}

/* Multimedia */

#multimedia a {
	font-size: 105%;
}
#hosting {
	
	font-size: 105%;
	list-style: none;
}
/* Footer */

#footer {
	width: 710px;
	height: 60px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(images/bas.gif) no-repeat;
	color: #fff;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 100%;
}

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

#footer a:hover {
	text-decoration: none;
}
.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #a7a8e6;
padding: 5px;
left: -1000px;
border: 1px solid blue;
visibility: hidden;
color:#b20c91;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
font-weight:bold;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 165px;
left: -20px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


