body {
	background-image:url(../images/ombre.png);
	background-repeat : repeat-y;
	background-position:center center;
}
 


#conteneur {
	width: 950px; /*Largeur site 911PIZZA*/
	left: 50%; /*si je veux aligner le site à gauche je supprime la ligne et je mets : align:left; en bas*/
	margin-left: -475px;
	background-color:#FFFFFF;
	height: auto;
	position: absolute;
	}  
 

#Partie1 {/*header*/
float: left;
background: #000000;
width: 950px;
height:280px;
padding:0px;
background-image : url(../images/fond_top.jpg);
}

#Partie2 {/*main*/
float: left;
width: 950px;
background-image : url(../images/fond_middle.jpg);
/*padding: 100px;*/
}

#Partie2bis {/*main*/
float: left;
width: 100%;
height: 5px;
background: #9A1119;
/*padding: 100px;*/
}


#Partie3 {/*pied*/
float: left;
width: 950px;
background-color : #FFFFFF;
}

#Partie4 {/*pied*/
clear : all;
text-align: center;
padding:10px;
height: 40px;
vertical-align: bottom;
background-color:#000000;
font-family: Arial;
font-size: 11px;
color: #FFFFFF;
}

#Partie4 a {/*pied*/
font-family: Arial;
font-size: 11px;
color: #FFFFFF;
}

#Section1 {/*A droite en haut*/
float: left; 
height:280px;
width: 326px;
background-image : url(../images/logo.jpg);
}

#Section2 {/*A gauche en haut*/
width: 600px;
height:280px;
margin-left: 326px;
}

#Section3 {/*breadcrumbs*/
border: 1px dashed silver; background-color : #eee;
}

#Section4 {/*Colonne gauche*/
float: left; width: 15em;
margin : 0 0 1.2em;
border: 1px dashed silver; 
}

#contenu
{
background-color: white;
width: 950px;
height: 280px;
font-family: arial;
font-size: 12px;
}

#texte
{
 padding: 15px 5px 5px 5px;
}


#Section5bis {/*Contenu*/

margin : 0px;
}

#Section5 {/*Contenu*/
width: 929px;
margin: 50px 0 50px 0;

/*border: 1px dashed silver; */
/*background-color : #1C1C1C;*/
}

#Section6 {/*Colonne droite*/
float: left; 
width: 441px;
height: 313px;
padding-top: 10px;
background-color : #FFFFFF;
background-repeat: no-repeat;
margin:0px;
}

#Section7 {/*Pied*/
float:right;
background-color : #FFFFFF;
width: 418px;
height: 313px;
margin-right:15px;
}

.img_uptown
{
	border: none;
}


.menu { 
  list-style:none; 
  border-top:#9A1119 solid 5px;
  background-color:#000000; 
  width:950px; height:45px; 
  float:left;
  margin:0px; 
  padding:0px;
  }

.menu li { float:left; }

.menu li a { 
  display:block; 
  color:#fff; 
  font-size:13px; 
  font-weight:bold; 
  text-decoration:none; 
  font-family:arial, verdana, sans-serif; 
  text-align:center; 
  margin-top:8px;
  padding:6px 10px 6px 10px;
  border-right: 10px solid #000000; 
  border-left: 10px solid #000000;
  cursor:pointer; 
  }

.menu li a:hover { 
  background-color:#636363;
  }
  
.menu li.current a { 
  background-color:#9A1119;
  }

.ptitePolice
{
font-size:12px;
}

.ptitePolice a
{
font-size:12px; 
color: #FFFFFF;
font-weight:bold;
}
.ptitePolice a:visited
{ 
font-size:12px; 
color: #FFFFFF; 
font-weight:bold;
}

.ptitePolice2
{
font-size:12px;
}

.ptitePolice2 a
{
font-size:12px; 
color: #000000;
font-weight:bold;
}
.ptitePolice2 a:visited
{ 
font-size:12px; 
color: #000000; 
font-weight:bold;
}

#contenerForm {

border: solid 1px #000000;
background-color:#F1F1F1;
margin-top :15px;
margin-left : 200px;
margin-right: 0px;
margin-bottom: 15px;
width: 600px;

}

img{   
border: none;
}


#shadow-container {
	position: relative;
	width: 950px;
	left: 3px;
	top: 3px;
	margin:auto;
	margin-top: 3px;
	
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	width: 950px;
	right: -1px;
	left: -2px;
	top: -2px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#shadow-container .container {
		background: #ffffff;
		border: 2px solid #848284;
		padding: 10px;
	}
	
	.titre_carte
	{
	font-size:12px; 
	font-family: Arial;
	text-transform: uppercase;
color: #810000;
font-weight:bold;
	}
	
	/* script slideshow pizzas */
	
	#slider {
    width: 929px; /* important to be same as image width */
    height: 432px; /* important to be same as image height */
    position: relative; /* important */

}
#sliderContent {
    width: 929px; /* important to be same as image width or wider */
	height: 432px; /* important to be same as image height */
    position: absolute;
	top: 0;
	margin-left: -30px;
	padding-left: 40px;
	
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	border: 0px solid black;
}
.sliderImage span {
    position: absolute;
	font: 15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
	height: 35px;
    width: 903px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 18px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
	/* fin script slideshow pizzas */
	
	/* formulaire */
	
#newsletter { margin:0; padding:5px; height:374px; background:#efefef; border:1px solid #e5e5e5;}

#newsletter * { font-family: Arial, Helvetica, sans-serif;; font-size:12px;}

#newsletter ol { margin:80px 0 0 20px; padding:0; list-style:none;}

#newsletter li { margin:0 0 5px 0; padding:10px; background:none;}

#newsletter li.buttons { margin:0; overflow:hidden;}

#newsletter label { margin:0; width:150px; display:block; float:left; padding:2px 0; font:bold 12px Arial, Helvetica, sans-serif; color:#666666;}

#newsletter label span { font:normal 10px Arial, Helvetica, sans-serif; color:#afafaf; margin:0; padding:0;}

#newsletter input.text { width:200px; border:1px solid #d6d6d6; margin:0; padding:5px 2px; height:25px; background:#fff;}

#newsletter textarea { width:200px; border:1px solid #d6d6d6; padding:2px; background:#fff;}

#newsletter li.buttons input { padding:3px 10px; margin:0 0 0 150px; background:#151515; border:1px solid #000; color:#FFF; float:left;}

#contactform { margin:0; padding:5px; background:#efefef; border:1px solid #e5e5e5;}

#contactform * { font-family: Arial, Helvetica, sans-serif;; font-size:12px;}

#contactform ol { margin:0; padding:0; list-style:none;}

#contactform li { margin:0 0 5px 0; padding:10px; background:none;}

#contactform li.buttons { margin:0; overflow:hidden;}

#contactform label { margin:0; width:150px; display:block; float:left; padding:2px 0; font:bold 12px Arial, Helvetica, sans-serif; color:#666666;}

#contactform label span { font:normal 10px Arial, Helvetica, sans-serif; color:#afafaf; margin:0; padding:0;}

#contactform input.text { width:280px; border:1px solid #d6d6d6; margin:0; padding:5px 2px; height:25px; background:#fff;}

#contactform textarea { width:280px; border:1px solid #d6d6d6; padding:2px; background:#fff;}

#contactform li.buttons input { padding:3px 10px; margin:0 0 0 150px; background:#151515; border:1px solid #000; color:#FFF; float:left;}