body {
	background: #C491A5;
	font: 90% "Trebuchet MS", Arial, sans-serif;
	color:#693636;
	height: 100%;
	width: 100%;
	margin: 0;
}

/* Les conteneurs *************************************************/
#individu {
	background-color:#D4AABB;
	min-height: 100%;
	height: 100%;
	width: 960px;
	margin: 0 auto;
}
#tete {
	background-color:#C94D73;
	height: 90px;
	position: relative;
}
#corps {
	overflow: auto;
	padding: 0 0 50px 0;
	}
#pied {
	background-color:#C94D73;
	width: 960px;
	height: 70px;
	margin:0 auto;
	padding-top:20px;
	}
#contenu {
	float: right;
	width: 700px;
	padding:20px 30px 0 20px;
	}
#etiquette {
	width: 960px;	
	text-align:center;
	}
#menu {
	background-color:#CCA0B2;
	float: left;
	width: 170px;
	margin: 0;
	padding: 20px 10px 50px 20px;	
	}
#appercu {
	background-color:#CCA0B2;
	width: 682px;
	padding: 20px;	
	margin: 0;
}

/* Les tableaux *********************************************/

#calendrier th{
	background-color:#CCA0B2;
	color:#FEFDBC;
	height:30px;
	padding: 5px;
}
#calendrier td{
	background-color:#CCA0B2;
	padding: 5px;
	font-size:0.8em;
	
}
.lannee{
	color:#E54116;
	font-size:1.3em;
}
#calendrier .mois{
	color:#E54116;
	font-size:1.2em;
}
#col1{
	width:70px;
}
#col2{
	width:220px;
}
#col3{
	width:140px;
}
#col4{
	width:50px;
}

/*   Les tableaux    */

table#album {
    border: none;
    width: 540px;
	table-layout:fixed;
}
table#album td {
   	font-size: 0.7em;
	vertical-align:top;
	line-height:1em;
    padding: 0px;
    border: none;
    width: 54px;
	height:140px;
	text-align:center;
}
table#album .num {
   	font-size: 1.1em;
	text-align:center;
	font: Arial, sans-serif;
	color: #FFFFFF;
}

table#album img {
    border: none;
}
table#album a:link {
	display: block;
	color: #000000;
	text-decoration:none;
}
table#album a:visited {
	color: #000000;
	text-decoration:none;
}
table#album a:hover {
	color: #FFFFFF;
	text-decoration:none;
}


/*   Les titres    */
#tete h1 {
    margin: 0;
	position: absolute;
	bottom: 20px;
	left: 50px;
	font: 2em Arial, sans-serif;
	color:#F7D6D6;
}
#tete h2 {
    margin: 0;
	position: absolute;
	bottom: 20px;
	right: 50px;
	font: 2em Arial, sans-serif;
	color:#F7D6D6;
}
#tete p {
    margin: 0;
	position: absolute;
	bottom: 5px;
	right: 50px;
	font: 0.8em Arial, sans-serif;
	color:#F7D6D6;
}
h1 {
	font-size: 1.3em;
	text-align:center;
	margin: 0;
}
h2 {
	font-size: 1em;
	text-align:center;
	margin: 0;
}
h3 {
	font-size: 1.1em;
	text-align:left;
	margin: 10px 0 10px 0;
}
h4 {
	font-size: 0.9em;
	text-align:left;
	margin: 10px 0 0 0;
	color:#A47676;
}
h5 {
	color:#E54116;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	margin:0;
}
h6 {
	color:#FF7D42;
	font-size:0.9em;
	font-family:Arial, sans-serif;
	margin:0 0 10px 0px;
}

p {
	color:#693636;
	font-size:0.9em;
	margin:0 0 5px 0px;
}
/*  les liens   */


a:link {
	/*display: block;*/
	font-size: 1em;
	color: #C94D73;
	text-decoration:none;
}
a:visited {
	font-size: 1em;
	color: #C94D73;
	text-decoration:none;
}
a:hover {
	font-size: 1em;
	color: #FEFDBC;
	text-decoration:none;
}

/*   le formulaire menu     */


label {
	font-size: 0.9em;
}
form{
	line-height:1.2em;
}
input, select{	
	/*background-color:#F7D6D6;*/
	font-size: 0.7em;

}

/*  les listes    */


ul { 
	font-size: 1em;
	text-decoration:none;
	line-height:1.1em;
	margin:0;
	padding: 0;
  	list-style-type:none;
  	list-style-position:outside;
}
li{
	margin:0;
  	list-style-type:square;
	line-height:1.2em;
}


/*  le texte  */

.para{
	font-size: 1em;
	font: Arial, sans-serif;
	text-align:justify;
	background-attachment: fixed;
}
.theme{
	font-size: 0.9em;
	font: Arial, sans-serif;
	font-style: italic;
	}
.message{
	font-size: 1em;
	font: Arial, sans-serif;
	color:#FEFDBC;
	font-weight:bold;
}
.remarque{
	font-size: 0.9em;
	font: Arial, sans-serif;
}
.titre1{
	font-size: 0.9em;
	font: Arial, sans-serif;
}

textarea { 
	/*background-color:#F7D6D6;*/
	font-size: 1.2em;
	color: #000000;
	line-height:1.3em;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#pied a {
	color:#D4AABB;
}
#pied a:hover {
	color:#FEFDBC;
}
