﻿body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
	background-color:#0188ca;
}

.fond 
{
	background-image:url('./Images/deliberations_fond.jpg');
	background-repeat:no-repeat;
	width:1280px;
}

.Titre1
{
	font-size: 16px;
	font-weight: bold;
	color: #00a1db;
}

.Titre2
{
	font-size: 13px;
	font-weight: bold;
	color: #525252;
}

.Titre3
{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.Titre4
{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

.petit
{
	font-size: 9px;
}

.erreur
{
	color: Red;
	font-weight: bold;
	font-size: 16px;
}
.erreurTexte
{
	color: Red;
	font-weight: bold;
	font-size: 12px;
}

.fondConseil
{
	background-repeat: no-repeat;
	background-image: url(       './Images/fondConseil.png' );
}

.fondArchives
{
	background-repeat: no-repeat;
	background-image: url(       './Images/fondRecherche.png' );
}

/*.Scrollbar
{
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-background-image: url(  'YOUR IMAGE HERE' );
	scrollbar-3dlight-background-image: url(  'YOUR IMAGE HERE' );
	scrollbar-darkshadow-background-image: url(  'YOUR IMAGE HERE' );
	scrollbar-face-background-image: url(  'YOUR IMAGE HERE' );
	scrollbar-highlight-background-image: url(  'YOUR IMAGE HERE' );
	scrollbar-shadow-background-image: url(  'YOUR IMAGE HERE' );
	scrollbar-track-background-image: url(  'YOUR IMAGE HERE' );
}*/

.NewsTab .ajax__tab_header
{
	font-size: 15px;
	font-weight: bold;
	color: #0188ca;
	text-align: center;
	vertical-align:bottom;
	background-image: url(       './Images/arriere.png' );
	background-position: bottom;
	background-repeat:no-repeat;
}

.NewsTab .ajax__tab_body
{
	background-image: url(       './Images/fond.png' );
	background-repeat: no-repeat;
	width: 1020px;
}

.NewsTab .ajax__tab_active .ajax__tab_inner /* tabultation active */
{
	height: 35px;
	width: 255px;
	background-image: url(       './Images/tabactif.png' );
	background-position: center;
	background-repeat: no-repeat;
	font-size: 15px;
}

.NewsTab .ajax__tab_inner /* tabulation inactive */
{
	height: 35px;
	width: 255px;
	background-image: url(       './Images/tabinactif.png' );
	background-position: center;
	background-repeat: no-repeat;
	font-size: 13px;
}

.NewsTab .ajax__tab_hover .ajax__tab_inner /* souris sur tabulation sélectionnée ou non */
{
	cursor: hand;
	background-image: url(       './Images/tabactif.png' );
	background-position: center;
	background-repeat: no-repeat;
	height: 35px;
	width: 255px;
	font-size: 15px;
}



/*.NewsTab .ajax__tab_outer
{background-color: Green;
}
.NewsTab .ajax__tab_hover .ajax__tab_outer
{
    background-color: Black;
}
.NewsTab .ajax__tab_active .ajax__tab_outer
{
    background-color: Red;
}*/

legend
{
	font-size: 13px;
	font-weight: bold;
	color: #525252;
}
fieldset
{
	border: 1px solid #666666;
	/*padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;*/
}

.curseurMain
{
	cursor: hand;
}

.MyCalendar .ajax__calendar_container
{
	border: 1px solid #0188ca;
	background-color: White;
}

.MyCalendar .ajax__calendar_header
{
	background-color: #0188ca;
	color: White;
}

.MyCalendar .ajax__calendar_body
{
	font-weight: normal;
	color: #0188ca;
}

.MyCalendar .ajax__calendar_today
{
	font-weight: bold;
	color: #0188ca;
}

.MyCalendar .ajax__calendar_hover
{
	background-color: #dfeef3;
}

.MyCalendar .ajax__calendar_active
{
	font-weight: bold;
}

.MyCalendar .ajax__calendar_other
{
	color: Gray;
}