/* MACHINE à RAVIOLI CSS */

*			{
			margin: 0;
			padding: 0;
			list-style-type: none;
			}

body		{
			margin: 0;
			padding: 0;
			font-size: 15px;
			color: #3C0202;
			font-family:"Trebuchet MS", "Times New Roman", Georgia, serif;
			letter-spacing: 0.02em;
			word-spacing: 0.02em;
			background: url(../img/pied2page/machine_ravioli_fond.jpg) no-repeat;
			}
			
/* APPARENCE des LIENS GENERIQUES */
			
a {text-decoration:none; color:rgb(156,121,86);}
a:hover{color:rgb(240,90,0);}
a:active, a:focus{color:rgb(180,0,0);}
/*a:visited{color:rgb(33,8,8);}*/
	
img{border: none;}
em{color:rgb(240,90,0); font-weight:bold;}	

			
			
			
#wrapper	{
			width: 895px;
			margin-left: auto;
			margin-right: auto;
			}


/* MENU : aspects et espacements*/
#menu	{
			width: 215px;
			height: 500px;  /* was 460 */
			float: left;
			text-align:right;
			font-style:italic;
			font-size: 18px;

			/*border: 1px solid black; /*repère bloc menu*/
			background: url(../img/menu/filet.jpg) no-repeat;
			background-position:right;
			}
			

			
#menu a{text-decoration:none; color:rgb(62,2,2);}
#menu a:hover{color:rgb(240,90,0);}
#menu #principal{margin-top:138px; margin-right:25%;}
#menu #annexe{margin-top:2em; margin-right:25%;}

ul{
  list-style-type: none;
  padding:0;
  margin:0;
}				
			
#annexe {color:rgb(193,193,193);}
.carterie {color:rgb(193,193,193);} /*DESACTIVATION des liens*/
.affiche {color:rgb(193,193,193);}
.photo {color:rgb(193,193,193);}
.contact{margin-top:30px;}
			

/* FORMULAIRE ASPECT */

#monFormulaire p
{margin: 2px 5%;}

#monFormulaire input, #monFormulaire select, #monFormulaire textarea
{ border: #CCC 1px solid;}

#monFormulaire input:hover, #monFormulaire select:hover, 
#monFormulaire input:focus, #monFormulaire select:focus, 
#monFormulaire textarea:hover, #monFormulaire textarea:focus
{
	border: #999 1px solid;
	background-color: rgb(152,193,193);
}

#monFormulaire label /*Couleur des labels */
{
	/*background-color: #FFCC66;*/
	display: block;
	width: 10%;
	float: left;
	padding-right: 10%;
	text-align: right;
	letter-spacing: 1px;
}

#monFormulaire label:hover
{font-weight:bold;}


#monFormulaire fieldset /* Marge et couleur */
{margin-bottom: 2px; border: #CCC 1px solid; /*background-color: rgb(193,193,193);*/}

/*#monFormulaire fieldset:hover
{background-color: #CCC;}*/

#monFormulaire fieldset legend /* Aspect des titres fieldset */
{	
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	padding: 0 20px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	font-size: 1em;
	color: #999;
}


			
			
/* HEADERS */		
			
#header	{   /* BANNIERE ACCUEIL */
			margin-top:15px;
			width: 660px;
			height: 122px;
			float: right;
			text-align: left;
			background: url(../img/bannieres/Machine-Ravioli_accueil.jpg) no-repeat;
			
			/*border: 1px solid black; /*repère bloc menu*/
			}
#headerbook	{    /* BANNIERE BOUQUIN */
			margin-top:15px;
			width: 660px;
			height: 122px;
			float: right;
			text-align: left;
			background: url(../img/bannieres/Machine-Ravioli_bouquin.jpg) no-repeat;
			
			/*border: 1px solid black; /*repère bloc menu*/
			}
			
#headercarte { /* BANNIERE CARTERIE */
			margin-top:15px;
			width: 660px;
			height: 122px;
			float: right;
			text-align: left;
			background: url(../img/bannieres/Machine-Ravioli_carterie.jpg) no-repeat;
			
			/*border: 1px solid black; /*repère bloc menu*/
			}
			
#headerplan { /* BANNIERE PLAN */
			margin-top:15px;
			width: 660px;
			height: 122px;
			float: right;
			text-align: left;
			background: url(../img/bannieres/Machine-Ravioli_plan.jpg) no-repeat;
			
			/*border: 1px solid black; /*repère bloc menu*/
			}
			
#headerbook01 { /* BANNIERE BOOK01 */
			margin-top:15px;
			width: 660px;
			height: 122px;
			float: right;
			text-align: left;
			background: url(../img/bannieres/Machine-Ravioli_book01.jpg) no-repeat;
			
			/*border: 1px solid black; /*repère bloc menu*/
			}
			
#headercontact { /* BANNIERE CONTACT */
			margin-top:15px;
			width: 660px;
			height: 122px;
			float: right;
			text-align: left;
			background: url(../img/bannieres/Machine-Ravioli_contact.jpg) no-repeat;
			
			/*border: 1px solid black; /*repère bloc menu*/
			}
			


/* CONTENANT */			
			
#contenu	{
			padding-top:2em;
			padding-right:15px;
			width: 660px;
			height: 378px; /* was 338 */
			float: right;
			text-align: right;
			line-height: 130%; /*interlignage*/
			
			/*border: 1px solid black; /*repère bloc menu*/
			}
#contenubook	{

			padding-bottom:2em;
			width: 660px;
			height: 378px; /* was 338 */
			float: right;
			
			/*border: 1px solid black; /*repère bloc menu*/
			}
			
#contenuplan	{
			padding-bottom:2em;
			width: 660px;
			height: 378px; /* was 338 */
			float: right;
			text-align:center;
			/*border: 1px solid black; /*repère bloc menu*/
			}
			
#contenubook01	{
			padding-bottom:2em;
			width: 660px;
			height: 378px; /* was 338 */
			float: right;
			text-align: left;
			line-height: 130%; /*interlignage*/
			
			/*border: 1px solid black; /*repère bloc menu*/
			}
			
#contenucontact	{
			padding-bottom:2em;
			width: 660px;
			height: 378px; /* was 338 */
			float: right;
			text-align: left;
			line-height: 130%; /*interlignage*/
			
			/*border: 1px solid black; /*repère bloc menu*/
			}

#hiddenbook{float:left; padding-left:2px; padding-right:10px; margin-top:-20px; /*border:1px solid black;*/}


/* FOOTER */			
			
#pied2page		{
			clear: both;
			text-align: center;
			}
		

#copyright
{
	margin:0 auto; 
	width: 650px;
	height: 66px;
	font-size:0.6em;
	padding:3%;
	text-align:justify;
	color:#FFEBCD;
}

/* petites modifs particulières sur certains éléments */
#imgfooter{padding-top:3em;}
#machine {font-size:1.2em;}
#bonav{font-size:1.2em;}
#warning{width: 35px ; height: 65px; float:left; margin-top:0.5em; margin-right:1em;}
#annonce{font-size:0.75em; line-height: 110%; color:rgb(240,90,0); text-align:left;}
#annonceplan{font-size:0.69em; line-height: 110%; color:rgb(240,90,0); text-align:center;}
#flashplayer{margin-top:5em; margin-bottom:3em; margin-right:5em; margin-left:5em; text-align:justify; font-size:0.9em;}
#icone{text-align:center; word-spacing: 3em;}
/*#contact_missive{font-style:italic; font-weight:bold;}*/
.contact_missive{font-style:italic; font-weight:bold;}

