/* Cookshow Defaults ************************ */

body{
	font:0.73em Arial, Helvetica, sans-serif;
	color:#000;
	/*background-image: url(../images/footer_home.jpg);*/
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	
}
body, h1, h2, h3, h4, h5, p, table, table th, td, form, a img {
	border: none;
	margin: 0px;
	padding: 0px;
}
a{ 
	color:#3b617f;
	text-decoration:none;
	font-weight:bold;
}
a:hover{ 
	color:#3b617f;
	text-decoration:underline; 
}
h1{
	font-size:1.2em;
}
h2{
	font-size:1.10em;
}
h3{
	font-size:1.0em;
}
hr{
	border:solid 1px #EEE2F0;
	margin:3px 0px 0px 0px;
	padding:0px;
}
.marron{
	color: #502800;	
}
.noir{
	color: #000000;	
}
.parme{
	color:#BD6DF8;
}
.vert{
	color:#009900;
}
.bleu{
	color:#0066FF;
}
.rouge{
	color:#FF0000;
}
.blanc{
	color:#FFFFFF;
}
.souligne{
	text-decoration:underline;
}
.bold{
	font-weight:bold;
}
.majuscule{
	text-transform:uppercase;
}
.smallcap{
	font-variant:small-caps;
}
.italic{
	font-style:italic;
}
.times{
	font-family:"Times New Roman", Times, serif;
}
.police2 {
	font-family: "Century Gothic", "Trebuchet MS", Arial;
}
.contentheading {
	height: 30px;
	color: #502800;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
}


/* content specific */

.tableau td{
	background-color:#e3c2fc;
	padding:8px;
	margin:5px;
}
.tablecookshow td{
	border:solid 2px #ffffff;
	margin:0px;
	padding:0px;
}
.tablecookshow {
	border:0px;
	background-color:#EED8FE;
	margin:0px;
	padding:0px;
}
.tablecookshow2 td{
	border:solid 2px #502800;
	margin:0px;
	padding:0px;
}
.tablecookshow2 {
	border:0px;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
}


