*,
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('/span/images/bg-body.jpg');
}


h1, h2, h3, h4, h5, h6, p, li, dt, dd,
a:link, a:visited, a:active, a:hover
{
	color: #404040;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

 li{
  color:black;
 }
 
 font {
  color:black;
  font-size: 12px;
 }

#outer 
{
	position: relative;
	text-align: left; /* IE centering cancel */
	margin: 0px auto;
	background-image: url('/span/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('/span/images/bg-header.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('/span/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('/span/images/bg-menu.png');
	background-repeat: repeat-y;
}

#left
{
	float: left;
    width: 249px;
}

#content
{
	margin: 12px 0 7em 330px;
	font-size: 1.3em;
	line-height: 1.4em;
	width: 600px;
	color: black;
}

#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 table.standard *
{
    font-size:12px;
}

#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: #9d0d16;
	background-image: url('/span/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('/span/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;
	color: #ed4d56;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #ed4d56;
	margin-right: 5px;
	padding: 3px;
	line-height: 16px;
}



#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-image: url('/span/images/span.png');
	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: #b10e17;
	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('/span/images/bg-shadow-dw.png');
	background-repeat: repeat-y;
	width: 990px;
	height: 30px;
}

/* bloque des news*/
#news-right
{
	float: 					right;
	width: 					206px;
	margin-left: 			5px;
	min-height:				597px;
	background-color:		#EFEFEF;
}
#news
{
	border: 			0px;
	margin-bottom:		15px;
	padding: 			10px;
}
#news p
{
	font-size:			11px;
	margin:			0px;
	line-height:		1.2em;
	color: 			black;
}

#news .news_date,
#news #news_more a
{
	color:			#909090;
}

#news h2
{
	font-size: 		12px;
	color: 			#BF181F;
	text-transform:		uppercase;
	margin-top:		3px;
	margin-bottom:		15px;
}
#news a
{
	color:	black;
}
#news hr
{
	border-top:	1px solid #909090;
	margin-top:	4px;
	margin-bottom:	4px;
}

/* modif 16 11 2009*/

#menus {
	font-size:	12px;
	font-weight:	bold;
}
#content 
{
		font-size:	12px;
}
#content h3 
{
	font-size:	16px;
}

/* pour permettre de saisir des table sans bordure */
.sansbords td {
	border : 	0px !important;
}

