﻿* 
{
	margin : 0;
	padding : 0;
	font-family: Arial,Helvetica,'sans-serif';
	font-size : 12px;
}

Table 
{
	border-collapse : collapse;
}

body 
{
}


#Conteneur 
{
	margin : 0px;
	width : 530px;
}



H1 
{
	font-size : 17px;
	color : #B30000;
	margin-bottom : 8px;
	font-weight :bold;
	border-bottom : 1px solid #B30000;
	padding-bottom : 2px;
	width : 220px;
}


H2 
{
	font-size: 12px;
	font-weight: bold;
	margin: 8px 20px 6px 20px;
	padding: 0px 0px 0px 0px;
	border-bottom : 1px solid #B30000;
	color : black;
}

H3 
{
}

UL 
{
	list-style-type :disc;
	margin : 10px;
	padding-left : 20px;
}

LI 
{
	padding-left : 10px;
}

P 
{
	margin : 5px 0px;
}

a 
{
	color : Black;
}

a.LogoCoo 
{
	background : url(Img/Comptanoo_logo.gif) no-repeat left top;
	line-height : 70px;
	padding-bottom : 20px;
	padding-left : 64px;
	color: White;
	text-decoration : none;
}

div.spacer 
{
	clear : both;
}

div.DisplayNone 
{
	display : none;
}

div.DisplayBlock 
{
	display : block;
}

a.Bouton 
{
	border : 1px solid #FECC00;
	background-color : #FECC00;
	text-decoration : none;
	padding : 1px 4px;
	color : Black;
	line-height : 20px;
	margin-right : 10px;
	border : 1px solid gray;
}

a.Bouton:hover 
{
	background-color : white;
}


/*-------------------------------

	Menu

---------------------------------*/
#Menu 
{
	margin : 10px;
}

#Menu A 
{
	display : block;
	float : left;
	width : 100px;
	background-color : #85898A;
	height : 25px;
	color : white;
	text-align :center;
	text-decoration : none;
	padding-top : 4px;
	margin-right : 10px;
}

#Menu A:hover
{
	background-color : #EEEEEE;

}

/*-------------------------------

	Login

---------------------------------*/

div.Login
{
	float : right;
	font-size : 9px;
}

div.Login a
{	
	color : Black;
}

div.Login a:hover
{	
	text-decoration : none;
}


div.Login INPUT
{
	margin : 0px 5px 0px 5px;
	width : 100px;
}
div.Login div.FormLabel 
{
	width : 80px;
	float : left;
}

div#BoutonsLogin 
{
	text-align : right;
}


/*-------------------------------

	Agenda

---------------------------------*/

div.InfoCreationCompte 
{
	margin : 20px 0px 20px 0px;
}

#Calendrier 
{
	margin-top : 25px;
}

#Calendrier TH
{
	background-color : #B30000;	
	color : White;
}

#Calendrier TD 
{
	border : 1px solid gray;
	width : 50px;
	text-align : center;
	padding : 1px;
}

#Calendrier TD A.Actif
{
	background : url(Img/loupe.gif) no-repeat right top;
	padding-right : 15px;
	text-decoration : none;
	font-weight : bold;
	color : #B30000;
}



#Calendrier TD.lundi, #Calendrier TD.mercredi, #Calendrier TD.vendredi, #Calendrier TD.dimanche
{
}

#Calendrier TR.pair
{
	background-color : #FECC00;
}



#Calendrier TD.MoisPrec A
{
	background : url(Img/prev.gif) no-repeat left 6px;
	color : #BBBBBB;
	padding-left : 10px;
	text-decoration : none;

}

#Calendrier TD.MoisPrec
{
	width : auto;
	border-right : 0px;
	text-align : left;
	padding-left : 4px;

}
#Calendrier TD.MoisCourant
{
	width : auto;
	border-right : 0px;
	border-left : 0px;
	text-align : center;
	font-weight : bold;
}

#Calendrier TD.MoisSuiv
{
	width : auto;
	border-left : 0px;
	text-align : right;
	padding-right : 4px;
}

#Calendrier TD.MoisSuiv A
{	
	background : url(Img/next.gif) no-repeat right 6px;
	color : #BBBBBB;
	padding-right : 10px;
	text-decoration : none;
}

#Calendrier TD.MoisSuiv A:hover, #Calendrier TD.MoisPrec A:hover
{
	text-decoration : underline;	
}

#Agenda .BlocDate div.Date
{
	background-color : #B30000;
	color : White;
	margin : 10px 0px 10px 0px;

}
#Agenda .BlocDate h2
{
	font-weight : bold;
	margin : 4px 0px;
}

#Agenda #Legende 
{
	float : right;
	width : 150px;
	margin-top : 25px;
}


/*-------------------------------

	Formulaire 1

---------------------------------*/

.Formulaire1 INPUT, .Formulaire1 TEXTAREA, .Formulaire1 SELECT {	
	padding : 1px;
}

.Formulaire1 INPUT {
	vertical-align: middle;
}

.Formulaire1 INPUT.radio, .Formulaire1 INPUT.checkbox, 
.Formulaire1 INPUT.GenFormRadio, .Formulaire1 INPUT.GenFormCheckbox,  
.Formulaire1 SPAN.checkbox INPUT
{
	border:none;
	margin-right: 3px;
	margin-left : 6px;
	margin-bottom : 3px;
}

.Formulaire1 DIV.FormLabel {
	width : 180px;
	text-align : right;
	font-weight: bold;
	margin-right : 10px;
	margin-top : 3px;
	margin-bottom : 10px;
	float : left;
	clear : left;
}

.Formulaire1 BR
{
	clear : both;
}

.Formulaire1 DIV.GenFormVC
{
	margin-left : 250px;
}

.Formulaire1 SPAN Label {
	font-weight: bold;
}

.Formulaire1 SPAN.GenFormLibelleCheckbox {
	padding-right : 10px;
	white-space : nowrap;
}

.Formulaire1 SPAN.GenFormLibelleRadio {
	white-space : nowrap;
	padding-right : 10px;
}


.Formulaire1 DIV.FormReadOnly {
	margin-bottom : 0px;
}

.Formulaire1 DIV.FormSeparateur {
	clear : both;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 20px 6px 20px;
	padding: 0px 0px 0px 0px;
	border-bottom : 1px solid #B30000;
	color : black;
}

.Formulaire1 SPAN.GenFormObligatoire
{
	color:#B30000;
	padding-left : 2px;
}

div.Signalement 
{
	margin : 5px 5px 5px 20px;
	color : #B30000;
	
}

/* ----------------------------------------
			DEFAUT
------------------------------------------- */

.demarchesEC
{
	height: 92px;	
	width: 560px;
	margin: 0px auto;
}

.demarchesEC DIV
{
	float: left;
}

.demarchesEC span
{
	color:#FF9900;
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
}

.demarchesEC .encartSeparateur
{
	background: url("img/AO/ec/encart_fleche.jpg") no-repeat scroll 6px 0 transparent;
	height: 100%;
	width: 26px;
}
.demarchesEC .encartUnEC
{
	background: url("img/AO/ec/encart_un.jpg") no-repeat scroll left top transparent;
	height: 100%;
	padding: 10px 5px 0 35px;
	width: 95px;
}
.demarchesEC .encartDeuxEC
{
	background: url("img/AO/ec/encart_deux.jpg") no-repeat scroll left top transparent;
	height: 100%;
	padding: 10px 5px 0 50px;
	width: 147px;
}
.demarchesEC .encartTroisEC
{
	background: url("img/AO/ec/encart_trois.jpg") no-repeat scroll left top transparent;
	height: 100%;
	padding: 10px 12px 0 40px;
	width: 115px;
}

.boutonPublierEC {
	background:url("img/AO/ec/fond_bouton.jpg") no-repeat scroll left top transparent;
	height:74px;
	margin:20px 0;
	padding-top:14px;
	width:556px;
}

.boutonPublierEC .annonceBtnPubEC
{
	color:#214970;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	height:28px;
	text-align:center;
	width:100%;
}

.boutonPublierEC a 
{
	color:white;
	display:block;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	height:100%;
	padding:5px 0 0 156px;
	width:556px;
}

.descriptionEC
{
	width: 556px;
	margin-top:20px;	
}

.syntheseAO
{
	float: left;
	width: 100%;
	padding-left: 25px;
	margin: 10px 0px;
}
.txtAO
{
	float: left;
}
.divBtnPublierEC
{
	float: left;
	width: 100%;
	margin: 10px 0px;
}
.divBtnPublierEC .btnPublierAO
{
	width: 306px;
	height: 30px;
	margin: 0px auto;
}

.divBtnPublierEC .btnPublierAO a
{
	background: transparent url(Img/btPubli.jpg) no-repeat left top;
	width: 263px;
	height: 24px;
	display: block;
	color: White;
	font-weight: bold;
	padding: 6px 0px 0px 43px;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 16px;
}

.Formulaire1 .Bouton2Gauche, .Formulaire1 .Bouton2Gauche
{
	background:url("Img/boutonGauche.gif") no-repeat scroll left top transparent;
	float:left;
	height:26px;
	margin-right:8px;
	padding-left:10px;
}

.Bouton2Gauche .Bouton2Droit
{
	background:url("Img/boutonDroit.gif") no-repeat scroll right top transparent;
	float:left;
	height:26px;
	padding-right:10px;
	padding-top:4px;
}

.Bouton2Gauche .Bouton2Droit a
{
	color:#FFFFFF;
	font-weight:bold;
}

