<!--
	.INPUTTEXT {
		BORDER:					1px #FF0000;
		VERTICAL-ALIGN:			middle;
	}
	
	.TEXTAREA {
		BORDER:					1px #FFFFFF;
	}

	.box_content {
		background-color:		#FFFFFF;
	}

	.box_title {
		background-color:		#CCCCCC;
		font-size:				12;
		font-weight:			bold;
		height:					20px;
		padding-left:			5px;
		padding-right:			5px;
	}

	.center_container {
		height:					100%;
		width:					730px;
		background-image:       url(/images/fond_repetition.jpg);
		background-repeat:      repeat-y;
	}

	.page {
		height:					100%;
		width:					100%;
		padding-left:			20px;
		padding-right:			20px;
	}

	.spacer {
		WIDTH:					5px;
		HEIGHT:					10px;
		FONT-SIZE:				1;
		DISPLAY:				BLOCK;
	}
	
	.main_menu {
		padding-left:			15px;
		padding-right:			15px;
		background-image:       url(/images/fond_repetition_menu.jpg);
		background-repeat:      repeat-y;
		height:                 30px;
	}

	.main_menu_entry {
	    padding-left:           6px;
	    padding-right:          6px;
		font-size:				12;
		font-weight:			bold;
		color:					#000000;
		cursor:                 pointer;
		width:                  0%;
		white-space:			nowrap;
	}

	.main_menu_entry_hover {
	    padding-left:           6px;
	    padding-right:          6px;
		font-size:				12;
		font-weight:			bold;
		color:					#000000;
		background-color:		#FFFFFF;
		cursor:                 pointer;
		width:                  0%;
		white-space:			nowrap;
	}

	.main_top {
		padding-left:			15px;
		padding-right:			15px;
	}

	.main_bottom {
		font-size:				9;
		font-weight:			normal;
		color:					#000000;
		padding:				5px;
		padding-left:			15px;
		padding-right:			15px;
		text-align:				left;
		background-image:       url(/images/fond_repetition_bottom.jpg);
		background-repeat:      repeat-y;
	}

	.liste_cuisines li {
		list-style-type:		none;
		list-style-image:		none;
		background-image:		url(../images/bullet_picture.gif);
		background-repeat:		no-repeat;
		background-position:	0% 65%;
		padding-left:			20px;
		padding-top:            5px;
		padding-bottom:         5px;
	}
	.liste_cuisines a {
		font-size:              12px;
		font-weight:            bold;
	}
	.liste_cuisines a:hover {
		font-size:              12px;
		font-weight:            bold;
		color:                  #FF0000;
	}
	.liste_cuisines a:visited {
		font-size:              12px;
		font-weight:            bold;
		color:                  #FF0000;
	}

	.liste_realisations li {
		list-style-type:		none;
		list-style-image:		none;
		background-image:		url(../images/bullet_picture.gif);
		background-repeat:		no-repeat;
		background-position:	0% 65%;
		padding-left:			20px;
		padding-top:            5px;
		padding-bottom:         5px;
	}
	.liste_realisations a {
		font-size:              12px;
		font-weight:            bold;
	}
	.liste_realisations a:hover {
		font-size:              12px;
		font-weight:            bold;
		color:                  #FF0000;
	}
	.liste_realisations a:visited {
		font-size:              12px;
		font-weight:            bold;
		color:                  #FF0000;
	}

	.news {
		font-size:              10px;
	}

	.news td.titre {
	    padding:                2px;
		font-size:              11px;
		font-weight:            bold;
		background-color:       #CBE699;
		border-left:            1px solid #e0e0e0;
		border-top:          	1px solid #e0e0e0;
		border-right:           1px solid #e0e0e0;
	}
	.news td.date_auteur {
	    padding:                2px;
		font-size:              9px;
		background-color:       #EBF5D6;
		border-left:            1px solid #e0e0e0;
		border-right:           1px solid #e0e0e0;
	}

	.news span.date {
		color:                  #666666;
	}

	.news span.auteur {
		color:                  #666666;
		font-weight:            bold;
	}
	.news td.texte {
	    padding:                5px;
		font-size:              11px;
		font-weight:            bold;
		border-left:            1px solid #e0e0e0;
		border-bottom:          1px solid #e0e0e0;
		border-right:           1px solid #e0e0e0;
	}
-->
