/*BODY PAR DEFAUT*/
BODY	{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin : 0px;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	background-color : #F5DA8C;
	color : #000000;

	scrollbar-face-color: #F5DA8C;
	scrollbar-shadow-color: #2A314C;
	scrollbar-3dlight-color: #9AB6C4;
	scrollbar-highlight-color: #2A314C;
	scrollbar-darkshadow-color: #20253A;
	scrollbar-track-color: #20253A;
	scrollbar-arrow-color: #ffffCC;

	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	padding-bottom : 0;
}

/*
couleurs ZONE 2007
------------------
*/
/* body particulier pour cette zone */
.body2007 {
	background-color : #F5DA8C;
}
/* couleur de fond du pourtour du site */
.fond2007bords {
	background-color : #ff0000;
}
/* couleur de fond du centre du site */
.fond2007centre {
	background-color : #ccffcc;
}
/* couleur de fond du centre des blocs textes */
.bloc2007fondcentre {
	background-color : #eeeeee;
}
/* couleur de fond du haut des blocs textes */
.bloc2007fondhaut {
	background-color : #cccccc;
}
/*texte dans les blocs*/
.bloc2007texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
/*titre de la rubrique dans l'encadré en haut des contenus*/
.zone_titre2007 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
/*titre de la sous rubrique dans l'encadré en haut des contenus*/
.zone_sstitre2007 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
/*LIENS en general*/
A.lien2007, A.lien2007:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #7F3626;
	/*background-color: #AD88FA;*/
	text-decoration: none;
}
A.lien2007:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #AD88FA;
	background-color: #000000;
	text-decoration: underline;
}
/*TABLEAUX en général*/
TABLE.tableau2007 {
	width: 95%;
	bordercolor: #cccccc;
	background-color: #cccccc;
}
TD.cell2007 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : #ffffff;
	color : #000000;
	font-weight: normal;
}
/*Bas de page*/
.basdepage2007 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight: normal;
}
.log_visites2007 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #F5DA8C;
	font-weight: normal;
}
/*
fin ZONE 2007
----------------
*/

/*
couleurs ZONE 1
---------------
*/
/* body particulier pour cette zone */
.body1 {
	background-color : #AD88FA;
}
/* couleur de fond du pourtour du site */
.fond1bords {
	background-color : #ff0000;
}
/* couleur de fond du centre du site */
.fond1centre {
	background-color : #ccffcc;
}
/* couleur de fond du centre des blocs textes */
.bloc1fondcentre {
	background-color : #eeeeee;
}
/* couleur de fond du haut des blocs textes */
.bloc1fondhaut {
	background-color : #cccccc;
}
/*texte dans les blocs*/
.bloc1texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
/*titre de la rubrique dans l'encadré en haut des contenus*/
.zone_titre1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
/*titre de la sous rubrique dans l'encadré en haut des contenus*/
.zone_sstitre1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
/*LIENS Menus gauche*/
A.menu1, A.menu1:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
A.menu1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
/*LIENS en general*/
A.lien1, A.lien1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #AD88FA;
	text-decoration: underline;
}
A.lien1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #AD88FA;
	background-color: #000000;
	text-decoration: underline;
}
/*TABLEAUX en général*/
TABLE.tableau1 {
	width: 95%;
	bordercolor: #cccccc;
	background-color: #cccccc;
}
TD.cell1 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : #ffffff;
	color : #000000;
	font-weight: normal;
}
/*Bas de page*/
.basdepage1 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight: normal;
}
.log_visites1 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #AD88FA;
	font-weight: normal;
}
/*
fin ZONE 1
----------------
*/

/*
couleurs ZONE 2
---------------
*/
/* body particulier pour cette zone */
.body2 {
	background-color : #FFFF00;
}
/*LIENS en general*/
A.lien2, A.lien2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFF00;
	text-decoration: underline;
}
A.lien2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFF00;
	background-color: #000000;
	text-decoration: underline;
}
/*Bas de page*/
.basdepage2 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight: normal;
}
.log_visites2 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFF00;
	font-weight: normal;
}
/*
fin ZONE 2
----------------
*/

/*
couleurs ZONE 3
---------------
*/
/* body particulier pour cette zone */
.body3 {
	background-color : #FFC000;
}
/*LIENS en general*/
A.lien3, A.lien3:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFC000;
	text-decoration: underline;
}
A.lien3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFC000;
	background-color: #000000;
	text-decoration: underline;
}
/*Bas de page*/
.basdepage3 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight: normal;
}
.log_visites3 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFC000;
	font-weight: normal;
}
/*
fin ZONE 3
----------------
*/

/*
couleurs ZONE 4
---------------
*/
/* body particulier pour cette zone */
.body4 {
	background-color : #FFAA00;
}
/*LIENS en general*/
A.lien4, A.lien4:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFAA00;
	text-decoration: underline;
}
A.lien4:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFAA00;
	background-color: #000000;
	text-decoration: underline;
}
/*Bas de page*/
.basdepage4 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight: normal;
}
.log_visites4 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFAA00;
	font-weight: normal;
}
/*
fin ZONE 4
----------------
*/

/*
couleurs ZONE 5
---------------
*/
/* body particulier pour cette zone */
.body5 {
	background-color : #FF8C00;
}
/*LIENS en general*/
A.lien5, A.lien5:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FF8C00;
	text-decoration: underline;
}
A.lien5:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FF8C00;
	background-color: #000000;
	text-decoration: underline;
}
/*Bas de page*/
.basdepage5 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight: normal;
}
.log_visites5 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FF8C00;
	font-weight: normal;
}
/*
fin ZONE 5
----------------
*/

/*
couleurs ZONE 6
---------------
*/
/* body particulier pour cette zone */
.body6 {
	background-color : #FF4503;
}
/*LIENS en general*/
A.lien6, A.lien6:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FF4503;
	text-decoration: underline;
}
A.lien6:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FF4503;
	background-color: #000000;
	text-decoration: underline;
}
/*Bas de page*/
.basdepage6 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight: normal;
}
.log_visites6 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FF4503;
	font-weight: normal;
}
/*
fin ZONE 6
----------------
*/

/*
couleurs ZONE 7
---------------
*/
/* body particulier pour cette zone */
.body7 {
	background-color : #000000;
}
/*LIENS en general*/
A.lien7, A.lien7:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: underline;
}
A.lien7:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: underline;
}
/*Bas de page*/
.basdepage7 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #cccccc;
	font-weight: normal;
}
.log_visites7 {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight: normal;
}
/*
fin ZONE 7
----------------
*/

img {
	border:none;
}

/*
PHOTOS :
----------------
*/
.photoalb_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.photoalb_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.photo_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-align: left;
	text-decoration: none
}
.photo_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	text-decoration: none
}
.photo_vignette { 
	cursor: hand;
	border : 0px solid #dddddd;
}
.photo_grande {
	align : center;
	border : 0px solid #ff0000;
}
/*
fin PHOTOS
*/

/*
TIP
*/
img.tip {
	cursor: pointer;
}
#TipContainer {
    position:   absolute;
    z-index:    99;
    width:      300px;
    height:     100px;
    overflow:   auto;
    visibility: hidden;
    background-color: #ffffcc;
    color:            #006600;
    border:           1px solid #000000;
    padding:          5px;
    font-family:      Verdana, Arial, Helvetica, sans-serif;
    font-size:        10px;
}
/*
fin TIP
*/

DL { border:0px;}

.texte8  {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #000000}
.texte10  {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000; text-align: justify}
.texte12b {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #000000}
.texte14b {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #000000}

.lienviolet10  {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #AD88FA; text-align: justify; text-decoration: none; border-style: none}
lienviolet10:visited  {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #AD88FA; text-align: justify; text-decoration: none}

.liennoir10  {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000; text-align: justify; text-decoration: underlined; border-style: none}
liennoir10:visited  {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #000000; text-align: justify; text-decoration: none}

ul {list-style-image: url(/images/puce_violet.gif); text-indent: -3pt}

.titre {
	border: #BBBBBB 0px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 5px;
	font-family: Roggenkamp, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.sstitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.important-gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

.important-site {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #EC821E;
}

.stabylo-jaune {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #ffff00;
}

.stabylo-site {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #EC821E;
}

.encadre-gris {
	border: #999999 1px solid;
	padding-right: 2px;
	padding-left: 2px;
}

.encadre-site {
	border: #EC821E 1px solid;
	padding-right: 2px;
	padding-left: 2px;
}

A.editeur, A.editeur:visited {
	/*border: #000000 1px solid;*/
	padding-right: 2px;
	padding-left: 2px;
	color: #DB2E07;
	/*font-size: 12px;*/
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #cccccc;*/
	font-weight: bold;
	text-decoration: none;
}
A.editeur:hover {
	/*border: #000000 1px solid;*/
	padding-right: 2px;
	padding-left: 2px;
	color: #AD88FA;
	/*font-size: 12px;*/
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/* styles de la liste des styles dans l'editeur :
 * repiqué de editor2/editor/skins/default/fck_contextmenu.css

 */

/*cadre du menu clic droit*/
.CM_ContextMenu
{
	border: 1px solid #8f8f73;
	padding: 2px;
	background-color: #FFFFFF;
}

/*souris sur ligne du clic droit*/
.CM_Over
{
	color: #ffffff;
	background-color: #8f8f73;
}

/*menu déroulant des styles*/
.SC_Item, .SC_ItemSelected
{
	margin-top: 2px;
	margin-bottom: 2px;
	background-position: left center;
	padding-left: 11px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: #dddddd 1px solid;
}

.SC_ItemSelected
{
	border: #ff0000 1px solid;
	background-color: #555555;
	background-image: url(toolbar.arrowright.gif); /*image dans rep actuel du css*/
}

.SC_ItemOver
{
	background-color: #555555;
	border: #ff0000 1px solid;
}

/* couleur par defaut a l interieur de tous les tableaux */

TD {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
	color : #000000;
}

/* STYLES NORMALEMENT NON MODIFIABLES */

.smallinput{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
	background-color: #FFFFFF;
	border-top-color: #7B7B7B;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #7B7B7B;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #7B7B7B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #7B7B7B;
	border-left-style: solid;
	border-left-width: 1px;
}

.smallbtn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border-top-color: #7B7B7B;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #7B7B7B;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #7B7B7B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #7B7B7B;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #FFFFFF;
}

/* TABLES LIBRES */
TABLE.TableLibreMini
{
	ALIGN: "center";
	WIDTH: 400px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}
TD.TdLibreMini
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 7pt;
	COLOR: #000000;
	BACKGROUND-COLOR: #ffffff;
	BORDER-TOP: #1300a5 0px solid;
	BORDER-LEFT: #1300a5 0px solid;
	BORDER-BOTTOM: #1300a5 0px solid;
	BORDER-RIGHT: #1300a5 0px solid;
	PADDING: 0px;
}

/* TITRES RUBRIQUES */
TABLE.TableTitreRubrique
{
	ALIGN: "center";
	WIDTH: 400px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}
TD.TdTitreRubrique
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	TEXT-TRANSFORM : uppercase;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #ff0000;
	BACKGROUND-COLOR: #ffffff;
	BORDER-TOP: #1300a5 1px solid;
	BORDER-LEFT: #1300a5 1px solid;
	BORDER-BOTTOM: #1300a5 2px solid;
	BORDER-RIGHT: #1300a5 2px solid;
	PADDING: 3px;
}

/* TITRES SOUS RUBRIQUES */
TABLE.TableTitreSousRubrique
{
	WIDTH: 300px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}
TD.TdTitreSousRubrique
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-TRANSFORM : capitalize;
	VERTICAL-ALIGN: middle;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #1300a5;
	BACKGROUND-COLOR: #FFD9C6;
	BORDER-TOP: #1300a5 1px solid;
	BORDER-LEFT: #1300a5 1px solid;
	BORDER-BOTTOM: #1300a5 2px solid;
	BORDER-RIGHT: #1300a5 2px solid;
	HEIGHT: 20px;
	PADDING: 3px;
}

/*TABLEAUX MULTI-COLONNES */
TABLE.TableMultiCol
{
	WIDTH: 95%;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}

TD.TdMultiColTitre
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	/*TEXT-TRANSFORM : capitalize;*/
	VERTICAL-ALIGN: middle;
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	BACKGROUND-COLOR: #CBF3D6;
	BORDER-TOP: #1300a5 1px solid;
	BORDER-LEFT: #1300a5 1px solid;
	BORDER-BOTTOM: #1300a5 1px solid;
	BORDER-RIGHT: #1300a5 1px solid;
	PADDING: 3px;
}

TD.TdMultiColNav
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: left;
	VERTICAL-ALIGN: middle;
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
	BACKGROUND-COLOR: #CCCCCC;
	COLOR: #000000;
	BORDER-TOP: #1300a5 1px solid;
	BORDER-LEFT: #1300a5 1px solid;
	BORDER-BOTTOM: #1300a5 1px solid;
	BORDER-RIGHT: #1300a5 1px solid;
	PADDING: 3px;
}

TD.TdMultiColValeurPair
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	VERTICAL-ALIGN: middle;
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	BACKGROUND-COLOR: #eeeeee;
	BORDER-TOP: #1300a5 1px solid;
	BORDER-LEFT: #1300a5 1px solid;
	BORDER-BOTTOM: #1300a5 1px solid;
	BORDER-RIGHT: #1300a5 1px solid;
	PADDING: 3px;
}

TD.TdMultiColValeurImpair
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	VERTICAL-ALIGN: middle;
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	BACKGROUND-COLOR: #cccccc;
	BORDER-TOP: #1300a5 1px solid;
	BORDER-LEFT: #1300a5 1px solid;
	BORDER-BOTTOM: #1300a5 1px solid;
	BORDER-RIGHT: #1300a5 1px solid;
	PADDING: 3px;
}

/* TABLEAUX LIBELLE/VALEUR */
TABLE.TableLibVal
{
	WIDTH: 95%;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}

TD.TdLibelle
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: right;
	/*TEXT-TRANSFORM : capitalize;*/
	VERTICAL-ALIGN: middle;
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	BACKGROUND-COLOR: #CBF3D6;
	BORDER-TOP: #1300a5 1px solid;
	BORDER-LEFT: #1300a5 1px solid;
	BORDER-BOTTOM: #1300a5 1px solid;
	BORDER-RIGHT: #1300a5 1px solid;
	PADDING: 3px;
	WIDTH: 30%;
}

TD.TdValeur
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: left;
	VERTICAL-ALIGN: middle;
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	BACKGROUND-COLOR: #edebff;
	BORDER-TOP: #1300a5 1px solid;
	BORDER-LEFT: #1300a5 1px solid;
	BORDER-BOTTOM: #1300a5 1px solid;
	BORDER-RIGHT: #1300a5 1px solid;
	PADDING: 3px;
	WIDTH: 70%;
}

/* OBJETS DE FORMULAIRES : */
INPUT.btnForm
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10pt;
	POSITION: relative;
	BACKGROUND-COLOR: #efedff;	
	BORDER-RIGHT: #808080 1px solid;
	BORDER-TOP: #808080 1px solid;
	BORDER-LEFT: #808080 1px solid;
	BORDER-BOTTOM: #808080 1px solid;    
}

INPUT.txt
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10pt;
	POSITION: relative;
	BACKGROUND-COLOR: #ffffff;
	BORDER-RIGHT: 1px solid black;
	BORDER-TOP: 1px solid black;
	BORDER-LEFT: 1px solid black;
	BORDER-BOTTOM: 1px solid black;
}

SELECT.smallTxt {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color : #cc0000;
}

SELECT.smallNav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight: normal;
	color : #000000;
}

SELECT.Nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color : #000000;
}

.smallinput{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
	background-color: #FFFFFF;
	border-top-color: #7B7B7B;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #7B7B7B;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #7B7B7B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #7B7B7B;
	border-left-style: solid;
	border-left-width: 1px;
}

.smallbtn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border-top-color: #7B7B7B;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #7B7B7B;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #7B7B7B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #7B7B7B;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #FFFFFF;
}

.basdepage				{font-family: Arial, Helvetica, sans-serif; font-size:10px; color: #555555; font-weight:normal}
.formlogin 				{font-family: Arial, Helvetica, sans-serif; color:#000000; font-weight:bold; font-size:11; text-align: center; border: 1px solid; }
.select	 				{font-family: Arial, Helvetica, sans-serif; color:#ff0000; font-weight:normal; font-size:10; text-align: left; border: 1px solid; }

.btnImage	{cursor: pointer; cursor: hand; border: none;}

.formcontact			{font-family: Arial, Helvetica, sans-serif; color:#000000; font-weight:bold; font-size:11; text-align: left; border: 1px solid; }

.corps10				{font-family: Arial, Helvetica, sans-serif; font-size:10px; color: #000000; font-weight:normal}
.corps11				{font-family: Arial, Helvetica, sans-serif; font-size:11px; color: #000000; font-weight:normal}
.corps11b			{font-family: Arial, Helvetica, sans-serif; font-size:11px; color: #000000; font-weight:bold}
.corps12				{font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #000000; font-weight:normal;}
.corps12b			{font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #000000; font-weight:bold}

.news12				{font-family: Arial, Helvetica, sans-serif;	font-size:12px;	color: #000000;	font-weight:normal; text-align: left}

A.menu				{font-family: Arial, Helvetica, sans-serif; font-size:11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
A.menu:visited  	{font-family: Arial, Helvetica, sans-serif; font-size:11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
A.menu:hover  		{font-family: Arial, Helvetica, sans-serif; font-size:11px; font-style: normal; font-weight: normal; color: #ff0000; text-decoration: underline}
A.menu:active 		{font-family: Arial, Helvetica, sans-serif; font-size:11px; font-style: normal; font-weight: normal; color: #ff0000; text-decoration: underline}

A.text					{font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; color: #000000; text-decoration: underline}
A.text:visited  		{font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; color: #000000; text-decoration: underline}
A.text:hover  			{font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; color: #ff0000; text-decoration: underline}
A.text:active 			{font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; color: #ff0000; text-decoration: underline}

A.text10					{font-family: Arial, Helvetica, sans-serif; font-size:10px; font-style: normal; font-weight: normal; color: #000000; text-decoration: underline}
A.text10:visited  	{font-family: Arial, Helvetica, sans-serif; font-size:10px; font-style: normal; font-weight: normal; color: #000000; text-decoration: underline}
A.text10:hover  		{font-family: Arial, Helvetica, sans-serif; font-size:10px; font-style: normal; font-weight: normal; color: #ff0000; text-decoration: underline}
A.text10:active 		{font-family: Arial, Helvetica, sans-serif; font-size:10px; font-style: normal; font-weight: normal; color: #ff0000; text-decoration: underline}

TD.Big1{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 14px;
	background-color : #FFFFCC;
	color : #7A7A7A;
	font-weight: normal;
}

TD.Big2{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : #696D79;
	color : White;
	font-weight: bold;
}

TD.Big3{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 17px;
	background-color : white;
	color : #7A7A7A;
	font-weight: normal;
}

TD.Big4{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : White;
	color : #696D79;
	font-weight: bold;
	border-top :1px solid #C1C1C1;
	border-left : 1px solid #C1C1C1;
	border-right : 1px solid #C1C1C1;
	border-bottom :	1px solid #C1C1C1;	
}

TD.Big5{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : white;
	color : #7A7A7A;
	font-weight: normal;
}

TD.Big6{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : #CFD0CF;
	color :  #FF0000;
	font-weight: Normal;
}

TD.Small1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color : white;
	color : #7A7A7A;
	font-weight: normal;
}

TD.Small2{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color : #710975;
	color : white;
	font-weight: normal;
}

TD.Small3{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color : white;
	color : #8B1490;
	font-weight: normal;
}

INPUT.SmallText {
	border-top :1px solid black;
	border-left : 1px solid black;
	border-right : 1px solid black;
	border-bottom :	1px solid #C1C1C1;
	font-family : Verdana;
	font-size : 11px;
	height :16px;
	width:126px;
	color : #7A7A7A;
}

P.Small3{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #7A7A7A;
	font-weight: normal;
}


INPUT.BigText {
	border-top :1px solid black;
	border-left : 1px solid black;
	border-right : 1px solid black;
	border-bottom :	1px solid #C1C1C1;
	font-family : Verdana;
	font-size : 11px;
	height :16px;
	width:200px;
	color : #7A7A7A;
}

INPUT.SmallText2{
	border-top :1px solid black;
	border-left : 1px solid black;
	border-right : 1px solid black;
	border-bottom :	1px solid #C1C1C1;
	font-family : Verdana;
	font-size : 11px;
	height :16px;
	width: 25px;
	color : #7A7A7A;
}
Textarea.BigText {
	border-top :1px solid black;
	border-left : 1px solid black;
	border-right : 1px solid black;
	border-bottom :	1px solid #C1C1C1;
	font-family : Verdana;
	font-size : 11px;
	color :  #7A7A7A;
}

INPUT.BigButton {
	background-color: White;
	border-top :1px solid #9598A0;
	border-left : 1px solid #9598A0;
	border-right : 1px solid #9598A0;
	border-bottom :1px solid #9598A0;
	font-family : Verdana;
	font-size : 12px;
	height :20px;
	color : #9598A0;
}

A.Small1{ 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color : white;
	color : #7A7A7A;
	font-weight: normal;
 }
 
 A.Big1{ 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : white;
	color : #7A7A7A;
	font-weight: bold;
 }

#texte-presentation{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	background-color : white;
	color : black;
	position:fixed;
	left:15;
	top:155;
	width:260;
	z-index:101;
}

.menu-gauche{
	position:fixed;
	left:30;
	top:265;
	width:200;
	z-index:100;
}

#menu-gauche-calendrier{
	top:300;
}

#menu-gauche-formulaire{
	top:335;
}

#menu-gauche-espace-reserve{
	top:335;
}

#menu-gauche-plan{
	top:370;
}

#logo-unesco{
	position:fixed;
	top:425;
	left:40;
}

.encart {
	border: none;
	padding: none;
	background-color: #FFF4D7;
}

#encart-haut-gauche {
	height: 27px;
	border: none;
	padding: none;
	background: url("../encart-ariane-gh.jpg") 100% 100%;
}

#encart-haut-droite {
	height: 27px;
	border: none;
	padding: none;
	background: url("../encart-ariane-dh.jpg") 100% 100%;
}

#encart-haut {
	height: 27px;
	border: none;
	padding: none;
	background: url("../encart-ariane-h.gif") repeat-x bottom;
}
#encart-bas {
	border: none;
	padding: none;
	background: url("../encart-ariane-b.gif") repeat-x;
}
#encart-gauche {
	border: none;
	padding: none;
	background: url("../encart-ariane-g.gif") repeat-y;
}
#encart-droite {
	border: none;
	padding: none;
	background: url("../encart-ariane-d.gif") repeat-y;
}
