/* Mise en page générale */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #eee;
	text-align: center;
}

.clearer {
	clear: both;
}

#global {
	min-height: 100%;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#entete {
	position: relative;
	height: 98px;
	background: #fff;
	color: #444;
}

#entete h1 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 98px;
	background: url(images/cuisset-hlg.jpg) top left no-repeat;
}

#entete h2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 547px;
	height: 98px;
	background: url(images/conseil-en-organisation.jpg) top right no-repeat;
}

#entete h1 a span,
#entete h2 span {
	display: none;
}

#entete #langues {
	position: absolute;
	top: 54px;
	right: 2px;
	width: 96px;
	height: 40px;
	z-index: 100;
}

#entete #langues .langue-fr,
#entete #langues .langue-en {
	float: left;
	width: 44px;
	height: 12px;
	font-size: 10px;
	text-align: center;
	color: #a2a2a2;
	text-decoration: none;
	padding-top: 28px;
	background: url(images/langues.png) no-repeat;
}

#entete #langues p.langue-fr {
	background-position: 10px 0;
}

#entete #langues p.langue-en {
	background-position: 10px -94px;
}

#entete #langues a.langue-fr {
	background-position: -68px 0;
}

#entete #langues a.langue-en {
	background-position: -68px -94px;
}

#entete #langues a.langue-fr:hover {
	background-position: 10px 0;
}

#entete #langues a.langue-en:hover {
	background-position: 10px -94px;
}

#entete #plan-du-site {
	position: absolute;
	top:6px;
	right: 16px;
	font-size: 11px;
	padding: 2px 0 3px 20px;
}

#entete #plan-du-site a {
	color: #4a757c;
	text-decoration: none;
}

#entete #plan-du-site a:hover {
	color: #3bb5bf;
}

.illustration {
	display: block;
	height: 183px;
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
}

#illustration-accueil,
#illustration-defaut {
	background: url(images/illustration-defaut.jpg) top left no-repeat;
}

#illustration-conseil-organisation {
	background: url(images/illustration-conseil-organisation.jpg) top left no-repeat;
}

#illustration-gestion-commerciale {
	background: url(images/illustration-gestion-commerciale.jpg) top left no-repeat;
}

#illustration-evenementielle {
	background: url(images/illustration-evenementielle.jpg) top left no-repeat;
}

#illustration-comptabilite {
	background: url(images/illustration-comptabilite.jpg) top left no-repeat;
}

#illustration-secretariat {
	background: url(images/illustration-secretariat.jpg) top left no-repeat;
}

#illustration-mediation {
	background: url(images/illustration-mediation.jpg) top left no-repeat;
}

#illustration-services-aux-particuliers {
	background: url(images/illustration-services-aux-particuliers.jpg) top left no-repeat;
}

#corps {
	position: relative;
	width: 800px;
	background: #fff url(images/fond_menu_bas.jpg) bottom left no-repeat;
}

#contenant {
	overflow: auto;
	background: transparent url(images/fond_contenu_bas.jpg) bottom right no-repeat;
}

#menu {
	position: relative;
	float: left;
	width: 190px;
	margin-top: 16px;
	padding-bottom: 96px;
}

#menu li {
	list-style: none;
	margin-bottom: 1px;
}

#menu li a {
	display: block;
	width: 170px;
	color: #4a757c;
	line-height: 20px;
	text-decoration: none;
	padding-left: 20px;
	background: url(images/fd-menu.jpg) 0 0 no-repeat;
}

#menu li a.actif {
	background-position: 0 -40px;
}

#menu li a:hover {
	background-position: 0 -20px;
}

#contenu {
	float: right;
	margin-top: 6px;
	width: 590px;
	padding: 8px;
	color: #444;
}

#pied {
	height: 25px;
	padding: 1px;
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	font-size: 10px;
	text-align: center;
	background: #a4a4a4 url(images/pied.jpg) top left no-repeat;
	color: #444;
}

#pied strong {
	color: #111;
	font-weight: bold;
}

#doublon-menu {
	float: right;
	width: 520px;
	margin: 0;
	text-align: right;
	color: #c2c2c2;
}

#doublon-menu li {
	display: inline;
	margin: 0 0 0 4px;
}

#doublon-menu li a {
	text-decoration: none;
	color: #c2c2c2;
	font-size: 11px;
	line-height: 11px;
}

#doublon-menu li a:hover {
	color: #a2a2a2;
}

#realisation {
	text-align: left;
	font-size: 11px;
	margin-top: 2px;
	color: #888;
}

#realisation a {
	color: #888;
	text-decoration: none;
}

#realisation a:hover {
	color: #ff7f00;
}


/* Mise en page du contenu générique des pages */

#contenu h3 {
	color: #ff7f00;
	font-size: 13px;
	text-align: right;
	font-weight: normal;
	font-variant: small-caps;
	margin-bottom: 10px;
	margin-right: 10px;
}

#contenu h4 {
	color: #4a757c;
	font-size: 13px;
	font-weight: bold;
}

#contenu ul {
	margin-bottom: 10px;
}

#contenu li {
	list-style-position: outside;
	list-style-image: url(images/puce_li.gif);
	margin-left: 24px;
}

#contenu p {
	margin: 10px 0;
	text-align: justify;
}

#contenu p.sans-espacement {
	margin-bottom: 3px;
}

#contenu p.sans-espacement-haut {
	margin-top: 0;
}

#contenu table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}

#contenu th {
	padding: 1px 3px;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	border: 1px solid #888;
	background: #eee;
	color: #4a757c;
}

#contenu td {
	padding: 1px 3px;
	border: 1px solid #888;
}

#contenu td.couleur1 {
	background: #fff;
}

#contenu td.couleur2 {
	background: #eff9ff;
}

#contenu a {
	color: #666;
	text-decoration: none;
}

#contenu a:hover {
	color: #333;
	text-decoration: none;
}

#contenu .img-contenu {
	float: right;
	margin: 2px 0 2px 6px;
}





/* Mise en page du bloc actualités sur l'accueil */

.bloc-actu-accueil {
	position: relative;
	float: left;
	width: 278px !important;
	width: 273px;
	margin-bottom: 14px;
	background: #fff url(images/bloc-actu-top.jpg) top left no-repeat;
	overflow: visible;
}

.bloc-actu-accueil .bottom {
	position: relative;
	min-height: 52px;
	padding: 8px;
	background: url(images/bloc-actu.jpg) bottom right no-repeat;
}

.bloc-gauche {
	margin-right: 16px;
	clear: both;
}



/* Mise en page actualités */

.bloc-actu {
	position: relative;
	width: 588px;
	margin-bottom: 14px;
	background: url(images/bloc-actu-top.jpg) top left no-repeat;
	overflow: visible;
}

.bloc-actu .bottom {
	position: relative;
	padding: 8px;
	background: url(images/bloc-actu.jpg) bottom right no-repeat;
}

.bloc-actu img {
	float: left;
	margin: 0 8px 8px 0;
	border: 1px solid #4a757c;
}

.bloc-actu h4,
.bloc-actu-accueil h4 {
	position: relative;
	color: #4a757c;
	font-weight: bold;
	font-size: 12px;
}

#contenu .bloc-actu p,
#contenu .bloc-actu-accueil p {
	margin: 0;
	padding: 0 4px 4px 0;
}

#contenu .bloc-actu p.lire-suite,
#contenu .bloc-actu-accueil p.lire-suite {
	bottom: 0;
	right: 0;
	text-align: right;
	padding: 0;
	margin: 0;
}

#contenu .bloc-actu p.lire-suite a,
#contenu .bloc-actu-accueil p.lire-suite a {
	padding: 1px 8px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #ffe1c6;
	background: #ff7f00 url(images/btn-lire-suite.jpg) 0 0 no-repeat;
	border: 1px solid #ff5f10;
}

#contenu .bloc-actu p.lire-suite a:hover,
#contenu .bloc-actu-accueil p.lire-suite a:hover {
	background-position: 0 -20px;
}

#index {
	text-align: right;
	padding-right: 12px;
	margin-bottom: 4px;
}

#index a {
	padding: 2px 5px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	color: #4a757c;
	border-top: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	border-bottom: 2px solid #a2a2a2;
	border-right: 2px solid #a2a2a2;
	background: #fff url(images/btn-index.jpg) bottom right no-repeat;
	margin-left: 6px;
}

#index a:hover {
	border-color: #666;
}

#index a.actif {
	background: #8eabaf;
	color: #fff;
	border-color: #888;
}

#index a.actif:hover {
	border-color: #555;
}

#contenu .img-actu {
	float: left;
	margin: 12px 8px 8px 0;
	border: 1px solid #4a757c;
}

#contenu .date-actu {
	margin: 4px 0 0 0;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #888;
}

#contenu .document-actu {
	text-align: right;
	margin-top: 4px;
}

#contenu .document-actu a {
	padding: 2px 2px 2px 20px;
	line-height: 16px;
	font-size: 12px;
	background: transparent url(images/document-actu.png) center left no-repeat;
}



/* Mise en page formulaire de contact */

div.confirm-form {
	width: 518px;
	margin: 0 auto;
	padding: 6px;
	border: 1px solid #66842e;
	text-align: center;
	color: #66842e;
	background: #fff url(images/fond_contenu_bas.jpg) bottom right no-repeat;
}

div.erreur-form {
	width: 518px;
	margin: 0 auto;
	padding: 6px;
	border: 1px solid #cf2626;
	text-align: center;
	color: #cf2626;
	background: #fff url(images/fond_contenu_bas.jpg) bottom right no-repeat;

}

#formulaire-contact {
	width: 550px;
	margin: 8px auto;
}

.field {
	display: block;
	clear: both;
	text-align: center;
}

label {
	float: left;
	display: block;
	width: 90px;
	margin: 0 4px 0 8px;
	text-align: left;
}

label.mini-label {
	width: 60px;
	padding-left: 20px;
}

.submit {
	background: #fff;
	color: #ff7f00;
}

.input {
	float: left;
	display: block;
	width: 430px;
	border: 1px solid #ccc;
	margin-bottom: 6px;
	vertical-align: top;
	background: #fff url(images/fond_contenu_bas.jpg) bottom right no-repeat;
}

.demi-input {
	float: left;
	display: block;
	width: 168px;
	border: 1px solid #ccc;
	margin-bottom: 6px;
	vertical-align: top;
	background: #fff url(images/fond_contenu_bas.jpg) bottom right no-repeat;
}

.input-captcha {
	border: 1px solid #ccc;
	margin: 2px 0 6px 0;
	padding-top: 3px;
	width: 118px;
	height: 22px;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	letter-spacing: 6px;
	background: #fff url(images/fond_contenu_bas.jpg) bottom right no-repeat;
}

label.label-erreur-form {
	color: #cf2626;
}

table#form-contact-captcha {
	width: 430px;
	margin: 0;
	border-collapse: collapse;
	text-align: left;
}

table#form-contact-captcha td{
	border: 0;
	padding: 0;
}

table#contact-localisation td {
	border: 0;
	padding: 8px;
}

table#contact-localisation a.smoothbox {
	font-weight: bold;
	color: #555;
}
table#contact-localisation a.smoothbox:hover {
	color: #888;
}



/* Mise en page Plan du site */

#contenu ul.left {
	width: 42%;
	float: left;
}

#contenu ul.right {
	width: 42%;
	float: left;
}

#contenu ul.left li , 
#contenu ul.right li {
	margin: 5px 0;
	list-style-image: none;
	list-style-type: none;
}

#contenu ul.left li img, 
#contenu ul.right li img {
	vertical-align: middle;
	margin-right: 6px;
	border: 1px solid #bbb;
	width: 40px;
	height: 30px;
}