/***** Globale *****/
html, body, div, p, h1, h2, h3, hr, ul, li, form, input, select, textarea { border:0; margin:0; padding:0; }
img { border: 0; }
table, td { margin:0; padding:0; }
body {
	font:normal 11px arial, helvetica, sans-serif;
	color:#3E3E3E;
	overflow:auto;
	background:#4A6CA5 url('/img/bg.gif') repeat-x 0px -60px;

	/* #B4C2D9 */

	text-transform:none;
}

div{ background:none; }

a, a:link, a:visited, a:hover, a:active { color:#EE7900; text-decoration:none; }
a:hover { color:#EE7900; text-decoration:underline; }

a.grey, a.grey:link, a.grey:visited, a.grey:hover, a.grey:active { color:#3E3E3E; }

h1 {
	font-size:13px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
	font-size:12px;
	font-weight:bold;
	color:#3E3E3E;
	margin-bottom:5px;
}

hr {
	margin:7px 0px;
	background-color:#B4C2D9; /* Mozilla 1.4 */
	color:#B4C2D9; /* IE 6 */
	border: #B4C2D9; /* Opera 7.11 */
	height: 1px;
}


hr.video {
    background: #CCCCCC;
    background-color: #CCCCCC;
    color: #CCCCCC;
    margin: 20px 17px;
    height: 1px;
}



ul {
	list-style:none;
	margin-top:5px;
}
ul.subnav_on { display:block; }
ul.subnav_off { display:none; }

li {
	margin-bottom:5px;
	line-height:13px;
	padding-left:14px;
	background:url('/img/li.gif') no-repeat 0px 1px;
}

.error,
.message {
	width:auto;
	border:1px solid #B4C2D9;
	background:#fff;
	padding:5px;
	margin:5px;
}

.error{ color:#B70000; }

.bg1 { background-color:#DEE3E8; }
.bg2 { background-color:#FFFFFF; }
.bg3 { background-color:#EAA45C; }

.larger_font{
	font-size: 16px;
}

/* video */
.videodiv {
    width: 220px;
    height: 140px;
    margin: 0 17px;
    float: left;
}
