/* é */
*{ margin:0; padding:0; }
	
img { border:none; }

body { background-color:#000000; font-family:arial,verdana,tahoma; text-align: center; font-size:12px; }
	
#container { width:990px; height:100%; margin-left:auto; margin-right:auto; margin-top:4px; border: solid 0px red; }
	#entete { width:990px; height:183px; border: solid 0px red; }
		#logo { float:left; margin:5px 0 0 0px; margin:5px 0 0 0px; border: solid 0px red;}
		#webcam { float:right; margin:5px 0 0 0px; margin:5px 0 0 0px; border: solid 0px red; }

	#global { width:990px; height:1400px; background: transparent url(/img/fond_global.jpg) bottom left no-repeat ; }
		#contenu { width:900px; margin-left:45px; text-align:left; color:#FFFFFF; font-size:16px; border: solid 0px red }
		.entete { font-size:16px; color:#FFCC00; }

	#footer { clear:both; width:990px; height:62px; padding-top:10px; }

.div-cookies-consent { position:fixed; top:30px; left:50%; width:990px; height:400px; padding:10px 10px; margin-top:0px; margin-left:-500px; z-index:100000; text-align:left; background-color:white; overflow-y: scroll; border:1px solid #cccccc; opacity:1; }
	.div-cookies-consent-text { }
		.b-title { font-size:16px; }
		.b-stitle { font-size:14px; }
	.div-cookies-consent-button  { padding:10px 10px; text-align:center; }
		.div-cookies-consent-button-cancel   { margin-right:50px; text-decoration:underline; }
		.div-cookies-consent-button-accept   { text-decoration:underline; }
	
.div-cookie-banner { background-color:white; color:black; text-align:center; padding:5px; font-size:12px; font-family:serif; }
	.a-cookie-banner { color:blue; text-decoration:underline; }
	.a-cookie-banner:hover { color:red; }
