/* Général */
*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
	background: url(../i/sbbg.jpg) repeat-y;
}

body
{
	background: url(../i/sblight.jpg) no-repeat;
	height: 100%;
}

body, td, th
{
	font: normal normal normal 8pt Tahoma, Verdana, sans-serif;
	color: #444;
}

img
{
	border: none;
}

/* Print */
.printOnly,
.logoPrint
{
	display: none;
}

#Print
{
	float: right;
	height: 16px;
	padding: 0 0 0 20px;
	margin-right: 4px;
	background: url(../i/print.gif) 0 50% no-repeat;
}

/* Formulaires */
input, select
{
	font: normal normal normal 8pt Tahoma, Verdana, sans-serif;
	color: #444;
	padding: 2px;
}

/* Haut */
#Top
{
	height: 92px;
	background: url(../i/topmenu.gif) repeat-x;
}

/* Logo */
#Logo
{
	width: 269px;
	height: 92px;
	float: left;
}

/* Partenaires */
#Partners
{
	float: right;
	margin: 10px 10px 0 0;
}

#Partners img
{
	margin-left: 10px;
}

/* Menu haut */
#Top .menu
{
	clear: right;
	float: right;
	width: 400px;
}

#Top .menu ul
{
	list-style: none;
	margin-top: 14px;
	float: right;
}

#Top .menu ul li
{
	display: block;
	float: right;
	height: 26px;
	padding: 4px 0 0 12px;
	margin-right: 12px;
	background: url(../i/topmnusep.gif) no-repeat;
}

#Top .menu ul li.first
{
	background-image: none;
	padding-left: 0;
}

#Top .menu ul li a
{
	display: block;
	float: left;
	height: 17px;
	font: normal normal normal 10.5pt 'Tw Cen MT', 'Century Gothic', Verdana, sans-serif;
}

#Top .menu ul li a:active,
#Top .menu ul li a:link,
#Top .menu ul li a:visited
{
	color: #386B9B;
	text-decoration: none;
}

#Top .menu ul li a:hover
{
	color: #000;
	text-decoration: underline;
}

#Top .menu ul li a.siteMap
{
	padding-left: 24px;
	background: url(../i/icoplan.gif) no-repeat;
}

#Top .menu ul li a.contact
{
	padding-left: 24px;
	background: url(../i/icocontact.gif) no-repeat;
}

/* Header */
#HeaderWrapper .menu ul
{
	list-style: none;
}

#HeaderWrapper .menu ul li
{
	display: block;
	float: left;
	height: 34px;
	background: url(../i/mnusep.gif) 100% 0 no-repeat;
	cursor: default;
}

#HeaderWrapper .menu ul li.connected
{
	display: block;
	float: left;
	height: 26px;
	padding: 8px 20px 0 20px;
	text-align: center;
	font: normal normal normal 11pt 'Tw Cen MT', 'Century Gothic', Verdana, sans-serif;
}

#HeaderWrapper .menu ul li.connected span
{
	font-weight: bold;
}

#HeaderWrapper .menu ul li a
{
	display: block;
	float: left;
	height: 26px;
	padding-top: 8px;
	text-align: center;
	width: 150px;
	font: normal normal normal 10.5pt 'Tw Cen MT', 'Century Gothic', Verdana, sans-serif;
	text-transform: uppercase;
}

#HeaderWrapper .menu ul li a.connection
{
	background: url(../i/icokeys.gif) 50% 6px no-repeat;
	padding-left: 20px;
	width: 40px;
}

#HeaderWrapper .menu ul li a:active,
#HeaderWrapper .menu ul li a:link,
#HeaderWrapper .menu ul li a:visited
{
	color: #444;
	text-decoration: none;
}

#HeaderWrapper .menu ul li a:hover
{
	color: #000;
	text-decoration: underline;
}

/* Moteur de recherche */
#Search
{
	display: block;
	float: right;
	margin: 5px 1px 0 0;
}

.searchBox
{
	border: solid 1px #AEB9BC;
}

.searchButton
{
	width: 22px;
	height: 22px;
	border: none;
	background: url(../i/icosearch.gif) no-repeat;
	cursor: pointer;
	margin-right: 3px;
}

/* Conteneur 
---------------------------
 Et oui ici il s'agit d'un tableau mais les
 navigateurs étant tellement capricieux que
 je n'avais pas tellement le choix...
*/
#Container
{
	border: none;
	border-collapse: collapse;
	width: 100%;
}

/* Sidebar */
#Sidebar
{
	vertical-align: top;
	width: 233px;
	padding: 2px 0 15px;
}

/* Contenu */
#Content
{
	vertical-align: top;
	padding: 15px;
	font-size: 10pt;
}

#WhereAmI
{
	font-size: 11px;
	background: url(../i/dotsh.gif) 0 100% repeat-x;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#WhereAmI .under
{
	margin-bottom: -2px;
}

h1, h2, h3, h4, h5, h6
{
	margin-bottom: 5px;
	margin-top: 5px;
}

h1
{
	font: normal normal normal 17pt 'Tw Cen MT', 'Century Gothic', Verdana, sans-serif;
	color: #386B9B;
	border-bottom: solid 2px #a0b8cf;
}

h2
{
	font: normal normal normal 14pt 'Tw Cen MT', 'Century Gothic', Verdana, sans-serif;
	color: #444;
}

p
{
	margin: 10px 0;
}

address
{
	font-style: normal;
}

a:active,
a:link,
a:visited
{
	color: #386B9B;
}

a:hover
{
	text-decoration: none;
	color: #000;
}

hr
{
	clear: both;
	border: solid 1px #a0b8cf;
}

.rightlink
{
	text-align: right;
}

/* Article et Rubrique */
#ContentText label
{
	display: block;
	float: left;
	width: 150px;
	clear: both;
	margin-top: 4px;
}

#ContentText h1, #ContentText .TitreArticle
{
	font: normal normal normal 15pt 'Tw Cen MT', 'Century Gothic', Verdana, sans-serif;
	color: #386B9B;
}

#ContentText .SousTitreArticle
{
	font: normal normal normal 14pt 'Tw Cen MT', 'Century Gothic', Verdana, sans-serif;
	color: #386B9B;
}

/* #ContentText .Titre = Pas de retour à la ligne*/
#ContentText h2, #ContentText .Titre
{
	font: normal normal normal 13pt 'Tw Cen MT', 'Century Gothic', Verdana, sans-serif;
	color: #386B9B;
}

#ContentText ul li
{
	display: block;
	margin: 0 20px 5px 10px;
	list-style-type: none;
}

.leftDiv
{
	float: left;
	width: 65%;
}

.rightDiv
{
	float: left;
	margin-left: 25px;
}

.rightDiv a
{
	padding: 15px 0 15px 25px;
}
/* ----------- */

#Sidebar a:active,
#Sidebar a:link,
#Sidebar a:visited
{
	color: #444;
	text-decoration: none;
}

#Sidebar a:hover
{
	color: #000;
	text-decoration: underline;
}

#Sidebar span
{
	cursor: default;
}

.underlinelink a:active,
.underlinelink a:link,
.underlinelink a:visited
{
	text-decoration: underline !important;
}

/* GridView */
.gridView
{
	margin-top: 20px;
	width: 100%;
}

.gridView th,
.gridView td
{
	padding: 4px;
	border: solid 1px #ddd;
}

.gridView td.centered
{
	text-align: center;
}

.gridView th,
.gridView td.header
{
	font: normal normal bold 10pt 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	background: #bde url(../i/topmenu.gif) 0 30px;
	color: #386B9B;
}

.gridView p
{
	margin: 0 0 4px;
}

.description
{
	font: italic normal normal 8.5pt 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	color: #777;
}

/* Formulaires */
.form
{
	overflow: hidden;
	margin-bottom: 20px;
}

.form label
{
	clear: both;
	float: left;
	display: block;
	width: 200px;
	margin-top: 5px;
}

.form input,
.form select
{
	float: left;
	margin-top: 5px;
}

.form br
{
	clear: both;
}

.error
{
	font-weight: bold;
	color: #D00;
}

/* Spécifique : Contact */
.contact_groupe
{
	float: left;
	width: 50%;
	padding: 20px 0;
	text-align: center;
}

.contact_arbo
{
    float: left;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

.contact_arbo a
{
	font-size: 14px;
	color: #5BA823;
	text-align: center;
}

.contact_viti a
{
	font-weight: bold;
	font-size: 14px;
	color: #A8236B;
}

.contact_partenaire
{
	clear: both;
}

.contact_partenaire address
{
	padding-bottom: 20px;
}

.contact_partenaire div
{
	float: left;
	width: 70%;
}

.contact_logo
{
	width: 30% !important;
}

/* Spécifique : Agenda */
.agenda_passe
{
	font: italic normal normal 8.5pt 'Trebuchet MS', Verdana, Tahoma, sans-serif;
}

.agenda_titre
{
	font-weight: bold;
}

/* Spécifique : Plan */
.plan_titre
{
	font-weight: bold;
	padding: 2px 10px 2px 2px;
}

.plan_description
{
	font-weight: normal;
	font-style: italic;
	padding: 2px;
}

/* Spécifique : FAQ */
.faq_question
{
	margin-bottom: -10px;
}

/* Spécifique : Moteur de recherche */
.search_head
{
	margin: 10px 0 20px;
}

.search_nbresult
{
	font-style: italic;
}

.search_time
{
	float: right;
	font-size: 11px;
}

.search_title
{
	font-size: 14px;
}

.search_relevance
{
	color: #aaa;
	font-size: 11px;
}

.search_description
{
	color: #444;
}

.search_url a:active,
.search_url a:link,
.search_url a:visited
{
	color: #090 !important;
	text-decoration: none !important;
}

.search_url a:hover
{
	color: #222 !important;
	text-decoration: none !important;
}
