/*************************************** GENERAL ****************************************/

/* Tout le document */
body {
	margin : 15px 0 0 0;
	padding : 0px 0 0 0;
	background-color : #90AABB;
	background-image: url(interface/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#global {
	width: 1000px;
	margin: 0 auto 0 auto;
	height: auto;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 10px 15px 30px 5px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 20px 0 20px 0;
	margin: 0 0 0 0;
	font-weight: normal;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 30px 0 0 0;
}

/* Tout lien dans le document */
a {
	color : #FFFFFF;
	text-decoration : none;
}
/* Tout lien survolé dans le document */
a:hover {
	text-decoration : none;
    color: #333333}

/* Toute image dans le document */
img {
	border : 0px;
}

#webcam {
	width: 724px;
	height: 596px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.fond-webcam {
	background-image:url(images/fond-webcam.png);
	background-repeat:no-repeat;
	width:739px;
	height: auto;
}
