﻿html,body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	text-align: center;
	background-color: #000000;
	background-repeat:no-repeat;

	scrollbar-face-color:#833873;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #833873;

	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
    color: #FFFFFF;
	overflow: auto;
}

.violet {color: #78175e;}
.violet_trans{color: #833873;}
.rose{color: #FF0099;}
.jaune {color: #FFCC00;}
.bleu_clair{color: #5eb2e7;}
.bleu_fonce{color: #182976;}

.fond_violet_trans{
    background-color: #833873;
}


#divMain
{
	position :absolute;
	width:950px;
	height:602px;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -300px;
	text-align:left;
	border:1px solid #FFFFFF;
}


#divGauche
{
	float: left;
	width:352px;
	height:602px;
	background-image: url(/ete2009/images/fond_gauche.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-align:left;
	vertical-align:top;
}

#divDroite{
	height: 592px;
	width: 588px;
	float: right;
	background-color: #78175e;
	padding: 5px;
	overflow: auto;
}

#divTitre{position: absolute; left: 78px; top: 5px; text-align: center;}

#divMenu{
	position: absolute; left: 167px; top: 210px; height: 275px; width: 180px;
	font-family: arial;
	font-style:normal;
	font-variant:small-caps;
	font-weight:bold;
	font-size: 18px;
	color: #000000;
	background-image: url(images/degrade_blanc.png);
	background-repeat: repeat;
	padding-left: 10px;
}

#divLogo_mairie{position: absolute;left: 5px; bottom: 5px;}

#divLienPortail{position: absolute;left: 113px; top: 580px;}

#divTelephone{position: absolute; left: 90px; top: 525px;}

#divBandeau_legal{position: absolute; right: 5px; bottom: -15px; font-size: 10px; color: #C0C0C0;}

#liste_actus{
	position: absolute;
	width: 250px;
	background-color: #833873;
	border: solid 1px #FFFFFF;
}

#liste_actus a{color: #FFFFFF;}
#liste_actus a:hover{color: #FF0099;}

#actualites_contenu
{
	background-image: url(images/degrade_blanc.png);
	background-repeat: repeat;
	text-align: center;
	margin-right:25px;
	height: auto;
	margin-top: 50px;
	margin-bottom: 25px;
}

.commentaire{
	font-size: 10px;
	font-style: italic;
}

.cadre_rollover{
	border: solid 1px #FFFFFF;
}

.cadre_rollover:hover{
	border: solid 1px #000000;
}

.alpha_over_75{
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.alpha_over_75:hover{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.alpha_over_50{
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.alpha_over_50:hover{
	filter: alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity: 0.50;
}

.alpha_over_25{
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.alpha_over_25:hover{
	filter: alpha(opacity=25);
	opacity: 0.25;
	-moz-opacity: 0.25;
}

.pointeur_link{ cursor: pointer;}

.cadre_exterieur_noir{padding: 5px 0;background: #833873;}

.cadre_interieur_blanc{
	text-align: center;
	background-image: url(images/degrade_blanc.png);
	background-repeat: repeat;
	border-left:  solid 1px #833873;
	border-right: solid 1px #833873;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}
.dateChiffre {
	font-size: 24px;
	font-weight: bold;
}
.dateMois {
	font-size: 20px;
}
.dateHeure {
	font-size: 16px;
}

.divDate{
    border-left: solid 2px #FFFFFF;   
    padding-left: 2px;
}

.slider_photo{
	background-color : #FFFFFF;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
	color: #78175e;
	float: none;
	clear: both;
}

#divNavBarGauche
{
    position: absolute; z-index: 10; left: 357px; top: 0px; width: 75px; height: 100%;
}

#divNavBarDroite
{
    position: absolute; z-index: 10; left: 875px; top: 0px; width: 75px; height: 100%;
}

.lnkNavGauche
{
    position: absolute; visibility: hidden; display: block; width: 100%; height: 100%; background-image: url(images/degrade_blanc.png); background-repeat: repeat;    
}

.lnkNavDroite
{
    position: absolute; visibility: hidden; display: none; width: 100%; height: 100%; background-image: url(images/degrade_blanc.png); background-repeat: repeat;
}

td.jour_on a{
    color: #FFFFFF;    
}

td.jour_on:hover{
    background-color: #FFFFFF;
}
td.jour_on:hover a
{
    background-color: #FFFFFF;
    color: #78175e;    
}

a.blanc{color: #FFFFFF; text-decoration: none;}
a.blanc:hover{color: #FFFFFF; text-decoration: underline;}

span.gratuit{
	display:inline;
	margin-left: 10px;
	width: 80px;
	height: 20px;
	padding: 3px;
	text-align: center;
	background-color: #FFFFFF;
}