/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* calques du template */
#fond {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	height:590px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

#header {
	margin-top:0px;
	width:760px;
	height:80px;
	background-color:#6699FF;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu {
	width:750px;
	height:23px;
	margin-top:2px;
	color:#FFFFFF;
	background-color:#000000;
	text-align: center;
	padding: 5px;
}

#photo {
	float:left;
	width:250px;
	height:450px;
}

#main {
	float:right;
	width:500px; 
	height:450px;
}

#footer {
	padding:2px;
	clear:right;
	width:756px; 
	height:30px;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
}

#footer a{ 
	color: #FFFFFF;
}

#menu a { 
	color: #FFFFFF;
}	

#menu a:hover { 
	color:	#FFFF99;
}	

.menuselect {
	color:#FFFF99;
	font-weight:bold;
	font-variant:normal;
	text-transform: uppercase;
}

h4 {
	text-align:center;
}

a { 
	color: #003366;
}	

a:hover { 
	color:#CC0000;;
}	

.centre {
	text-align:center;
}

/* tableaux */

.fondgris {
	padding:2px;
	background-color:#CCCCCC;
	border: 1px solid #330099;
	width:50%;
	vertical-align: top;
}

.fondpaille {
	padding:2px;
	background-color:#FFFFCC;
	border: 1px solid #330099;
	width:50%;
	vertical-align: top;
}
