/***********************************************/
/* fullsite.css                            */
/***********************************************/
body{
	font-family: Palatino Linotype;
	font-weight: bold;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #FF9966;
	background-image:    url("image/logoaccueilfdseulpetit.jpg");
}

td.colnav{
	background-image:   url("image/btn.jpg");
}
td.principal {background-image:  url("image/LOGOC800.jpg");
}
td.secondaire {background-image:  url("image/logoaccueilfdseultoutpetit.jpg");
}
td.justify {text-align: justify;
}
td.autocenter {text-align: center;
}
table.autocenter {text-align: center;
}

/******* other styles *******/

.petit { font-size: 12px;
}

.italiqorange {
font-style: italic;
color:#CC3300;
font-size: 20px;
}

.style12{
 font: bold 18px Bradley Hand ITC;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 200% Bradley Hand ITC;
}

h2{
 font: bold 180% Bradley Hand ITC;
}

h3{
 font: bold 150% Bradley Hand ITC;
}

h4{
 font: 120% Bradley Hand ITC;
}

h5{
 font: 100% Bradley Hand ITC;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}

input{
font-family: Arial,sans-serif;
}

/************* globalNav styles ****************/

a.glink, a.glink:visited{
  	font-size: 16px;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
}

a.glink:hover{
	text-decoration: none;
	color: #660099;
}
