@charset "iso-8859-1";
/* AUTEUR: Blidon Pierre */
/* DATE DE CREATION: 04/12/05 */


/* NOUVEAU */
body {
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
	 font-family: Verdana, Arial, Helvetica, sans-serif;
      background-color: #EDEDF0;}

a:link {
	color: #5a6635;
	text-decoration: none;
}

a:visited {
	color: #5a6635;
	text-decoration: none;
	
}

a:hover {
	color: #2b351c;
	text-decoration: underline;
}



#container {

	width: 665px;
	margin-top: 10;
	margin-left: auto;
    margin-right: auto;
	background: #FFFFFF url(images/container.gif) repeat-y;
	padding-right: 25px;
	padding-left: 25px;
	text-align: left; /* on rétablit l'alignement normal du texte */
}

/* entête logo */


#logo {

	width: 665px;
	height: 50px;
	background: url(images/logo.gif) no-repeat;
	margin: 0px;
}

#logo h2 {
  display: none;
}/* fin entête logo */



/* tête */

#tete2 {
	background: url(images/traiteur.jpg) no-repeat;
	width: 665px;
	margin: 5px 0 0px 0;
}

#tete2 .p1 {
	background: url(images/callout.gif) no-repeat right;
	height: 160px;
	margin: 0px 0 0px 0;
	padding: 0px;
}

#tete3 .p2 {
	height: 30px;
	width: 663px;
	background: #6699CC;
	margin: 5px 0 5px 0;
	padding: 4px 0 0 10px;

}

#tete3 .p2 span {
	position:relative;
	top: 5px;
	left:5px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

#table  {
	width: 665px;
	
}

.colg  {
	width: auto;
	vertical-align: top;
	padding: 25px 0px 0px 20px;
	background: #9DD0FF;
}

.colg ul {
	margin: 0px 0 0px 0px;
	padding: 0 0 0 20px;
}


.colg li {
	list-style: none;
	margin: 0;
	padding: 5px;
	font-size: 12px;
}

.colc{
	width: 1mm;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

#cold {
	width: 428px;
	height: 330px;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 0px 30px;
	background: #326AC6;
}


#clod span{
	background: #C5D19B;
	display: none;
}

.texte  {

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

/* image bandeau bas */
#extraDiv1 {
	height: 40px;
	width: 715px;
	margin: 0 auto;
	background: #FFFFFF url(images/menufond.gif);
	text-align: left;
}

/* bandeau bas*/
#bandeaubas .p5 {
	position: relative;
	margin: 0 0 0 15px;
	padding: 0;
	bottom: -15px;
	left: 35px;
	text-align: left;
	z-index: 10;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: white;
}







/* fin nouveau */