/*home

*/

BODY.home {
	background-attachment: fixed;
	background-image: url(images/crayonhome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #e1ddd4;
	font-family: "Courier New", Courier, monospace;
}
TD.titrehome {
	font-size: 36px;
	color: #826764;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom:5px;
	padding-right: 5 px;
	padding-left: 5px;
}
TD.headhome {
	font-size: 42px;
	color: #136781;
	font-weight: bold;
	padding: 5px;
}

TD.phrasehome {
	font-size: 26px;
	color: #136781;
	font-weight: bold;
	padding: 5px;
	font-style: italic;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

TD.textehome {
	font-size: 18px;
	color: #826764;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom:10px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
	
TD.menuhome a {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 50px;
}

TD.menuhome a:hover {
	font-size: 30px;
	color: #136781;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	
}
/* parcours */ 
BODY.parcours {
	background-attachment: fixed;
	background-image: url(images/crayonparcours.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #c6d9e0;
	font-family: "Courier New", Courier, monospace;
}

TD.phraseparcours {
	font-size: 26px;
	color: #136781;
	font-weight: bold;
	padding: 5px;
	font-style: italic;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #136781;
}

TD.texteparcours {
	font-size: 18px;
	color: #826764;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom:10px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #136781;
}
	
/* contact */
BODY.contact {
	background-attachment: fixed;
	background-image: url(images/crayoncontact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #c8c8c8;
	font-family: "Courier New", Courier, monospace;
}

TD.titrecontact {
	font-size: 36px;
	color: #656565;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom:5px;
	padding-right: 5 px;
	padding-left: 5px;
}

TD.phrasecontact {
	font-size: 26px;
	color: #656565;
	font-weight: bold;
	padding: 5px;
	font-style: italic;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

TD.textecontact {
	font-size: 18px;
	color: #656565;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom:10px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

TD.textecontact a {
	font-size: 18px;
	color: #656565;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom:10px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
TD.textecontact a:hover {
	font-size: 18px;
	color: #136781;
	font-weight: bold;
	text-decoration: none;
	
}