*{
	margin: 0;
	padding: 0;
	outline: none;
}
 
img {
	border: none;
} 
 
a { 
  text-decoration: none; 
} 
 
a:hover { 
  text-decoration: underline; 
}

.clear {
	clear: both;
}

h1, .h1 {
	color: #982826;
	font-size: 18px;
	font-weight: normal;
}

 
body {
	background: #fff url(/images/site/bkgBody.png) 0 0 repeat-x;
	font-family: Verdana, Arial, sans-serif;
	color: #444; 
	font-size: 13px; 
}

.site {
	width: 1004px;
	margin: 0 auto;
} 
 
.select_slot_type { 
	display:none;	 
} 
 
label.slot_type_label { 
	display:none;	 
}





/* ---------------------------------------------------------------------- HEADER ------------*/
.header {
	background: url(/images/site/header.png) 0 0 no-repeat;
	height: 185px;
	position: relative;
	top: 0;
}

.header .logo {
	position: relative;
	top: 35px;
	left: 35px;
}





/* ---------------------------------------------------------------------- PAGE ------------*/
.page {
	background: url(/images/site/bkgPage.png) 0 0 repeat-y;
	width: 990px;
	position: relative;
	top: 0;
	left: 7px;
}





/* ---------------------------------------------------------------------- SIDEBAR LEFT ------------*/
.sidebarLeft {
	float: left;
	width: 200px;
	margin: 0 0 0 5px;
	padding: 0 0 20px 0;
	background: url(/images/site/sidebarLeft.png) right 0 no-repeat;
	display: inline;
}


/* ---------------------------------------------------------------------- SIDEBAR LEFT > EDITO ------------*/
.sidebarLeft .edito {
	width: 173px;
	margin: auto;
}

.sidebarLeft .edito h1 {
	margin: 0 0 15px 0;
}

.sidebarLeft .edito p {
	font-style: italic;
	font-size: 12px;
	text-align: justify;
	margin: 0 0 15px 0;
}

.sidebarLeft .edito p.right {
	text-align: right;
}


/* ---------------------------------------------------------------------- SIDEBAR LEFT > MENU ------------*/
.sidebarLeft .menu {
	width: 193px;
	margin: auto;
	font-family: Verdana, Arial, sans-serif;
}

.sidebarLeft .menu .topMenu {
	background: url(/images/menu/top.png) 0 bottom no-repeat;
	padding: 0 0 8px 0;
	text-align: right;
}
.sidebarLeft .menu .topMenu a.home {
	color: #ef6d26;
	font-size: 11px;
	padding: 0 0 0 20px;
	background: url(/images/icons/home.jpg) 0 0 no-repeat;
}

.sidebarLeft .menu .bottomMenu {
	background: url(/images/menu/bottom.png) 0 0 no-repeat;
	height: 13px;
	width: 193px;
}

.sidebarLeft .menu .contentMenu {
	padding: 5px 0 5px 0;
}

.sidebarLeft .menu .contentMenu .part1, .sidebarLeft .menu .contentMenu .part2, .sidebarLeft .menu .contentMenu .part3, .sidebarLeft .menu .contentMenu .part4 {
	background: url(/images/menu/separation.png) 0 bottom repeat-x;
	width: 175px;
	margin: auto;
	padding: 4px 0 12px 2px;
}

.sidebarLeft .menu .contentMenu h2 {
	font-size: 14px;
	font-weight: normal;
}

.sidebarLeft .menu .contentMenu .part1 h2 { color: #982826; }
.sidebarLeft .menu .contentMenu .part2 h2 { color: #d28d1d; }
.sidebarLeft .menu .contentMenu .part3 h2 { color: #e4c112; }
.sidebarLeft .menu .contentMenu .part4 h2 { color: #7e7e7e; }

.sidebarLeft .menu .contentMenu li {
	list-style-type: none;
	font-size: 12px;
	margin: 2px 0 0 3px;
}
.sidebarLeft .menu .contentMenu li a { color: #333; }
.sidebarLeft .menu .contentMenu li a:hover { text-decoration: none; }

.sidebarLeft .menu .contentMenu .part1 li a:hover, .sidebarLeft .menu .contentMenu .part1 li a.active { color: #982826; }
.sidebarLeft .menu .contentMenu .part2 li a:hover, .sidebarLeft .menu .contentMenu .part2 li a.active { color: #d28d1d; }
.sidebarLeft .menu .contentMenu .part3 li a:hover, .sidebarLeft .menu .contentMenu .part3 li a.active { color: #e4c112; }
.sidebarLeft .menu .contentMenu .part4 li a:hover, .sidebarLeft .menu .contentMenu .part4 li a.active { color: #7e7e7e; }


/* ---------------------------------------------------------------------- SIDEBAR LEFT > CONNNEXION BO ------------*/
.sidebarLeft .connexion {
	margin: 20px 0 0 0;
}

.sidebarLeft .connexion a {
	width: 194px;
	height: 58px;
	background: url(/images/buttons/espaceIntervenants.png) 0 0 no-repeat;
	float: left;
}
.sidebarLeft .connexion a:hover {
	background: url(/images/buttons/espaceIntervenantsHover.png) 0 0 no-repeat;
	text-decoration: none;
}




/* ---------------------------------------------------------------------- SIDEBAR RIGHT ------------*/
.sidebarRight {
	float: right;
	width: 204px;
	height: auto !important;
	margin: 0 6px 0 0;
	padding: 0 0 20px 0;
	background: url(/images/site/sidebarRight.png) 0 0 repeat-x;
}


/* ---------------------------------------------------------------------- SIDEBAR RIGHT > CONTACT ------------*/
.sidebarRight .contact li {
	list-style-type: none;
	background: url(/images/buttons/separation.png) 0 bottom repeat-x;
	width: 193px;
	margin: auto;
	padding: 0 0 2px 0;
	vertical-align: bottom;
}

.sidebarRight .contact li a.phone {
	background: url(/images/buttons/contact.png) 0 0 no-repeat;
	float: left;
	height: 55px;
	width: 175px;
	margin: 0 0 0 9px;
	cursor: default;
}

/*.sidebarRight .contact li a:hover.phone {
	background: url(/images/buttons/contactHover.png) 0 0 no-repeat;
}*/

.sidebarRight .contact li a.list {
	padding: 12px 0 10px 9px;
	margin: 0 !important;
	margin: -3px 0 0 0;
	float: left;
	font-size: 12px;
	color: #ffffff;
	width: 193px;
}

.sidebarRight .contact li a:hover.list {
	background: url(/images/buttons/listHover.png) 0 0 repeat-y;
	color: #fff;
	text-decoration: none;
}

.sidebarRight .contact li a.list img {
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0 10px 0 0;
}


/* ---------------------------------------------------------------------- SIDEBAR RIGHT > ACTUALIT� ------------*/
.sidebarRight .news {
	width: 193px;	
	margin: 50px auto 0 auto;
}

.sidebarRight .news h1 {
	margin: 0 0 5px 2px;
}

.sidebarRight .news li {
	list-style-type: none;
	background: url(/images/buttons/separation2.png) 0 bottom repeat-x;
	width: 185px;
	margin: auto;
	padding: 5px 4px 10px 4px;
	font-size: 11px;
	color: #982826;
}

.sidebarRight .news li h3 {
	font-size: 11px;
}

.sidebarRight .news li p {
	text-align: justify;
	margin: 0 0 5px 0;
}


#bkgPlan {
	display: none;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);	
	z-index: 999;	
}
#plan {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	margin: -168px 0 0 -318px;
	z-index: 9999;
	border: 3px solid #c13330;
	padding: 10px;
	font-size: 11px;
	text-align: center;
}
#plan a {
	cursor: pointer;
}



/* ---------------------------------------------------------------------- SIDEBAR RIGHT > PARTIE NOUS CONTACTER ------------*/
.sidebarRight .sidebarContact {
	width: 193px;
	margin: 5px auto 0 auto;
	color: #ffffff;
}

.sidebarRight .sidebarContact .inside {
	
	padding: 5px 3px 15px 3px;
}
.sidebarRight .sidebarContact .inside2 {
	background: none;
	padding: 5px 3px 15px 3px;
}

.sidebarRight .sidebarContact h2 {
	font-weight: normal;
	font-size: 15px;
	margin: 0 0 3px 0;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.sidebarRight .sidebarContact a {
	cursor: pointer;
}

.sidebarRight .sidebarContact .small {
	font-size: 11px;
}

.sidebarRight .sidebarContact .indent {
	margin: 0 0 0 5px;
}





/* ---------------------------------------------------------------------- CONTENT ------------*/
.content {
	float: left;
	width: 535px;
	padding: 25px 20px 20px 20px;
	display: inline;
	position: relative;
}

.content a {
	color: #982826;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}

.content .fontSize {
	position: absolute;
	top: -5px;
	right: 6px;
	cursor: pointer;
	float: right;
}
.content .fontSize #help {
	display: none;
	background: #f3f3f3;
	border: 1px solid #ccc;
	position: absolute;
	top: 1px;
	right: 55px;	
	width: 200px;
	padding: 5px 10px 0px 10px;	
	color: #666;
	font-size: 11px;
	z-index: 999;
}

.content .fontSize #help h2 {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 3px 0;
}

.content .fontSize #help b {
	font-size: 12px;
	text-align: center;
}

/* ---------------------------------------------------------------------- CONTENT > PAGE D'ACCUEIL ------------*/
.content .boxes {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0 0 0;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

.content .boxes ul {
	list-style-type: none;
	margin: 68px 0 0 10px;
}
.content .boxes ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
}


.content .boxes .box1 {
	background: url(/images/home/box1.png) 0 0 no-repeat;
	height: 187px;
	width: 253px;
	float: left;
	color: #982826;
}
.content .boxes .box1 a {
	color: #982826;
	text-decoration: none;
}
.content .boxes .box1 a:hover {
	text-decoration: underline;
}

.content .boxes .box2 {
	background: url(/images/home/box2.png) right 0 no-repeat;
	height: 187px;
	width: 253px;
	float: right;
	color: #7e7e7e;
}
.content .boxes .box2 a {
	color: #7e7e7e;
	text-decoration: none;
}
.content .boxes .box2 a:hover {
	text-decoration: underline;
}

.content .boxes .box3 {
	background: url(/images/home/box3.png) 0 0 no-repeat;
	height: 157px;
	width: 253px;
	float: left;
	color: #7e7e7e;
}
.content .boxes .box3 a {
	color: #7e7e7e;
	text-decoration: none;
}
.content .boxes .box3 a:hover {
	text-decoration: underline;
}

.content .boxes .box4 {
	background: url(/images/home/box4.png) right 0 no-repeat;
	height: 157px;
	width: 253px;
	float: right;
	color: #982826;
}
.content .boxes .box4 a {
	color: #982826;
	text-decoration: none;
}
.content .boxes .box4 a:hover {
	text-decoration: underline;
}

.content p {
	margin-bottom: 10px;
	text-align: justify;
}

.content blockquote {
	margin-left: 35px;
}





/* ---------------------------------------------------------------------- FOOTER ------------*/
.footer {
	background: url(/images/site/footer.png) 0 0 no-repeat;
	text-align: center;
	position: relative;
	left: 7px;
	top: 0px;
	padding: 3px 0 0 0;
}

.footer a {
	color: #982826;
	font-size: 11px;
}





/* ---------------------------------------------------------------------- FORMULAIRE ------------*/
table.formulaire {
	width: 100%;
}
table.formulaire tr {
	vertical-align: top;
}
table.formulaire th {
	text-align: left;
	width: 180px;
	font-weight: normal;
	font-style: italic;
	padding: 3px 20px 3px 0px;
}
table.formulaire td {
	padding: 3px 0px;
}	
table.formulaire td.error {
	color: red;
	padding-bottom: 10px;
}
table.formulaire td input[type="text"], table.formulaire td textarea {
	border: 1px solid #ccc;
	padding: 2px;
	width: 250px;
}
table.formulaire td.message textarea {
	width: 350px;
	height: 100px;
	padding: 2px;
	border: 1px solid #ccc;
} 



.editable_slot {
	width: 100%;
	background: url(/images/pencil.png) right top no-repeat;
} 
 
#edit_textareatitle 
{ 
	width: 100%; 
}

/* ------------------------------ FONT SIZE CONFIG FOR TINYMCE ----- */
.fontSize1{
	font-size: 8pt;
}
.fontSize2{
	font-size: 10pt;
}
.fontSize3{
	font-size: 12pt;
}
.fontSize4{
	font-size: 14pt;
}
.fontSize5{
	font-size: 18pt;
}
.fontSize6{
	font-size: 24pt;
}
.fontSize7{
	font-size: 36pt;
}
