html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body,td,th {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #000;
}
body {
	background: #239bd1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border: 0;
}

/* GENERAL RULES */

#All {
	width: 1000px;
}

#Header, #Header img {
	width: 1000px;
	height: 167px;
	text-align: center;
}

#Content {
	width: 1000px;
	height: 426px;
	text-align: center;
}

#Footer {
	position: relative;
	width: 1000px;
	height: 107px;
	text-align: center;
	margin-right:18px;
	z-index: 0;
}

#Signature {
	position: absolute;
	right: 0px;
	bottom: 5px;
	margin-top: -10px;
	padding-right: 25px;
}

#Alerte_OLD {
	text-align: left;
	z-index: 10;
	position: absolute;
	top: 10px;
	right: 45px;
	width: 310px;
	height: 40px;
	padding: 10px;
	border: 1px solid #076AAE;
}

#Alerte {
	text-align: left;
	z-index: 10;
	position: absolute;
	top: 10px;
	right: 65px;
	width: 330px;
	height: 60px;
	border: 1px solid #076AAE;
}

#Alerte form {
	padding: 10px;
}

#Alerte h1 {
	line-height: 12px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #076AAE;
}

#Demande_OLD {
	text-align: left;
	z-index: 10;
	position: absolute;
	top: 10px;
	right: 50px;
	width: 300px;
	height: auto;
	border: 1px solid #076AAE;
	background: white;
	padding: 10px;
}

#Demande {
	text-align: left;
	z-index: 100;
	position: absolute;
	top: 6px;
	right: 50px;
	width: 422px;
	height: auto;
	border: 1px solid #076AAE;
	background: white;
}

#FormAlerte {
	padding: 0 10px;
}


#Demande h1 {
	line-height: 12px;
	font-size: 12px;
	color: #076AAE;
}

#Demande li {
	list-style-type: none;
}

/* HOME RULES */

#Screen {
	position: absolute;
	text-align:right;
	top: 170px;
	width:450px;
	margin-top: 60px;
	z-index: 100;
	
}

#ListeVideos {	
	text-align: left;
	margin-top:20px;
	width: 335px;
	height: 213px;
	overflow: auto;
	margin-left: 86px;
	.margin-left:569px;
	
	
		
}

div.Video {
	text-align: left;
	width: 315px;
	margin-bottom: 15px;
}

div.Float {
	position: absolute;
	top: 0px;
	left: -35px;
	width: 93px;
	height: 98px;
}
div.Info {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 280px;
}
div.Video p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: justify;
}
h1 {
	line-height: 13px;
	font-size: 12px;
	color: #000;
	font-weight:normal;
}
div.Video span {
	font-size: 18px;
	font-weight: bold;
	color: #076AAE;
}

/* SUITE RULES */

#Frame {
	z-index: 1;
	margin-left: 2px;
}

#DivRetour {
	position: relative;
}

#Retour {
	z-index: 2;
	position: absolute;
	top: -20px;
	left: 80px;
}

#Retour2 {
	z-index: 2;
	position: absolute;
	top: -33px;
	left: 62px;
}

#Retour a {
	color: #076AAE;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

/* LOGIN EXTRACT */

#divContent {
	padding: 20px 100px;
}

#Login {
	margin-top: 40px;
	padding: 10px;
	background: white;
	border: 1px solid #036AAF;
}

#Login th {
	font-weight: bold;
	line-height: 25px;
}

#Login td {
	padding: 0 10px;
}

#Form {
	padding: 10px 0;
}

#Form th {
	padding: 5px 10px;
	font-weight: bold;
	line-height: 25px;
}

#Form td {
	padding: 0 10px;
}

