

* {margin: 0; padding: 0;}

img {
	border: none;
}

.format_png { behavior: url(../styles/win_png.htc);}

abbr, acronym, .help {
  border-bottom: 1px dotted #2B1814;
  cursor: help;
}

a, a:visited {
	color: #990000;
	text-decoration: none;
}

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

/* Permet d'appliquer la valeur 100% au bloc */
html, body {
	margin: 0;
	padding: 0;
}


body {
	padding: 0;
	margin: 0;
	background-color: #8e0d00;
	color: #2D2D2D;
	font-family: arial, verdana, helvitica, sans-serif;
	font-size: 12px;
	scrollbar-base-color: #FFF; /*couleurs auto-gerees*/
	text-align: center;
	background-image: url(../img-restaurant-grillades/fond-body.gif);
	background-repeat: repeat-x;	
	background-position: top left;
}

/*
//********** C O N T A I N E R ***********
*/

div#container {
	margin: 0 auto;
	text-align: left;
	width: 970px;
	position: relative;
	/*border: #FF00FF 1px solid;*/
	padding: 0 10px 0 10px;
	background-color: #FFF;
}

/*
//********** H E A D E R ***********
*/

div#header {
	width: 970px;
}

/* ****** Sur Menu ****** */

ul#sur-menu {
	display: block;
	width: 290px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 710px;
}

ul#sur-menu li {
	list-style-type: none;
	margin-right: 4px;
	display: inline;
	
}

ul#sur-menu li.pipe {
	background-image: url(../img-restaurant-grillades/pipe-sur-menu.gif);
	background-repeat: no-repeat;	
	background-position: 0% 65%;
	padding-left: 7px; 
	
}

/* ****** Logo ****** */

h3#logo, p#logo {
	width: 375px;
	height: 74px;
	margin-bottom: 15px;
}

h3#logo span, p#logo span {
	position:absolute;
	left:0px;
	top:500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* ****** Menu ****** */

ul#menu {
	display: block;
	width: 970px;
	height: 25px;
	background-image: url(../img-restaurant-grillades/fond-menu.gif);
	background-repeat: no-repeat;	
	background-position: bottom left;
	/*border: #000000 1px solid;*/
}

ul#menu li {
	list-style-type: none;
	margin-right: 16px;
	display: inline;
	font-size: 17px;
	
}

ul#menu li span {
	font-weight: bold;
	color: #ffa041;
	text-decoration: underline;
	font-variant: small-caps ; 
}


ul#menu li a {
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps ; 
}

ul#menu li a.selected, ul#menu li a.selected:visited {
	color: #ffa041;
	text-decoration: underline;
}

/*
//********** C O N T E N T ***********
*/
h1{
	margin: 5px 0 0 0;
	color: #990000;
	font-size: 21px;
}


div#content {
	width: 970px;
	margin: 0;
}

div#content h1#titre, div#content p#titre {
	width: 970px;
	height: 36px;
	background-image: url(../img-restaurant-grillades/fond-h2.gif);
	background-repeat: repeat-x;	
	background-position: top left;
	border-top: #FFF 1px solid;
}

div#content h1#titre span, div#content p#titre span {
	color: #ffcc33;
	font-size: 21px;
	font-variant: small-caps ; 
	font-weight: bold;
	margin: 7px 0 0 14px;
	display: block;	

}
div#texte h2, div#texte-long h2,  div#texte-long table td h2, div#fond-rouge h2{
	margin: 5px 0 0 0;
	color: #990000;
	font-size: 17px;
}

div#texte {
	width: 405px;
	margin: 0 0 0 35px;
	float: left;
	position: relative;
}

div#texte-long {
	width: 677px;
	margin: 0 0 0 35px;
	float: left;
	position: relative;
}

div#texte ul, div#texte-long ul {
	margin: 0 0 0 20px;
}

div#texte li, div#texte-long li {
	list-style-type: disc ;
}

div#texte-long li.rouge {
	list-style-type: disc ;
	color: #990000;
}


div#texte h4, div#texte-long h4,  div#texte-long table td h4 {
	color: #990000;
	font-size: 15px;
	margin: 10px 0 10px 0;
}

div#texte h4.titre, div#texte-long h4.titre,  div#texte-long table td h4.titre {
	color: #990000;
	font-size: 15px;
	margin: 0;
}

div#texte h5, div#texte-long h5, div#texte-long table td h5 {
	font-size: 12px;
	color: #990000;
	margin: 10px 0 10px 0;
	
}

div#texte p, div#texte-long p,  div#texte-long table td p {
	margin: 10px 10px 0 0;
	text-align: justify;
}	

div#texte span.rouge, div#texte-long span.rouge,  div#texte-long table td span.rouge {
	color: #990000;
}

/*div#texte-long input:focus {
	background-color: #900;
	color:#FFF;
}*/

/* ****** Sous Menu ****** */

ul#sous-menu, div#temp {
	width: 244px;
	float: left;
	margin: 15px 0 0 14px !important;
	margin: 15px 0 0 7px; /*bug IE margin*/
}

ul#sous-menu li {
	list-style-type: none;
	font-size: 13px;
	margin: 0 0 23px 0;
}

ul#sous-menu li a, ul#sous-menu li a:visited {
	display: block;
	border-bottom: #990000 1px solid;
	color: #990000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

ul#sous-menu li a:hover {
	border-bottom: #ffa041 1px solid;
	color: #ffa041;
	text-decoration: none;
}

ul#sous-menu li a.selected, ul#sous-menu li a.selected:visited {
	display: block;
	border-bottom: #ffa041 1px solid;
	color: #ffa041;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

ul#sous-menu li a.selected:hover {
	border-bottom: #ffa041 1px solid;
	color: #ffa041;
	text-decoration: none;
}

ul#sous-menu li span {
	display: block;
	border-bottom: #ffa041 1px solid;
	font-weight: bold;
	font-size: 15px;
	color: #ffa041;
	text-decoration: none;
}

ul#sous-menu li span.nonlien {
	color: #990000;
}

/* ****** Sous sous Menu ****** */

ul#sous-sous-menu {
	margin: 0 0 0 20px;
}

ul#sous-sous-menu li {
	list-style-type: none;
	font-size: 11px;
	margin: 10px 0 0 0;
	border-bottom: #FFF 1px solid;
}

ul#sous-sous-menu li a, ul#sous-sous-menu li a:visited {
	border: none;
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

ul#sous-sous-menu li a:hover {
	border: none;
	color: #ffa041;
	text-decoration: underline;
}

ul#sous-sous-menu li a.selected2, ul#sous-sous-menu li a.selected2:visited {
	border: none;
	color: #ffa041;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

ul#sous-sous-menu li a.selected2:hover {
	border: none;
	color: #ffa041;
	text-decoration: underline;
}

ul#sous-sous-menu li span {
	border: none;
	font-weight: normal;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}

ul#sous-sous-menu li span.selected { 
	border: none;
	font-weight: bold;
	font-size: 12px;
	color: #ffa041;
	text-decoration: none;
}




/* ****** Neutre ****** */

div#neutre-large {
	clear: both;
	height: 5px;
}

div#neutre-fin {
	clear: both;
	height: 1px;
}

div#neutre-fin hr, div#neutre-large hr {
	visibility: hidden;
	display: none;
}

/* ****** Offres ****** */

p#offres, div#offres{
	float: right;
	width: 218px;
	height: 269px;
	border-left: 1px solid #FFF;
	margin: 0;
}

div#texte-long p#offres{
	float: right;
	width: 218px;
	height: 269px;
	border-top: 1px solid #FFF;
	margin: 0 0 0 5px;
}

/*
//********** F O O T E R  ***********
*/

div.footer-lien {
	float: left;
	width: 136px;
	height: 90px;
	margin-right: 10px; 
}

div.footer-lien p.titre {
	font-size: 11px;
	color: #990000;
	border-bottom: 1px solid #990000;
	margin-bottom: 3px;
}

div.footer-lien p {
	color: #990000;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

div#footer{
	width: 970px;
	clear: both;
	background-image: url(../img-restaurant-grillades/fond-footer.jpg);
	background-repeat: no-repeat;	
	background-position: top left;
}

div#footer p {
	color: #FFF;
	text-align: right;
	margin-right: 30px;
}

/*
//********** C O P Y R I G H T  ***********
*/

div#copyright {
	margin: 0 auto;
	text-align: left;
	width: 970px;
	color:#f6c14c;
	font-size: 10px;
}

div#copyright p {
	text-align: right;
	margin-top: 5px;
}

div#copyright a, div#copyright a:visited {
	color:#f6c14c;
	font-size: 10px;
}

div#copyright a:hover {
	color:#ffa041;
	font-size: 10px;
}

/*
// ********** ref ***************
*/

#partenaire {
	height:480px; 
	overflow:auto;
}

#nuages {
	width:100%;
	margin:0 auto 0 auto
	
}

li {
padding-top: 10px;
}

/* ul .sous-menu li .desc {
list-style-type:none;
text-decoration:underline;
color:#6600CC;
} 
.sous-menu li{
background:url(http://test.www.jetmultimedia.fr/integration-scopeo/images/top_arrow.gif) no-repeat;
}*/
.desc{
list-style-type:none;
display: inline;
}


