body {
	margin: 0;
	padding: 0;
	background: #5B0C0C url(images/fond.png) repeat-x 100px 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}

/* Header */

#header {
	padding: 0;
	/*background: #A33000 url(images/img3-bis.jpg) no-repeat 10px 10px;*/
	border: 0;
	color: #FFF;
	text-align: center;
}

#header_1 {
	width: 960px;
	height: 98px;
	margin: 0 auto;
	padding: 0;
	/*background: #A33000 url(images/img3-bis.jpg) no-repeat 10px 10px;*/
	background: #5B0C0C;
	border: 0;
	color: #FFF;
}
#header_title{
	width: 940px;
	text-align: right;
	border: 0;
	margin: 0;
	height: 65px;
}
#header_menu{
	width: 940px;
	text-align: right;
	margin: 0 10px;
	border: 0;
}
#header h1 {
	font-weight: bold;
    font-size: 24px;
    color: beige;
	margin: 0;
	padding: 0;
}

#header h2 {
    font-size: 14px;
    color: ivory;
	margin: 0;
	padding: 0;
}

/* pub */

#pub {
	width: 960px;
    background: ivory;
    border: 0;
	margin: 0;
	padding: 5px 0;
    text-align: center;
}

.sub_pub{
	margin: 0;
	padding: 0;
	height: 30px;
	background: #FFFFFF url(images/title_pub.jpg) no-repeat 0 0;
	            /*#A33000 url(images/img3-bis.jpg) no-repeat 10px 10px;*/
}

.pub_520{
	width: 538px;
    background: ivory;
    border: 1px solid #7F0000;
	margin: 0;
	padding: 0;
    text-align: center;
	height: 108px;
}

.pub_520_int{
	width: 528px;
    background: #FFF;
    border: 0;
	margin: 5px 7px 5px 6px;
	padding: 0;
    text-align: center;
}

.sub_pub_340{
	margin: 0;
	padding: 0;
	height: 30px;
	background: #FFFFFF url(images/title_pub.jpg) no-repeat 0 0;
	            /*#A33000 url(images/img3-bis.jpg) no-repeat 10px 10px;*/
}

.pub_340{
    background: ivory;
    border: 1px solid #808080;
	margin: 0;
	padding: 5px;
}

.pub_130{
	width: 130px;
	height: 85px;
	background: #FFF;
	margin: 10px;
	float: left;
}

#pub_restaurantes{
	width: 920px;
	margin: 5px auto;
}

/* Content */

#content {
	width: 960px;
	margin: 0 auto;
	padding: 20px;
	background: #FFF;
	border: 0;
}

#colOne {
	float: left;
	width: 180px;
	padding: 20px 10px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colTwo {
	float: left;
	width: 540px;
	border: 1px solid beige;
	padding: 20px 10px;
}

#colThree {
	float: right;
	width: 178px;
	border: 0;
	padding: 20px 10px;
}

#colThree ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colFour {
	float: left;
	width: 400px;
	padding: 20px 10px;
}

.colFive {
	float: left;
	width: 260px;
	padding: 5px;
}

.colFive h3{
	width: 260px;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid gray;
	font-size: 16px;
}
/* Footer */

#footer {
	padding: 10px;
	text-align: center;
	font-size: smaller;
}

#footer * {
	color: #D6947A;
}



p, ul, ol, blockquote {
	margin-top: 0;
}

/**********************/

ul#tabnav {
    font: bold 11px verdana, arial, sans-serif;
    list-style-type: none;
    padding-bottom: 24px;
    border-bottom: 1px solid #000;
    margin: 0;
}

ul#tabnav li {
    float: left;
    height: 21px;
    background-color: silver;
    margin: 2px 2px 0 2px;
    border: 1px solid #000;
}

ul#tabnav li.active {
    border-bottom: 1px solid #696969;
    background-color: #696969;
}

ul#tabnav li.active a {
    color: #FFF;
}

#tabnav a {
    float: left;
    display: block;
    color: #666;
    text-decoration: none;
    padding: 4px;
}

#tabnav a:hover {
    background: #fff;
}

/* formulario */

label { display: inline ; float: left ; width: 180px ; margin-left: 5px ; }

.partie_droite_formulaire_align_droit{
padding: 5px;
text-align:right;
}
a:link, a:visited {
	text-decoration: none;
	color: #A33000;
}

a:hover {
	text-decoration: underline;
}

li {
	color: #A33000;
}

li a:link {
	/*border-bottom: 1px dotted #A33000;*/
	color: #666666;
}

li a:hover {
	/*border-bottom: 1px solid #A33000;*/
	text-decoration: none;
	color: #A33000;
}

img.float {
	float: left;
	margin: 5px 15px 10px 0;
	border: 5px solid #A33000;
}

/* Login */

#top{
    position: absolute;
    background: transparent; /*#76827b;*/
    left: 0;
    top: 0;
	width: 100%;
    padding-top: 0;
    text-align: center;
}
#login{
  height: 15px;
  width: 400px;
  position: absolute;
  top: 5px;
  left: 65%;
  color: silver;
}

#login a{
    color: silver
}

#login a:hover{
    text-decoration: underline;
}

.submit{
     border: none;
     color: gray;
     background: transparent url('images/submit_button.jpg') no-repeat top right;
     width:40px;
     height:20px;
}

/* Admin */

#center_big
{
	width: 600px;
    margin: 40px;
    margin-top: 10px;
	background-color: #808080;
    float: right;

}

#container
{
	width:  840px;
	\width:  850px;
	w\idth:  840px;
	margin-left:  auto;
	margin-right:  auto;
	padding:  10px;
    background-color: #FFF;
    border: 0;
}

#left
{
	float:  left;
	width:  102px;
	\width:  102px;
	w\idth:  102px;
	margin-right:  5px;
	padding-top:  20px;
	background-color: #808080;
}
a {
    color: #2F4F4F;
}

/* contacto */

#top{
    position: absolute;
    background: transparent; /*#76827b;*/
    left: 0;
    top: 0;
	width: 100%;
    padding: 0;
    text-align: right;
	height: 15px;
}

.clear{
	clear: both;
}

/***** SEARCH ******/

#search{
	text-align: center;
	margin: 0 10px;
	color: ivory;
}
