body,p,form,td,th,h1,h2,h3,h4
{
	font-family:Verdana,Arial, Helvetica, sans-serif;
	color:#000000;
	white-space: normal;
}
body
{
	font-size:0.8em;
	margin : 0;
}
pre
{
	font-size:1.4em;
}
p
{
	margin : 0;
}
table
{
	border-collapse:collapse;
}
td
{
	text-align: left;
	vertical-align: top;
}
body,div
{
	text-align: left;
}
.inline
{
	display:inline;
}
form
{
	display : block;
	margin : 0;
	padding : 0;
}
table,tr,td,img
{
	border-style:none;
	border-width:0;
	padding:0;
}
div
{
	overflow:hidden;
	clear:both;
	height:100%;
}
ol, ul
{
	margin-top: 0;
	margin-bottom: 0;
}


table.main
{
	width:770px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
html
{
	background-color:#CCFFCC;
}

a:link
{
	text-decoration:underline;
	color:#333399;
}
a:visited
{
	text-decoration:underline;
	color:#993399;
}
a:hover
{
	text-decoration:none;
	color:#993333;
}

/* http://www.meganmcdermott.com/2006/10/26/marking-external-links-with-css/ */
a[rel~="external"]:link,
a[rel~="external"]:visited,
a[rel~="external"]:hover
{
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
a[rel~="external"][hreflang="en"]:link,
a[rel~="external"][hreflang="en"]:visited,
a[rel~="external"][hreflang="en"]:hover
{
	background: url(external_english.png) center right no-repeat;
	padding-right: 23px;
}


.menu
{
	margin:20px 0 20px 0;
}
.menuFooter div
{
	margin-top:20px;
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
}
.menuSubmenu div
{
	margin-top:20px;
	text-align:center;
	font-weight:bold;
}
.menu_ligne1,.menu_ligne2,.menu_ligne3
{
	padding:5px 0 5px 0;
}
.menu_button1,.menu_ligne1,.menu_ligne3
{
	background-color:#339933;
}
.menu_ligne2, .menu_button2
{
	background-color:#006699;
}
a.menu_button1:link, a.menu_button1:visited, a.menu_button1:hover, a.menu_button2:link, a.menu_button2:visited, a.menu_button2:hover
{
	color:#FFFFFF;
	text-decoration:none;
	padding:5px 10px 5px 10px;
}


table, p, h1
{
	text-align: left;
}
.error
{
	color:#ff0000;
	font-weight:bold;
}
.obligatoire
{
	color:#ff0000;
	font-weight:bold;
}
.petit
{
	font-size:0.8em;
}
abbr
{
	cursor:help;
}


h1, h2, h3, h4
{
	margin: 0;
	color:#006600;
}
h1
{
	font-size:1.3em;
}
h2
{
	font-size:1.2em;
}
h3
{
	font-size:1.1em;
}
h4
{
	font-size:1em;
}

.item, .ecrin, .rss
{
	margin:0 0 15px 0;
}

.ecrin
{
	padding:5px;
	background-color:white;
	border:1px blue dashed;
}
.rss
{
	padding:5px;
	background-color:#ffffcc;
	border:1px red dashed;
	overflow-y:scroll;
	max-height:200px;
}
.ecrin .rss
{
	margin:10px;
}

img.photo_left
{
	float:left;
	padding:0 5px 5px 0;
}
img.photo_right
{
	float:right;
	padding:0 5px 5px 0;
}

img.tile
{
	float:left;
}

/* fruits */
table.fruits, .fruits td, .fruits tr, .fruits th, .fruits thead
{
	border:1px #000 solid;
}
.fruits td
{
	background-color:white;
}
.fruits .col1, .fruits th
{
	color:#ffffff;
	background-color:#999;
	padding:3px;
}
.fruits td.ok
{
	background-color:#f90;
	text-align:center;
	color:red;
	font-weight:bold;
}
.fruits td.mois
{
	background-color:#99F;
}
.fruits td.mois.ok
{
	background-color:red;
	color:#f90;
}

div.mosaic div
{
	display:inline;
}