/**************************************************************/
/***                    Styles du site                      ***/
/***                   VIANDE-DIRECT.FR                     ***/
/**************************************************************/

* {
	margin: 0px;
	padding: 0px;
}

/***********************************************************/
/***                     GENERIQUE                       ***/
/***********************************************************/

body {
	background: #78952D url(images/page_back.gif) repeat-x;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#contenu {
	margin: 0 auto;
	padding: 15px;
	background: url(images/content_back.png) repeat-x top;
	width: 900px;
	font-size: 16px;
	text-align: justify;
}

#titre {
	font-size: 20px;
	font-weight: bold;
	padding-left: 25px;
	padding: 10px;
	text-align: center;
	color: #ffffff;
	background: url(images/title_back.gif) repeat-x;
	border: 4px solid #FFFFFF;
}

#soustitre {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #69819E;
}

table#cadre {
	border: 1px solid #000000;
}

td#titre {
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	color: #000000;
	background: #78952D;
	border: 1px solid #000000;
}

td#content {
	font-size: 14px;
	padding: 3px;
	text-align: center;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
}

ul, ol {
	padding-left: 30px;
}

/***********************************************************/
/***                       MENU                          ***/
/***********************************************************/

#menu {
	margin: 0 auto;
	width: 950px;
	font-size: 16px;
}

td.menu a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	padding: 7px;
	font-variant: small-caps;
}

td.menu a:hover {
	color: #5C722A;
	text-decoration: none;
	background: #c8db7d;
}

/***********************************************************/
/***                     IMAGES                          ***/
/***********************************************************/

.image_droite {
	align: right;
	padding-left: 25px;
	padding: 1px;
	background-color: #000000;
	border: 4px solid #FFFFFF;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.image_gauche {
	align: left;
	padding-right: 25px;
	padding: 1px;
	background-color: #000000;
	border: 4px solid #FFFFFF;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.image_centre {
	padding-right: 25px;
	padding-left: 25px;
	padding: 1px;
	background-color: #000000;
	border: 4px solid #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/***********************************************************/
/***                      LIENS                          ***/
/***********************************************************/

a {
	text-decoration: underline;
	color: #5F762B;
}

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

/***********************************************************/
/***                   PIED DE PAGE                      ***/
/***********************************************************/

#footer {
	height: 20px;
	width: 870px;
	clear: both;
	padding: 15px;
	background: url(images/footer_back.gif) repeat-x top;
	border-top: 4px solid #FFFFFF;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline overline;
}