@import url(menu.css);
body {
	background: #472B1B url(images/page/back.png);
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 11px;
	z-index:10; 
}
h1{
	font-size: 2em;
	color: #189290;
	border-bottom: 1px solid #189290 ;
	text-align: left;
	width: 90%
}
h1.mail{
	font-size: 2em;
	background: url(images/picto/mail.png) top right no-repeat;
	color: #189290;
	/*padding-left: 36px;*/
	height: 32px;
	border-bottom: 1px solid #189290 ;
	text-align: left;
	vertical-align: bottom;
	width: 90%
}
h1.cat{
	font-size: 2em;
	color: #000;
	border-bottom: 0px solid #189290 ;
	text-align: left;
	width: 50%
}
.contact{
	font-size: 2em;
	color: #189290;
	border-bottom: 1px solid #189290 ;
	text-align: left;
	width: 90%
}
h2{
	font-size: 1.2em;
	color: #189290;
	text-decoration: underline;
	text-align: left;
	width: 90%
}
h2.cat{
	font-size: 1.3em;
	color: #000;
	text-decoration: none;
	text-align: left;
	width: 90%
}
h3 {
	font-size: 1.3em;
	text-decoration: none;
	text-align: left;
	padding-top: 0.5em;
}
h3 span{
	font-size: 1.2em;
	text-decoration: none;
	text-align: left;
	padding: 0.2em ;
	background:#189290;
}
a {
	color: #189290;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #189290;
	text-decoration: underline;
	font-weight: bold;
}
a img {
	border: 0;
}	
#page {
	margin-left: auto;
    margin-right: auto;
    width: 975px;
    text-align: center;
	padding: 0;
}
#pageHaut {
	width: 975px;
	height: 19px;
	margin-top: 10px;
	background:url(images/page/backHaut.png) 100% 0 no-repeat;
	padding: 0;
}
#pageContenu {
	width: 975px;
	background:url(images/page/backFond.png) 100% 0 repeat-y;
	padding: 0;
	text-align:center;
	position: relative;
}
#pageBas {
	 width: 975px;
	 height: 19px;
	 background:url(images/page/backBas.png) 100% 0 no-repeat;
	 padding: 0;

}
#footer{
	border-top: 1px solid #D8DEDE;
	margin: 5px 0 0 0;
	width: 100%;
}
#footer h3{
	text-align: center;
	margin: 0;
	padding:0;
}
.bouton {
  background: url('images/menu/noirGauche32.png'); /* Bord gauche et contenu du bouton */
  width: 930px;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}
.bouton div {
  background: url('images/menu/noirDroit32.png') 100% 0 no-repeat; /* Bord droit du bouton, aligné à droite ! */
  height: 30px; /* Hauteur des images bouton-gauche.png et bouton-droite.png */
  line-height: 30px; /* Centrer le texte verticalement sur le bouton */
  padding: 0 10px; /* S'assurer que le texte ne soit pas collé aux bordures du bouton */
  color: white; /* Le bouton est bleu foncé, le texte doit être clair */
}

#textPart{
	color: white;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	top: 0px;
	right: 0px;
	height: 20px;
	width: 100%;
	background: #472B1B url(images/page/backTop.png) 0 0 repeat-x;
	text-align: right;
	padding-right:15px;
	padding-top: 3px;
}
#textPart a {
	color: white;
	text-decoration: none;
	font-weight: normal ;
}
#textPart a:hover {
	color: #189290;
	text-decoration: underline;
	font-weight: normal ;
}

#bloc{
	width: 930px;
	padding: 15px 0px 15px 0px;
	margin-left: auto;
	margin-right: auto;
}
#blocGauche {
	float: left;
	width: 670px;
	min-height: 200px;
	margin: 0;
	text-align: left;
	position: relative;
}
#blocDroit{
	float: left;
	width: 257px;
	min-height: 200px;
	border-left: 1px solid #D8DEDE;
	margin: 0;
}
.clearFloat {
	clear: left;
	visibility: hidden;
}
/* Debut Formulaire */
fieldset{
	width: 450px;
	border: 1px solid #189290;
	padding: 20px 50px 20px 50px;
}
label{
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
legend{
	font-weight: bold;
	border: 1px solid #189290;
	padding: 5px;
}
.champs {
	width:310px;
	padding:5px;
}
.champsInput {
	width:300px;
}
textarea.champsInput {
	width:300px;
	height: 150px;
}
#formulaire{
	margin-left: 20px;
}
#blocForm{
	padding-left: 30px;
	text-align: left;
}
#blocForm div.mep{
	padding-left: 30px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 630px;
}
/* Fin Formulaire */

/* Debut CV */
#formation {
	font-weight: bold;
	font-size: 1.5em;
}
.blocFormation {
	padding: 0;
	margin:0 0 0 20px;
}
.blocFormationTitle{
	font-weight:bold;
}
.blocFormationComment {
	padding: 0;
	margin:0 0 0 25px;
}
#p_coordonnees{
	font-size:12px; 
	padding-left:30px; 
	background: url(images/Florian-Voirin.png) 450px 0 no-repeat;
	width: 100%;
	height: 100px ;
}
/* Fin CV */

/**
* Debut tableau liste des categories de gateaux
**/
#tableCategorie{
	width: 90%;
}
#tableCategorie tr {

}
#tableCategorie td {
	width: 50%;
	border: 1px solid #D8DEDE;
	padding: 2px 2px 2px 8px;
}
.imgCat{
	border: 0;
	text-align: center;
	padding: 5px 35px 5px 35px ;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}
/**
* Fin tableau liste des categories de gateaux
**/

.blocGris{
	width: 90%;
	padding: 0px;
	margin: 15px 0 15px 0;
}
.enteteMenu{
	width: 90%;
	color: #189290;
	border-top: 2px solid #189290;
	border-bottom: 1px dotted #189290;
	background: url(images/picto/flecheV2.png) 3px 3px no-repeat;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 29px;
	font-weight: bold;
	font-size: 1.3em;
	position: relative;
}
.contenuMenuG{
	padding: 5px;
	text-align: left;
}
.contenuMenuG img { 
	padding: 8px; border: 1px solid #D8DEDE; 
	background-color: #fff; top:0; left:0 
}
.enteteMenuCat{
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 8px;
	font-weight: bold;
	color: #189290;
	font-size: 1.3em;
}
.ulContenuMenuG{
	margin: 0; 
	padding: 0.2em 3em; 
	text-align: left;
	list-style: none;
}
.liContenuMenuG{
	cursor: pointer;
	text-align: left;
	float: left;
	width: 50%;
}
.liContenuMenuG a { 
	display: block; 
	padding: 0.2em 1em; 
	background: transparent url(images/bg_li.gif) left 50% no-repeat; 
	text-decoration: none;
	color: #A8DEDE ;
}
.liContenuMenuG a:hover, .liContenuMenuG a.on { 
	display: block; 
	padding: 0.2em 1em; 
	background: transparent url(images/bg_li_h.gif) left 50% no-repeat; 
	text-decoration: underline;
	color: #189290 ;
}
.textHome{
	font-size: 1.1em;
	padding: 0 3.5em 1em 2em;
}
.comment_pers span{
	font-weight: bold;
	color: #189290;
	font-size: 1.2em;
}
.par{
	margin-left: 20px;
	font-weight: normal;
	color: #000;
	font-size: 1.1em;
}
.comment_txt{
	width: 542px;
	margin-bottom: 10px;
	border: 1px solid #189290;
	padding: 0 5px 0 5px;
}
.sepComment {
	clear: left;
	height: 1px;
	border: 0px;
	margin:0px;
	padding:0px;
	visibility: hidden;
}
#hautPage{
	margin: 40px 0 40px 0 ;
	height: 20px;
}
#pnewMes{
	margin: 0 0 40px 0 ;
	height: 20px;
}
.partners li{
	margin-bottom: 10px;
	list-style: none;
}

h1#txtOff{
	color: #fff ;
	font-size: 0.8em;
	text-decoration: none;
	border:0;
	position: absolute;
	right: 10em;
	top:4.3em;
	width: 150px;
	z-index: 100;
}
#partenairesAccueil{
	margin-left: auto;
    margin-right: auto;
    width: 630px;
    text-align: center;
	padding: 0;
}
.descrGato{
	position: relative;
}
.dateGateaux{
	position: absolute;
	top: 0.2em;
	right: 0;
}
.cvPdf{
	background: url(images/icone_pdf.jpg) no-repeat;
	padding-left: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
}
.rss {
	margin: 15px auto 20px auto;
	min-height: 42px;
	text-align: left;
	width:200px;
}
.rss  a{
	color: #E48D4F;
	font-weight: bold;
	background: url(images/feed-icon.gif) no-repeat top left;
	padding: 6px 0 6px 45px;
	display: block;
}
.rss a span {
	font-size: 1.1em;
	display: block;
}
.addRss  a{
	margin:5px auto;
	display: block;
	width: 100px;
}
.presentationIndex a{
	color: #000;
	font-weight: normal;
}
h2.err404{
	text-decoration: none;
	color:#aaa;
}
.news{
	background: url(images/news.png) no-repeat top left;
	min-height: 20px;
	line-height: 20px;
	padding-left: 112px;
}