*,
img
{ 
	margin: 0;
	padding: 0;
	border: 0;
}

body 
{
	font-family: arial, helvetica, sans-serif;
	text-align: center; /* IE centering */
	color: #000;
	font-size: 76%;
	background-image: url('images/bg-body.jpg');
}


h1, h2, h3, h4, h5, h6, p, li, dt, dd,
a:link, a:visited, a:active, a:hover
{
	color:#555555;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}


#outer 
{
	position: relative;
	text-align: left; /* IE centering cancel */
	margin: 0px auto;
	background-image: url('images/bg-shadow.png');
	background-repeat: repeat-y;
	width: 990px;
}

#wrapper
{
	min-height: 520px;
	padding-left: 15px;
}

* html #wrapper
{
    height: 520px;
}

#head
{
    position: relative;
    height: 190px;
	background-image: url('images/bandeau-web.jpg');
	background-repeat: no-repeat;
}

#tools
{
	position: relative;
	float: right;
	width: 145px;
	height: 40px;
	list-style-type: none;
	font-size: 1em;
	margin: 12px 18px 0 0;
	line-height: 10px;
}

#unis
{
	position: absolute;
	bottom: 0px;
	right: 20px;
	height: 18px;
	list-style-type: none;
	font-size: 1em;
	margin-top: 12px;
	line-height: 10px;
}

#head .unis-logos
{
	position: absolute;
	left: 10px;
	bottom: 15px;
	list-style-type: none;
}

#head .unis-logos li
{
	float: left;
	padding: 0 10px 0 10px;
	border-right: 2px solid #b1b1b1;
	height: 35px;
}

#content .unis-logos
{
	list-style-type: none;
	height: 60px;
	margin: 50px 0 60px 0;
}

#content .unis-logos li
{
	float: left;
	padding-right: 35px;
}




#tools li, #unis li
{
	display: inline;

}


#tools a:link, 
#tools a:visited,
#unis a:link, 
#unis a:visited
{
	float: left;
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 10px 0 10px;
	border-left: 1px solid #fff;
}

#tools a:active, 
#tools a:hover, 
#tools a.active:link, 
#tools a.active:visited,
#unis a:active, 
#unis a:hover, 
#unis a.active:link, 
#unis a.active:visited
{
	color: #000;
}


#tools a.first:link,
#tools a.first:visited,
#unis a.first:link,
#unis a.first:visited
{
	padding-left: 0px;
	border-left: none;
}

#tools input 
{
	font-size: 1em;
	text-indent: 5px;
	height: 20px;
	width: 133px;
	margin-top: 8px;
	background-image: url('images/bg-search.png');
	background-repeat: no-repeat;
}

#container
{
	position: relative;
	background-color: #fff;
	min-height: 580px;
	width: 958px;
	border: 1px solid #000;
	background-image: url('images/bg-menu.jpg');
	background-repeat: repeat-y;
}

#left
{
	float: left;
    width: 249px;
}

#content
{
	margin: 12px 0 7em 330px;
	line-height: 1.4em;
	width: 600px;
	color:#555555;
	font-size:1.1em;
}

#content p
{
	margin-bottom: 20px;
	line-height: 20px;
}

#content .copyright
{
    display: none;
}

#copyright
{
    clear: both;
    position: absolute;
    bottom: 0;
	font-size: 1em;
	margin-top: 3em;
    padding-left: 330px;
    padding-bottom: 2em;
}

#content table.standard td
{
    border: 1px solid #777;
    padding: 7px;
}

#content td
{
	border-bottom: 1px solid #777;
	padding-top: 10px;
}

#content li
{
	margin-left: 15px;
}

#content u
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#content #form-special td
{
	border-bottom: none;
	padding-top: 0px;
}

#content #form-special input, #content #form-special textarea
{
	margin-bottom: 3px;
	background-color: #fff;
	font-size: .9em;
	padding-left: 3px;
	color: #444;
	margin-right: 10px;
}

#content #form-special textarea
{
	margin-top: 3px;
}


#menus
{
	position: relative;
	margin-top: 50px;
	list-style-type: none;
	font-size: 1.2em;
	border-right: 1px solid #000;
}


#menus a:link, 
#menus a:visited
{
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 26px;
	border-bottom: 1px solid #fff;
	padding-left: 15px;
}


#menus a:active, 
#menus a:hover, 
#menus a.active:link, 
#menus a.active:visited
{
	color: #658697;
	background-image: url('images/bg-menu-over.png');
	border-bottom: 1px solid #000;
}

#menus a.first:link,
#menus a.first:visited
{
	border-top: 1px solid #fff;
}

#content a:link, 
#content a:visited
{
	text-decoration: underline;

}


#content a:active, 
#content a:hover, 
#content a.active:link, 
#content a.active:visited
{
	color: #9d0d16;
}


#sections
{
	position: relative;
	padding: 10px 0 10px 0;
	list-style-type: none;
	font-size: 1em;
	background-color: #fff;
	background-image: url('images/bg-sections.png');
	background-repeat: no-repeat;
	border-bottom: none;
}

#sections li
{
	display: inline;
}


#sections a:link, 
#sections a:visited
{
	display: block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
    padding-left: 15px;
	border-bottom: none;
}


#sections a:active, 
#sections a:hover, 
#sections a.active:link, 
#sections a.active:visited
{
	text-decoration: underline;
	background-image: none;
	border-bottom: none;
	color: #000;
	line-height: 18px;
}


#langs
{
	margin: 12px 0 0px 15px;
	position: relative;
	height: 40px;
	list-style-type: none;
	font-size: 1em;
	line-height: 1.2em;
}

#langs li
{
	display: block;
	float: left;
	width: 30px;
	text-align: center;
}

#langs a:link, 
#langs a:visited
{
	display: block;
	font-weight: normal;
	text-decoration: none;
	margin-right: 5px;
	padding: 3px;
	line-height: 16px;
	border:1px solid #658697;
	color:#658697;
}

#langs a:active, 
#langs a:hover, 
#langs a.active:link, 
#langs a.active:visited
{
	color: #fff;
	border: 1px solid #fff;
}


* html #content
{
    height: 400px;
}


#logo
{
	position: absolute;
	background-repeat: no-repeat;
	margin: 19px 0 0px 17px;
	overflow: hidden;
	width: 466px; /* ie 6 needs this (don't know why it can't adapt to parent's width */
	height: 67px;
}

#logo a
{
	display: block;
	padding-top: 145px;
}





input, 
textarea
{
	font-size: 1.2em;
	line-height: 1.3em;
	color: #aaa;
	border: 1px solid #555;
	margin-bottom: 1em;
	background-color: #ebebeb;
}



#content h3
{
	font-size: 1.3em;
	color: #658697;
	font-weight: bold;
	margin-bottom: 45px;
}

#content h4
{
	color: #000;
	font-weight: bold;
}

#bottom
{
	position: relative;
	clear: both;
}

#bottom-sh
{
	position: relative;
	text-align: left; /* IE centering cancel */
	margin: 0px auto;
	background-image: url('images/bg-shadow-dw.png');
	background-repeat: repeat-y;
	width: 990px;
	height: 30px;
}

/****** BOX ****/
#content .box h4
{
	text-transform: uppercase;
	font-size: 1em;
	color: #f0f3f8;
	line-height: 2em;
	background-color: #006699;
	margin-bottom: 8px;
	padding-left: 16px;
	background-image: url(arrow.gif) ;
	background-position: 0 3px;
	background-repeat: no-repeat;
}

#content .inner-nav
{
	background-color: #fff;
	float: right;
	width: 195px;
	margin-left: 5px;
}

#content .inner-nav .box ul
{
	padding: 3px 0;
}

#content .box
{
	border: 1px solid #ccc;
	border-bottom: 4px solid #006699;
	margin-bottom: 15px;
}

#content .box ul
{
	padding-left: 0;
}

#content .box li, #content .box dd,
.inner-nav .box li, .inner-nav .box dd
{
	padding-left: 15px;
	font-size: 1em;
	background-image: url(arrow-li.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-bottom: 3px; 
	list-style: none outside;
}

#content .box h4, #content .box h5, #content .box h6, #content .box ul, #content .box dl, #content .box p
{
	margin: 6px;
}

#content .box a
{
	display: block;
	width: 100%; /* ie click everywhere */
	font-size: 1em;
	color: #000;
	padding: .2em 0;
}

#content .box dt
{
	font-weight: bold;
}



