/* ***********************************************************
Feuille de style : EEUDF-MP.ORG
(c) EEUDF 2005
région midi pyrénées
*********************************************************** */

/*
Règles applicable sur les bodys
*/
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F3F3F3;
	letter-spacing: normal;
	text-align: justify;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	height: 600px;
	width: 800px;
	border: thin solid #C0C0C0;
	list-style-position: inside;
	list-style-type: disc;
	font-size: 8px;

}

a:link {

    color: #0000FF;

    text-decoration: underline;

    font-weight: normal;

    font-style: normal;

}
a:visited {

    color: #3399FF;

    text-decoration: underline;

    /*background-color: #FFFFFF;*/

    font-weight: normal;

    font-style: italic;

}
a:hover {

    color: #0000FF;

    text-decoration: underline;

    /*background-color: #FFFF00;*/

    font-weight: bold;

    font-style: normal;

}
a:active {

    color: #FF0000;

    text-decoration: none;

    /*background-color: #CCCCCC;*/

    font-weight: bold;

    font-style: normal;

}


img
{
	text-decoration: none;
	border: 0px;
}

/*
Règles applicables sur les menus :
menuTitle : les titres des menus
menuItem : le groupe de sous item

*/

.menuTitle {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #000000;
	background-attachment: fixed;
	background-image: url("../images/bg.gif");
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: pre;
	display: inline;
	cursor: hand;
	text-indent: 3pt;
	width:100%;
}
.menuItem {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	list-style-image: url("../images/li.gif");
	cursor: hand;
}

/*
Gestion de la page de contenu :
pageTitle : titre principal de la page
pageSubTitle : sous titre dans la page
pageSubTitle1 : sous sous titre dans la page
pageTable : bordure du contenu principal
*/
.pageTitle {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #C0C0C0;
}
.pageSubTitle {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
}
.pageSubTitle1
{
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: italic;
	font-variant: normal;
	color: red;
}
.pageTable{
	border:thin dashed #666666;
	background-color: #FFFFFF;
	width:666px;
	font-size: 12px;
}

/*
Page sur les liens
*/

.pagetabLiens{
	background-color: #FFFFFF;
	width:665;
	border-top: thin none #FFCC00;
	border-right: thin none #FFCC00;
	border-bottom: thin dashed #FFCC00;
	border-left: thin none #FFCC00;
}

/*
Calendrier
*/
.mois
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFCC33;
	border: solid #FFCC00;
}
.er
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFCC;
	border: solid #FFCC00;
}
.nat
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	background-color: #99CC00;
	border: solid #FFCC00;
}
.tlse
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	background-color: #66CCFF;
	border: solid #FFCC00;
}
.cmzt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FF8C8C;
	border: solid #FFCC00;
}
.crr
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	border: solid #FFCC00;
}