/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #A5A9B2;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #A5A9B2;
}

body {
	background: #E89EDB url(images/back_all.gif) repeat-x;
	font: 13px Verdana, Helvetica, sans-serif;
	color: #383838;
}

#content {
	margin: 0 auto;
	background: #ffffff;
	width: 778px;
	text-align: left;
}

#main {
	width: 758px;
	background: url(images/main.gif) no-repeat top;
	padding: 10px;
}

#back {
	background: #ffffff;
	width: 778px;
}

#header {
	height: 378px;
	text-align: right;
	background: url(images/header.jpg) no-repeat;		
}

#logo {
	width: 722px;
	height: 340px;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}

#logo h1 {
	color: white;
	font-style: italic;
}

#logo h2 {
	font-size: 12px;
	color: white;
	font-style: italic;
}

#logo h2 a {
	font-size: 12px;
}

#menu1 {
	width: 702px;
	height: 32px;
	padding-left: 40px;
}

#menu {
	font: 13px Arial, Helvetica, sans-serif;
}

#menu ul {
	list-style: none;	
}

#menu li {
	display: inline; 
}

#menu a {
	float: left;
	width: 129px;
	height: 32px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

#menu a:hover {
	width: 129px;
	height: 32px;
	color: #E89EDB;
	text-decoration: none;
}

#left {
	width: 239px;
}

#left h3 {
	font: 13px Arial, Helvetica, sans-serif;
	width: 214px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 15px;
	text-transform: uppercase;
	color: #ffffff;
	background: url(images/title.gif) repeat-x
}

#left ul {
	list-style: none;
	border-left: 1px solid #9A65B8;
	border-right: 1px solid #9A65B8;
	border-bottom: 1px solid #9A65B8;
	margin-bottom: 10px;
	background: url(images/box_back.gif) repeat-x top;
}

#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
	background: none;
}

#left li li {
	padding: 4px 20px;
}

#left a {
	color: #A76EBE;
}
#left a:visited {
	color: #A76EBE;
}

#left p{
	padding: 10px;
}

#calendrier1 {
	padding: 20px 10px 20px 10px;
}

#calendrier table {
	border: 1px;
	border-color: #FFFFFF;
	width: 100%;
	text-align: center;
}

#calendrier tbody td {
	border: 1px solid #F1F1F1;
}

#calendrier a:link {
	text-decoration: none;
}

#calendrier a:hover {
	text-decoration: none;
}

#calendrier a:visited {
	text-decoration: none;
}

/* TABLEAU */
td {
	text-align:center;
	vertical-align:middle;
}

/* NOM DU MOIS */
td.nom_mois {
	font-size:10pt;
	font-style:normal;
	font-weight:bold;
	color: #A76EBE;	
}
  
/* FLECHES */
td.fleches {
	font-size:14pt;
	font-style:normal;
	font-weight:normal;
}
  
/* NOMS DES JOURS*/
tr.noms_jours {
	width:15px;
	height:15px;
	font-size:10pt;
	font-weight:bold;
}
  
/*DATES*/
td.jours {
	width:15px;
	height:15px;
	border-color:#33CCCC;
	border-width:1px;
	border-style:solid;
	font-size:10pt;
	background-color:#FFFFFF;
}
  
/* AUJOURD'HUI */
td.aujourdhui {
	width:15px;
	height:15px;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#A76EBE;
}
  
/* CASES DES MOIS PRECEDENTS ET SUIVANTS*/
td.cases_vides {
	width:15px;
	height:15px;
	border-color:#F5F5F5;
	border-width:1px;
	border-style:solid;
	font-size:10pt;
	color:#C0C0C0;
}

#right {
	float: right;
	width: 490px;
	padding-right: 10px;
}

#right h4 {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #C5C5C5;
}

#right a {
	color: #A76EBE;
	text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #A76EBE;
}

.centrer {
	margin-left: auto;
	margin-right: auto;
	width: 490px;
	text-align: center;
}

.date {
	text-align: right;
	color: #A76EBE;
	font-size: 11px;
}

.date a {
	color: #A76EBE;
}


#footer {
	height: 49px;
	clear: both;
	padding-top: 30px;
	background: url(images/footer.gif) repeat-x bottom;
	border-top: 4px solid #573479;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}