/*
Description: Groupe EPC
Version: 1.0 / Septembre 2010
Author: Lunaweb / juxy
Author URI: http://www.lunaweb.fr/
*/
	/* --- RESET ------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}

ul,ol,li {
	list-style: none;
	list-style-position: inside;
}

ol ol,ul ul,ol ul,ul ol {
	margin: 0;
	margin: 0;
}

a:focus {
	outline: none;
}

img {
	border: none;
}

html body * div.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 10px;
}

/* ------------------------------------------------------------------- */
	/* --- COMMON ------------------------------------------------------- */
body {
	font: 12px/1 Arial, sans-serif;
	color: #333;
	height: 100%;
	background: url(../images/header_bg.png) repeat-x #FFF
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	
}

a:visited {
	
}

input,select,textarea {
	
}

/* --------------------------------------------------------------------- */
	/* --- CONTAINER ------------------------------------------------------ */
#wrapper {
	min-height: 100%;
	width: 100%;
	position: absolute;
}

#container {
	padding: 0px 0px 100px 0px;
	min-height: 360px;
	overflow: hidden
}

#container-main {
	display: block;
	width: 950px;
	margin: 0px auto 0px auto;
	background: url(../images/header_bg_top.png) center top no-repeat;
}

/* --------------------------------------------------------------------- */
	/* --- HEADER --------------------------------------------------------- */
#header {
	display: block;
	width: 950px;
	height: 135px;
	position: relative;
	z-index: 100;
}

#header h2 a {
	display: inline;
	float: left;
	width: 140px;
	height: 130px;
	color: #FFF;
	font-size: 14px;
}

#header h2 a:focus {
	outline: none
}

#header h3 {
	position: absolute;
	top: 56px;
	left: 136px;
	font-size: 24px;
	color: #66002f;
	text-transform: uppercase;
	font-weight: normal;
}

/* --- MENU ANNEXE -------------------------------------------------------- */
#menu-annexe {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #680030;
	padding-top: 4px;
}

#menu-annexe a {
	display: inline;
	height: 21px;
	padding: 4px 5px 0px 5px;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
}

#menu-annexe a:focus {
	outline: none;
}

#menu-annexe a:hover {
	text-decoration: underline
}

/* --- MENU MAIN -------------------------------------------------------- */
#menu-main {
	display: block;
	position: absolute;
	left: 138px;
	top: 101px;
	width: 820px
}

#menu-main li,ul {
	display: block;
	float: left;
	height: 29px;
}

#menu-main li {
	position: relative;
}

#menu-main a {
	display: block;
	background: url(../images/menu_bg.png) 0px 0px no-repeat;
	width: 154px;
	text-align: center;
	height: 21px;
	padding-top: 8px;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #66002f;
	margin-right: 1px;
}

#menu-main a:focus {
	outline: none;
}

#menu-main a:hover {
	background-position: 0px -100px;
}

#menu-main a.selected {
	background: url(../images/menu_bg.png) 0px -50px no-repeat;
	color: #66002f;
	text-shadow: 0px 0px 0px;
}

#menu-main a.menu-accueil {
	width: 31px;
	background: url(../images/menu_home_bg.png) 0px 0px no-repeat;
	text-indent: -9999px
}

#menu-main a.menu-accueil.selected {
	background-position: 0px -50px;
}

/* --- SUBMENU -------------------------------------------------------- */
#menu-main li ul {
	position: aboslute;
	left: -5px;
	top: -5px;
	width: 162px;
	height: auto;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 16px;
	padding-top: 13px;
	background: url(../images/submenu_arrow.png) 10px 10px no-repeat #690030;
	text-shadow: 1px 1px 1px #66002f;
}

#menu-main li ul li {
	height: 28px;
	width: 164px;
}

#menu-main li ul li a {
	display: block;
	color: #d25d8c;
	background: none;
	text-align: left;
	text-transform: none;
	margin-left: 18px;
	font-size: 13px;
}

#menu-main li ul li a.selected {
	display: block;
	color: #FFF;
	background: none;
}

#menu-main li ul li a:hover {
	display: block;
	color: #FFF;
}

#menu-main li li ul {
	top: 0;
	left: 0;
	margin: 0;
}

#menu-main .submenu-title {
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	text-shadow: 1px 1px 1px #66002f;
	cursor: default;
}

#menu-main ul li a:hover {
	z-index: 600;
}

/* initialy hide all sub sidemenus */
#menu-main ul ul,#menu-main ul li:hover ul ul,#menu-main ul ul li:hover ul ul
	{
	position: absolute;
	display: none;
}

/* display them on hover */
#menu-main li:hover ul,#menu-main ul li:hover ul,#menu-main ul ul li:hover ul,#menu-main ul ul ul li:hover ul
	{
	z-index: 600;
	display: block;
}

/* -------------------------------------------------------------------- */
	/* --- PAGE ---------------------------------------------------------- */
#page {
	display: block;
	overflow: hidden;
	padding: 0px 6px 60px 6px;
}

.box_common {
	display: block;
	overflow: hidden
}

/* --- MAIN CONTENT ------------------------------------------------------------ */
#page p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 17px;
}

#page h1 {
	color: #000;
	font-size: 20px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	color: #690030;
	text-transform: uppercase;
	font-weight: bold
}

#page h1 i {
	color: #aaa;
	font-style: normal
}

#page h1 b {
	color: #cf0758;
	font-weight: normal
}

#page h2 {
	display: block;
	font-size: 12px;
	padding: 20px 0px 6px 0px;
	margin: 0px;
	color: #66002f;
	line-height: 16px;
}

#page h3 {
	color: #FFF;
	font-size: 14px;
	padding: 9px 15px 8px 15px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #690030;
	display: inline;
	line-height: 34px;
	clear: both
}

#page h3.white {
	color: #690030;
	border: 1px solid #690030;
	background-color: #FFF;
	padding: 8px 14px 7px 14px;
}

/* --- ACCUEIL ------------------------------------------------------------------ */
.page_accueil {
	padding-bottom: 30px !important;
}

.accueil_edito {
	display: block;
	overflow: hidden;
	padding: 20px 10px 10px 20px;
	font-size: 15px;
	width: 260px;
	float: left;
	background: url(../images/home_box_bg.png) no-repeat left;
	color: #242424
}

.accueil_box_implantations {
	display: block;
	overflow: hidden;
	width: 300px;
	background-color: #690030;
	height: 280px;
	float: right;
	padding: 10px 10px 0px 10px
}

.accueil_box_implantations img {
	padding: 0px !important;
	border: 0px !important;
}

.accueil_box_actu {
	display: block;
	overflow: hidden;
	width: 580px;
	float: left
}

#slider {
	height: 280px;
	margin-top: 5px;
}

/* --- SIDEBAR ----------------------------------------------------------------- */
.sidebar {
	display: inline;
	float: right;
	width: 346px;
	background-color: #;
	padding: 12px;
	line-height: 18px;
	background: url(../images/shadow_box.png) bottom right no-repeat #ececec;
	margin-left: 15px;
}

.sidebar p {
	padding-bottom: 12px !important;
}

.sidebar a {
	color: #d5226f;
	font-weight: bold;
	text-decoration: underline
}

.sidebar a:hover {
	color: #000;
}

/* --- PHOTOS ------------------------------------------------------------------ */
#page img {
	padding: 3px;
	border: 1px solid #ddd;
}

#page .right {
	float: right
}

#page .left {
	float: left
}

#page .photo {
	padding-bottom: 10px;
	background: url(../images/shadow_box.png) bottom right no-repeat #FFF;
	margin: 2px 4px 4px 2px;
	line-height: 0px;
}

/* --- PRESENTATION > BOX PRESIDENT -------------------------------------------- */
.box_president {
	display: block;
	float: left;
	width: 555px;
	padding: 10px 0px 0px 10px;
}

.box_president_message {
	font-family: Cambria, Georgia;
	font-style: oblique;
	font-size: 14px;
	line-height: 22px;
	text-indent: 10px;
	padding: 15px 5px 15px 0px;
	display: block;
}

.box_president_message p {
	line-height: 22px !important;
	padding-bottom: 10px !important;
}

.box_president_signature {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	float: right;
	font-size: 13px;
	line-height: 18px;
}

/* --- PRESENTATION > HISTORIQUE ------------------------------------------------ */
.box_chrono {
	display: block;
	float: left;
	background: url(../images/historique_bg.png) no-repeat;
	width: 542px;
	height: 820px;
	margin-top: 20px;
	margin-right: 20px;
}

.box_chrono_dates {
	display: block;
	float: left;
	width: 127px;
	padding-right: 45px;
	padding-top: 42px;
	text-align: right;
	line-height: 35px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	letter-spacing: 1px;
	font-family: 'HelveticaNeue-CondensedBold',
		'Helvetica Neue Bold Condensed', 'Helvetica Neue', Arial;
	font-stretch: condensed;
}

.box_chrono_texte {
	display: block;
	float: left;
	padding: 10px;
	width: 340px;
}

.box_chrono_texte em {
	color: #929292;
	font-style: normal
}

.box_chrono_texte ul {
	padding-top: 13px;
}

.box_chrono_texte li {
	line-height: 15px !important;
	padding-bottom: 11px;
	list-style: none;
	margin-left: 0px !important
}

.historique_arrow {
	background: url(../images/historique_bg_arrow.png) no-repeat top left;
	position: relative;
	left: 510px;
	top: 90px;
	z-index: 600px;
	width: 86px;
	height: 99px;
}

/* --- PRESENTATION > INTERVIEWS ------------------------------------------------ */
.box_interview {
	display: block;
	float: left;
	width: 430px;
	padding-right: 20px;
	padding-bottom: 30px;
}

p.question {
	font-weight: bold;
}

p.reponse {
	display: block;
	font-style: italic;
	padding-bottom: 12px !important;
}

/* --- ACTIVITES > REFERENCES --------------------------------------------------- */
.reference {
	display: block;
	float: left;
	width: 280px;
	padding: 5px;
	clear: left;
}

.ref-title {
	color: #690030;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 10px 0px 5px 0px;
	text-transform: uppercase
}

.ref-subtitle {
	color: #222;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 0px 0px 10px 0px;
	line-height: 14px;
}

.ref-text {
	line-height: 18px;
}

.ref-text a {
	color: #d5226f;
	font-weight: bold;
	text-decoration: underline
}

.ref-text a:hover {
	color: #000;
}

/* --- INFOS FINANCIERES ------------------------------------------------------- */
.icon-pdf {
	display: block;
	float: left;
	padding-left: 20px;
	background: url(../images/icon_pdf.gif) no-repeat top left;
	height: 20px;
	margin-top: 3px;
}

#page .communique_pagination a{
	color: #000000;
	text-decoration: none;
	background-color: #ececec;
	padding: 2px 4px;
	font-weight: normal;
}

#page .communique_pagination a:hover{
    text-decoration: underline;
}

#page .communique_pagination a.selected{
    background-color: #d5226f;
	color: #ffffff;
	cursor: default;
    font-weight: bold;
}

#page .communique_pagination a.selected:hover{
    text-decoration: none;
}

.communique {
	display: block;
	padding-bottom: 12px;
	clear: both;
}

.communique a{
	float: none;
}

.sidebar .communique{
    float: left;
	width: 300px;
}

.communique-date {
	color: #66002f;
	font-weight: bold;
	display: block;
}

.communique-titre {
	color: #222;
	font-weight: bold;
	display: block;
	padding-bottom: 2px;
}

.sidebar .communique-date, .sidebar .communique-titre{
    width: 300px;
}

.actu {
	display: block;
	float: left;
	width: 260px;
	line-height: 16px;
	padding-right: 12px;
}

.actu-date {
	color: #999;
	display: block;
	font-weight: bold;
	padding-top: 10px;
	/* padding-left: 6px; */
}

.actu-titre {
	color: #222;
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
	/* padding-left: 6px; */
}

.actu-texte {
	disaply: block;
	float: left;
	clear: left;
	padding-bottom: 20px;
}

.actu img {
	margin-right: 6px !important
}

.rapportannuel {
	display: block;
	float: left;
	padding-bottom: 12px;
	clear: both
}

.rapportannuel-titre {
	color: #66002f;
	font-weight: bold;
	display: block;
	padding-bottom: 2px;
	text-transform: uppercase;
	padding-top: 12px;
}

.rapportannuel-texte {
	color: #000;
	display: block;
	line-height: 16px;
}

.rapportannuel-archive-title {
    color: #aaabad;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    display: block;
    clear: both;
    padding-bottom: 16px;
    padding-top: 16px;
}

.compresse-title {
    color: #aaabad;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    display: block;
    clear: both;
    padding-bottom: 16px;
    padding-top: 16px;
}

.rapportannuel-archive-date {
	color: #66002f;
	font-weight: bold;
	display: block;
	float: left;
	clear: left;
	padding-right: 6px;
	padding-top: 3px
}

/* --- CONTACTS --------------------------------------------------------- */
.contact_principal {
	background-color: #eee;
	padding: 15px 20px 15px 20px;
	margin-top: 20px;
	line-height: 18px;
	margin-bottom: 30px;
}

.contact_nav_title {
	color: #690030;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	padding: 9px 8px 8px 2px;
	display: block;
}

.contact_tabs{
	width: 560px;
	text-align: right;
    border-bottom: 1px solid #CCC;
}

a.contact_on {
	color: #FFF !important;
	text-decoration: none !important;
	font-size: 13px;
	padding: 9px 8px 8px 8px;
	margin: 0px 3px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #690030;
	display: inline;
	line-height: 30px;
}

a.contact_off {
	color: #808080 !important;
	text-decoration: none !important;
	font-size: 13px;
	padding: 9px 8px 8px 8px;
	margin: 0px 3px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #DDD;
	display: inline;
	line-height: 30px;
}

a.contact_off:hover {
	background-color: #CCC
}

.contact_liste {
	padding-top: 0px;
}

.contact_liste ul {
	margin: 0px !important;
	padding: 0px !important
}

.contact_liste li {
	display: block;
	padding-bottom: 10px;
	line-height: 16px !important;
	margin: 0px !important
}

.contact_adresse_1 {
	font-size: 14px;
	color: #690030;
	font-weight: bold;
	text-transform: uppercase
}

.contact_adresse_2 {
	font-size: 14px;
	color: #d5226f;
	text-transform: uppercase
}

.contact_liste td {
	vertical-align: top;
	line-height: 16px;
	padding-bottom: 20px;
}

.contact_adresse {
	font-size: 12px;
	color: #666;
	line-height: 15px !important;
}

.contact_tel {
	font-size: 12px;
	color: #333;
	line-height: 15px !important;
}

/* --- AUTRES ELEMENTS --------------------------------------------------------- */
#page ul {
	display: block;
	list-style: none;
	list-style-position: inside;
	margin-left: 10px;
	height: auto;
	padding-bottom: 6px;
	float: none;
}

#page li {
	display: block;
	list-style: none;
	list-style-position: outside;
	margin-left: 10px;
	line-height: 18px;
}

#page ol {
	list-style: decimal;
	list-style-position: inside;
}

#page dl dt {
	font-weight: bold;
}

#page dl dd {
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

#page a {
	color: #d5226f;
	font-weight: bold;
	text-decoration: underline
}

#page a:hover {
	color: #000;
}

/* -------------------------------------------------------------------- */
	/* --- FOOTER -------------------------------------------------------- */
#container-footer {
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	margin-top: 0px;
	background: url(../images/footer_bg.png) no-repeat top center #690030
}

#footer {
	display: block;
	width: 950px;
	margin: 0px auto 0px auto;
	height: 45px;
	padding: 15px 10px 0px 10px;
	color: #884966;
	font-size: 11px;
}

#footer a {
	color: #884966;
	margin: 0px 3px 0px 3px
}

.footer_copyright {
	color: #FFF
}

#container-footer-home {
	width: 100%;
	height: 140px;
	position: absolute;
	bottom: 0;
	margin-top: 0px;
	background: url(../images/footer_bg.png) no-repeat top center #690030
}

#footer-home {
	display: block;
	width: 950px;
	margin: 0px auto 0px auto;
	height: 130px;
	padding: 10px 10px 0px 10px;
	color: #884966;
	font-size: 11px;
}

#footer-home a {
	color: #884966;
	margin: 0px 3px 0px 3px
}

.footer-home-top {
	display: block;
	height: 74px;
	font-size: 12px;
	line-height: 18px;
	width: 560px;
	padding-top: 6px
}

.footer-home-top strong {
	color: #FFF;
	font-weight: normal;
}

.footer-bottom {
	background: url(../images/footer_bg.png) no-repeat top center #690030;
	padding-top: 15px;
}

/* -------------------------------------------------------------------- */
	/* --- FORMS -------------------------------------------------------- */
.wpcf7-form {
	font-size: 13px;
	line-height: 20px;
	margin-left: 20px;
	padding-bottom: 30px;
}

.wpcf7-form-control-wrap {
	margin-top: 3px;
	display: block
}

.wpcf7-form p {
	margin: 0;
	padding: 0
}

input,select {
	border: 1px solid;
	border-color: #999 #CCC #CCC #999;
	width: 200px;
	padding: 5px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 4px 6px 4px 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input[type="file"] {
	border: 1px solid;
	border-color: #FFF;
	width: 280px;
	padding: 5px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 4px 6px 4px 1px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

input[type="checkbox"] {
	width: auto;
}

select {
	width: 168px
}

textarea {
	border: 1px solid;
	border-color: #999 #CCC #CCC #999;
	width: 360px;
	padding: 3px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 4px 6px 4px 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

textarea:focus,input:focus {
	border: 2px solid #999;
	background-color: #FFF;
	margin: 3px 5px 3px 0px;
}

.form-text-small {
	width: 150px;
	color: #777
}

.form-text-big {
	width: 315px;
	color: #777
}

.form-text-upload {
	width: 220px;
	color: #777
}

.form-textarea {
	width: 315px;
	color: #777
}

.form-submit {
	background-color: #cf0758;
	text-transform: uppercase;
	color: #FFF;
	width: 120px;
	float: right;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px;
	padding: 6px 0px 6px 0px;
	margin-right: 22px;
	margin-bottom: 30px;
	cursor: pointer
}

.form-submit:hover {
	background-color: #b4044b
}

.form-upload {
	width: 280px;
	color: #777;
}

/*** ADMIN ***/

#page .page_admin .form_errors, .sidebar .form_errors{
	color: #c50000;
}

.sidebar .form_errors{
	padding-left: 2px;
}

#page .page_admin a{
	display: inline-block;
}

#page .page_admin img{
	padding: 0px;
}

#page .page_admin .actu_archive{
	color: #aaaaaa;
}
	
#page .page_admin td{
	vertical-align: top;
	padding: 3px;
	line-height: 18px;
}

.admin_actu_titre{
	width: 300px;
}

#page .page_admin img{
	border: 0px;
}