/*CHARTE COULEUR
Indication des couleurs principales de la charte :
Couleur rouge de la page : #c2003f
Couleur ivoire de la page : #fefee2
*/
/*style css du PIT ceproc*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
}
body{
font:10pt "Arial" serif;
background-color: white !important;
size:portrait;
left: 0px;
padding:0px;
text-align:left;/*on r&eacute;tablit l'alignement normal de body ici pour IE */
margin:0 0 0 0;/*hauteur de la page du bord haut*/
margin-left:0px;
width: 100%;
}
/***************************/
/*Code commun avec TinyMCE*/
ul{
list-style-image: url(images/puce-01.jpg);
}
li{
margin-left:20px;
}
ul ul{
list-style-image: url(images/puce-02.jpg);
}
ul ul ul{
list-style-image: url(images/puce-01.jpg);
}
.img-float-left{
float:left;
margin-right:20px;
margin-bottom:5px;
margin-top:5px;
}
.img-float-right{
float:right;
margin-left:10px;
margin-bottom:5px;
margin-top:5px;
}
.img-float-l-haut{
float:left;
vertical-align:top;
margin-right:20px;
margin-bottom:5px;
margin-top:5px;
}
.img-float-r-haut{
float:right;
vertical-align:top;
margin-left:10px;
margin-bottom:5px;
margin-top:5px;
}
.noir_11{
color:#000000;
font-size:11pt;
}
.texte_normal{
	color:#000000;
	font-size:11pt;
	text-decoration: none;
	text-align: justify;
}
.texte_noir_12{
	color:#000000;
	font-size:12pt;
	text-decoration: none;
	text-align: justify;
}
.texte_noir_12_gras{
	color:#000000;
	font-size:12pt;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}
.texte_noir_13{
	color:#000000;
	font-size:13pt;
	text-decoration: none;
	text-align: justify;
}
.texte_noir_13_gras{
	color:#000000;
	font-size:13pt;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}
.texte_petit_gras_rouge{
color:#c2003f;
font-size:12pt;
font-weight: bold;
}
.texte_petit_gras_noir{
color:#000000;
font-size:11pt;
font-weight: bold;
}
.texte_petit_gras_gris{
color:#666;
font-size:11pt;
font-weight:bold;
}
.texte_petit_noir_italic{
color:#000000;
font-size:10pt;
font-style: italic;
}
.lettrine {
float: left; /* positionnement de la lettrine dans le conteneur*/
font-size: 28pt;
font-family: arial;
color: #c2003f;
margin: 1px;
padding: 1px;
line-height: 24px;
}
.lien_rouge_gras{
	color:#c2003f;
	font-size:11pt;
	text-decoration: underline;
	font-weight:bold;
}
.lien_rouge_gras:hover{
	color:#c2003f;
	font-size:11pt;
	text-decoration: none;
	font-weight:bold;
	
}
.lien_noir_gras{
	color:#000;
	font-size:11pt;
	text-decoration:underline;
	font-weight:bold;
}
.lien_noir_gras:hover{
	color:#000;
	font-size:11pt;
	text-decoration:none;
	font-weight:bold;
}
.lien_rouge{
	color:#c2003f;
	font-size:11pt;
	text-decoration: none;
}
.lien_rouge:hover{
	color:#c2003f;
	font-size:11pt;
	text-decoration: underline;	
}
.lien_rouge_souligne{
	color:#c2003f;
	font-size:11pt;
	text-decoration: underline;
}
.lien_rouge_souligne:hover{
	color:#c2003f;
	font-size:11pt;
	text-decoration: none;	
}
.lien_noir{
	color:#000;
	font-size:11pt;
	text-decoration:none;
}
.lien_noir:hover{
	color:#000;
	font-size:11pt;
	text-decoration:underline;
}
.lien_noir_souligne{
	color:#000;
	font-size:11pt;
	text-decoration:underline;
}
.lien_noir_souligne:hover{
	color:#000;
	font-size:11pt;
	text-decoration:none;
}
/***************************/
/* Style recurrent */
/* Ici tous les styles de type attribues directement au balise (sans class ni identifiant)*/
.lienRouge11Gras{
font-size:11pt;
color:#c2003f;
font-weight:bold;
}
.lien-plan{
padding-left:30px;
font-size:11pt;
display: block;
color:#000000;
}
.lien-plan:hover{
padding-left:30px;
font-size:11pt;
display: block;
color:#000000;
text-decoration: underline;
}
.lien_11_rouge_soul{
font-size:11pt;
color:#c2003f;
text-decoration:underline;
}
.lien_11_rouge_soul:hover{
font-size:11pt;
color:#c2003f;
text-decoration:none;
}
.lien-jaune-gras{
font-size:11pt;
color:#fefee2;
font-weight:bold;
text-decoration:none;
}
.lien-jaune-gras:hover{
text-decoration:underline;
}
.lien_transparent{
text-decoration:none;
color:#000000;
cursor:auto;
}
.lien_transparent:hover{
text-decoration:none;
}
.lien_transparent_blanc{
text-decoration:none;
color:#000;
cursor:auto;
font-size:16pt;
}
.lien_transparent_blanc:hover{
text-decoration:none;
font-size:16pt;
}
ul.none{
list-style:none;
list-style-image:none;
font-size:11px;
}
.text-right{
text-align:right;
}
.text-center{
text-align:center;
}
strong {
font-weight:bold;
}
em {
font-style:italic;
}
u{
text-decoration:underline;
}
/* Style de texte */
/* Ici tous les styles des textes du site */
.texte_11_rouge_soul{
	color:#c2003f;
	font-size:11pt;
	text-decoration:underline;
}
.texte_normal_rouge{
	color:#c2003f;
	font-size:11pt;
	text-decoration: none;
	text-align: justify;
}
.texte_petit_gras_noir_justifie{
	color:#000000;
	font-size:11pt;
	text-align: justify;
	font-weight: bold;
	text-decoration: none;
}
.texte_moyen_noir{
	color:#000000;
	font-size:14pt;
	text-decoration: none;
}
.texte_blanc_footer{
	color:#000;
	font-size:11pt;
	text-decoration: none;
}
.texte_gras_blanc{
	color:#000;
	font-weight: bold;
	font-size:11pt;
	text-align: left;
	text-decoration: none;
}
.txt-souligne{
font-size:11pt;
text-decoration:underline;
}
/* Fin Style des textes */
/* Style de lien */
/* Ici tous les styles des liens hypertextes du site */
.pagination{
	color:#000000;
	font-size:11pt;
	text-decoration: none;
	text-align:center;
}
.pagination:hover{
	color:#c2003f;
	font-size:11pt;
	text-decoration: underline;
	text-align: center;
}
.paginationB{
	color:#c2003f;
	font-size:11pt;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}
.paginationB:hover{
	color:#c2003f;
	font-size:11pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.lien_petit_gras_rouge{
	color:#c2003f;
	font-size:11pt;
	text-align: right;
	text-decoration: none;
}
.lien_petit_gras_rouge:hover{
	color:#c2003f;
	font-size:11pt;
	text-align: right;
	text-decoration: underline;
}
.lien_petit_gras_noir{
	color:#000000;
	font-size:11pt;
	text-align: right;
	text-decoration: none;
}
.lien_petit_gras_noir:hover{
	color:#000000;
	font-size:11pt;
	text-align: right;
	text-decoration: underline;
}
.lien_petit_gras_noir_bold{
	color:#000000;
	font-weight: bold;
	font-size:11pt;
	text-align: right;
	text-decoration: none;
}
.lien_petit_gras_noir_bold:hover{
	text-decoration: underline;
}
.copyright{
	color:#c2003f;
	font-size:11pt;
	text-decoration: none;
}
.copyright:hover{
	color:#c2003f;
	font-size:11pt;
	text-decoration: underline;
}
.lien_blanc_footer{
	color:#000;
	font-size:11pt;
	text-decoration: none;
}
.lien_blanc_footer:hover{
	color:#000;
	font-size:11pt;
	text-decoration: underline;
}
.lien-noir-rouge{
     color:#000;
	font-size:11pt;
	text-decoration: none;
}
.lien-noir-rouge:hover{
     color:#c2003f;
	font-size:11pt;
	text-decoration: none;
}
/* Fin Style des lien */
/* Fin Style recurrent */
/* Style general */
#contenu{
 position:relative;/*contient tout les autres calques*/
 width:100%;
 text-align: left; /*on r&eacute;tablit l'alignement normal du texte */
 color:#000;
}
/* Style Header*/
#header{display:none;}
#logo-recherche{display:none;}
#logo{display:none;}
#rechercher{display:none;}
.cadrerecherche{display:none;}
.okrecherche{display:none;}
.okrecherche:hover{display:none;}
#flashheader{display:none;}
/* Fin Style Header*/
/* Style Menu*/
#menuombre{display:none;}
#conteneurmenu{display:none;}
#menu1{display:none;}
#menu2{display:none;}
#menu3{display:none;}
#menu4{display:none;}
#menu5{display:none;}
#menu6{display:none;}
#menu7{display:none;}
#menu8{display:none;}
#menu9{display:none;}
#menu10{display:none;}
#menu11{display:none;}
#menu1 a, #menu2 a, #menu3 a, #menu4 a, #menu5 a, #menu6 a, #menu7 a, #menu8 a, #menu9 a, #menu10 a, #menu11 a{display:none;}
#menu1 a:hover, #menu2 a:hover, #menu3 a:hover, #menu4 a:hover, #menu5 a:hover, #menu6 a:hover, #menu7 a:hover, #menu8 a:hover, #menu9 a:hover, #menu10 a:hover, #menu11 a:hover{display:none;}
/* Sous-menus */
div.ssmenu{display:none;}
div.ssmenu a{display:none;}
div.ssmenu a:hover{display:none;}
div#ssmenu1{display:none;}
div#ssmenu2{display:none;}
div#ssmenu3{display:none;}
div#ssmenu4{display:none;}
div#ssmenu5{display:none;}
div#ssmenu6{display:none;}
div#ssmenu7{display:none;}
div.ssssmenu{display:none;}
div.ssssmenu a{display:none;}
div.ssssmenu a:hover{display:none;}
div#ssssmenu1{display:none;}
div#ssssmenu2{display:none;}
div#ssssmenu3{display:none;}
div#ssssmenu4{display:none;}
div#ssssmenu5{display:none;}
div#ssssmenu6{display:none;}
div#ssssmenu7{display:none;}
div#ssssmenu8{display:none;}
/* Fin Style Menu*/
/* Style Page*/
/* Style Contenu-Page*/
/* Contenu du centre de la page */
#contenu-footer{
    position: absolute;
	width:100%;
	top:0px;
	left:0px;
	z-index: 1;
}
#contenu-centre-infos{
	width:100%;
	float:left;
}
#contenucentre{
	width:100%;
	color:#000000;
	font-size:10pt;
	text-decoration: none;
	float:left;
}
#contenucentre01{
	width: 100%;
	color:#000000;
	font-size:10pt;
	text-decoration: none;
	float: left;
}
#contenucentre01image{
	width: 100%;
	height: auto;
	float: left;
}
#contenucentre01imageGlob{display:none;}
#ccontenucentre01imageGlobDessus{display:none;}
#ccontenucentre01imageGlobDessous{display:none;}
#contenucentre01image_cadre_rouge_titre{
	background-image: url(images/charcuterie_traiteur_rouge_titre.gif);	
	background-repeat: no-repeat;	
	width: 100%;
	height: auto;
	padding-left: 0px;
	padding-top: 0px;
	float: left;
}
#contenucentre01texte{
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	float: left;
}
/* Contenu cadre 01 */
#contenucentre02{
	width:100%;
	float:none;
	padding-left:100px;
}
#contenucentre02_cadre01{
	width:100%;
	float:none;
}
#contenucentre02_cadre03{
	width:100%;
	float:none;
	margin-top: 0px;
}
#contenucentre02_cadre02{
	margin-left: 0px;
	width:100%;
	float:none;
}
#contenucentre02_cadre04{
	margin-top: 0px;
	margin-left: 0px;
	width:100%;
	float:none;
}
.contenucentre02_cadre01_image_haut{
	background-image: url(images/charcuterie_traiteur_titre_contenu_02.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	width: 100%;
	height: 18px;
}
.contenucentre02_cadre01_image_centre{
	background-image: url(images/charcuterie_traiteur_01_image_r.jpg);
	background-repeat: repeat-y;
	font-size: 0px;
	padding-left: 0px;
	width: 100%;
	height: auto;
}
.contenucentre02_cadre01_image_repeat{
	background-image: url(images/charcuterie_traiteur_image_r.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}
.contenucentre02_cadre01_image_bas{
	background-image: url(images/charcuterie_traiteur_image02.jpg);
	background-repeat: no-repeat;
	font-size: 0px;
	width: 100%;
	height: auto;
	text-align:right;
	padding-right:15px;
	}
/* Contenu du cote droit */
#contenuinfos{display:none;}
.contenuinfos_cadre01{display:none;}
.contenuinfos_cadre01_haut{display:none;}
.contenuinfos_cadre01_titre{display:none;}
.contenuinfos_cadre01_itp{display:none;}
/* Contenu page*/
#contenu-barre-rouge{
	background-image: url(images/barre-rouge.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-left: 0px;
	float:left;
}
.contenu-texte-image{
	margin-top: 0px;
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
	float:left;
}
.float-gauche{
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
}
/* Fin de Contenu page*/
/* Contenu de la page telecharger */
/* Fin Style Page*/
/* Style Footer*/
#footer{
	clear:none;
	background-image: url(images/charcuterie_traiteur_footer.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	width: 100%;
	height: auto;
	color:#000;
	font-size:11pt;
	text-decoration: none;
	float: left;
}
#copyright{
	width: auto;
	padding-top: 0px;
	text-align: center;
}
/* Style Fin Footer*/
/* Fin Style des pages */
.inputPart{
width:250px;
border:1px solid #000;
}
.inputPartMessage{
width:250px;
height:150px;
border:1px solid #000;
}
.btnPart{
background-color:#fff;
color:#c2003f;
cursor:pointer;
}
.connectInput{
width:150px;
border:1px solid #000;
background-color:#fefee2;
}
.connectBtn{
background-image:url(images/btn.gif);
background-color:#fff;
width:120px;
height:21px;
font-size:13pt;
font-weight:bold;
color:#fefee2;
padding-top:-4px;
}
.connectBtn:hover{
background-image:url(images/btn_roll.gif);
background-color:#fff;
color:#c2003f;
}
.RechercheSelect{
width:150px;
border:1px solid #000;
background-color:#fefee2;
}
#tableListe{
width:100%;
font-size:11pt;
border-collapse:collapse;
border-spacing:0px;
}
#tableListe tr.titre{
font-weight:bold;
background-color:#c2003f;
color:#fefee2;
}
#tableListe td{
border-bottom:1px solid #c2003f;
}
.fondIvoire{
background-color:#fefee2;
}
/*recette lor*/
.recetteType{
float:left;
width:30%;
padding-bottom:10px;
}
.detailRecette{
width:100%;
font-size:11pt;
border-collapse:collapse;
border-spacing:0px;
border-right:0px solid #c2003f;
}
.titreRecette{
width:100%;
background-color:#c2003f;
font-size:11pt;
padding-left:4px;
font-weight:bold;
color:#fefee2;
border-top:0px solid #c2003f;
border-bottom:0px solid #c2003f;
border-left:0px solid #c2003f;
}
.suppRecette{
border-top:1px solid #c2003f;
border-bottom:1px solid #c2003f;
background-color: #c2003f;
display:none;
}
.tr_tableGestion{
vertical-align:top;
display:none;
}
.tableGestion{
border-collapse:collapse;
border-spacing:0px;
display:none;
}
.recetteGestion{
border:1px solid #c2003f;
border-right:0px solid #c2003f;
vertical-align:top;
width:26px;
height:26px;
display:none;
}
.contenuRecette{
padding:10px;
vertical-align:top;
border-left:0px solid #c2003f;
border-bottom:1px solid #c2003f;
}
.detailCommentaire{
width:100%;
font-size:11pt;
border-collapse:collapse;
border-spacing:0px;
border-right:0px solid #c2003f;
}
.titreCommentaire{
width:100%;
background-color:#fefee2;
font-size:11pt;
padding-left:0px;
font-weight:bold;
color:#c2003f;
border-top:1px solid #c2003f;
border-bottom:0px solid #c2003f;
border-left:0px solid #c2003f;
}
.suppCommentaire{
border-top:1px solid #c2003f;
border-bottom:1px solid #c2003f;
background-color: #c2003f;
display:none;
}
.commentaireGestion{
border:1px solid #c2003f;
border-right:0px solid #c2003f;
vertical-align:top;
width:26px;
height:26px;
background-color:#c2003f;
display:none;
}
.contenuCommentaire{
padding:10px;
vertical-align:top;
border-left:1px solid #c2003f;
border-bottom:1px solid #c2003f;
}
.tablo{
width:100%;
font-size:11pt;
border-collapse:collapse;
border-spacing:0px;
}
.tablo td{
padding-top:10px;
}
.tablo td.espace{
width:10%;
}
.tablotd{
width:50%
}
.RechercheSelect2{
width:160px;
border:1px solid #000;
background-color:#fefee2;
}
.connectInput3{
width:160px;
border:1px solid #000;
background-color:#fefee2;
}
.titreT{
width:36%;
padding-left:3px;
}
.titreA{
width:20%;
}
.titreDC{
width:14%;
text-align:center;
}
.titreP{
width:35%;
text-align:left;
padding-top:2px;
padding-bottom:2px;
}
.titrePT{
width:35%;
text-align:right;
vertical-align:top;
padding-top:2px;
padding-bottom:2px;
padding-right:5px;
}
.titreN{
width:30%;
text-align:center;
}
.contenu-texte-image_{
	margin-top: 0px;
	width: 630px;
	padding-top: 0px;
	padding-left: 20px;
	float:left;
}
.connectInput2{
width:250px;
border:1px solid #000;
background-color:#fefee2;
}
.select2{
	background-color: #fefee2;
	margin-top: 10px;
	color: #000000;
	border: 1px solid #7f9db9;
	width: 250px;
}
#rechercheRecette {
width:40%
}
#tablePartenaire{
width:100%
}
#tablePartenaire td{
width:25%
}