@charset "utf-8";

body {
	font-family: Tahoma, sans-serif, arial;
	width:100%;
	min-width:1000px;
	height:100%;
	background-color: #cec7bd;/*#b4afa7;*/
	overflow-x: hidden;
}

* {
	margin:0;
	padding:0;
}

a {
	text-decoration: none;
	color: #9a2b47;
}

a:hover {
	color: red;
}

img {
	border: none;
}

em {
	font-weight:bold;
	font-style:normal;
	font-size: 16px;
}

p {
	/*text-align: justify;*/
	color: black;
}

h1 {
	color: #a12a0a;
	text-align:center;
	margin-bottom:10px;
	text-align: left;
}

h1 span {
	color: #2b3f45;
}

h2 {
	color: #9a2b47;
	font-size: 14px;
}

h2 span {
	color: #a12a0a;
}

input {
	padding:2px 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

table {
	border: solid 2px #9a2b47;
}

caption {
	font-weight: bold;
	margin-bottom: 5px;
}

th {
	padding:5px;
	border:none;
	border-left: solid 1px #9a2b47;
	border-bottom: solid 2px #9a2b47;
}

td {
	padding:5px;
	border: none;
	border-left: solid 1px #9a2b47;
	border-top: solid 1px #9a2b47;
}

th:first-child, td:first-child {
	border-left:none;
}

tr:first-child td {
	border-top:none;
}

th:last-child, td:last-child {
	background-color:#ccc;
}


/* layout.phtml */

#header {
	text-transform:uppercase;
	width:100%;
	height:138px;
	background:#aa012a url('../images/header_gradient_background.png') repeat-x;
	font-family: arial;
	
	-moz-box-shadow: 5px 5px 5px #333; /* Firefox */
	-webkit-box-shadow: 5px 5px 5px #333; /* Safari and Chrome */
	box-shadow: 5px 5px 5px #333; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}

#header p, #header a {
	color: white;
	font-size: 13px;
}

#header_content {
	margin: auto;
	background:transparent url('../images/header_cubic_background.png') center no-repeat;
	width: 1000px;
	height:138px;
	position:relative;
}
	
#logo a {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#header_title {
	position: absolute;
	bottom: 20px;
	left: 70px;
}

#header_text {
	position: absolute;
	bottom: 20px;
	left: 270px;
}

#header_right_box {
	position: absolute;
	right:0;
	bottom: 20px;
}

#header_right_box > * {
	float:left;
}

#header_right_box > div > p {
	/*text-align: center;*/
	text-align: right;
	margin-top: 4px;
}

#header_right_box > div > p > a {
	margin: 0 5px;
}

#corps {
	font-size: 12px;
	background: #cec7bd url('../images/background2.jpg') repeat-x top center;
	min-height:1150px;
	margin-top:10px;
}

#corps_content {
	width: 1000px;
	margin: 10px auto;
}

/*
#slider_box {
	width: 100%;
	height: 316px;
	margin-bottom:0;
	background-image: url('../images/slider_image.jpg');
}
*/
#menu ul {
	list-style-type: none;
}

#menu li {
	border-top:1px solid #bebebe;
	font-size: 12px;
	
}

#menu li a {
	padding:5px 0px 5px 10px;
	display:block;
	color:gray;
}

#menu li:hover {
	background-color:#a51337;
}

#menu li a:hover {
	color:white; 
}

#menu li.submenu {
	padding-left:20px;
	background-color:#a51337;
}

#menu li.submenu:hover {
	font-weight:bold;
}

#menu li.submenu a {
	color:white;
}

#menu li.submenu a.selected {
	font-weight:bold;
}

#menu a.selected {
	color:#a51337;
}

#download_box {
	width:187px;
	padding:10px 20px;
	height: 136px;
	background: #fbfaf9 url('../images/download_background.jpg') no-repeat right;
}

#download_box li {
	margin:5px; 
}

#institut_box div {
	padding:10px 20px;
}

#institut_box p {
	margin-top:10px;
}

#contact_box {
	width:197px;
	padding:10px 10px 10px 20px;
}

#contact_box input {
	width:100%;
	height:25px;
	background: #a51c3e url('../images/subscribe_button_background.png');
	color:white;
}

#contact_box > div {
	margin:10px 0px 10px 20px;
}

#contact_box > div a {
	text-decoration: underline;
	
}

#footer {
	clear:both;
	color:black;
	margin-right: 0px;
	width: 753px;
}

#footer p {
	font-size: 12px;
}

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

#footer a:hover, #header a:hover, #formation_box a:hover {	
	color: orange;
}

#footer_menu {
	padding:10px 10px 5px 10px;
	font-size: 12px;
	line-height: 22px;
	border-bottom: solid 1px #bebebe;
}

#footer_links {
	padding:10px 10px 5px 10px;
	border-bottom: solid 1px #bebebe;
}

#footer_copyright {
	padding:10px 10px 5px 10px;
	border-bottom: solid 1px #bebebe;
}

#footer_copyright p {
	font-size: 10px;
}

.box {
	width:227px;
	background-color: #fbfaf9;
	margin: 20px 20px 20px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	-moz-box-shadow: 5px 5px 10px #333; /* Firefox */
	-webkit-box-shadow: 5px 5px 10px #333; /* Safari and Chrome */
	box-shadow: 5px 5px 10px #333; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}

.left {
	float: left;
}

/* index/index.phtml */

#school_description_box {
	height:150px;
	float:left;
	width:241px;
	padding:10px 10px 10px 82px;
	background: #fbfaf9 url('../images/description_background.png') no-repeat bottom left;
}

#school_description_box p {
	border-left: solid 2px #9a2b47;
	margin: 0;
	padding: 0;
	padding-left:10px;
	margin: 12px 0;
}

#formation_box {
	margin-right:0px;
	float:left;
	width:400px;
	height:170px;
	background: url('../images/formation.png') center;
	position: relative;
}

#formation_box a {
	color: white;
	position: absolute;
	bottom: 5px;
	left: 20px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.5px;
}


#spa_aesthetic_box {
	clear:both;
	width: 753px;
	height: 459px;
	background:black url('../images/spa_aesthetic_background.jpg');
	margin-bottom: 0;
	margin-right: 0;
	position: relative;
}

#spa_aesthetic_title {
	font-size: 46px; 
	text-transform: uppercase;
	position:absolute;
	top:10px;
	left: 210px;
}

#spa_formations {
	position: absolute;
	top:80px;
	left:0;
	width: 320px;
}

#spa_formations p {
	color: #9a2b47;
	text-align:right;
}

#aesthetic_formations {
	position: absolute;
	top:80px;
	left:340px;
	width: 140px;
}

#aesthetic_formations p {
	color: #9a2b47;
	text-align:right;	
}

/* presentation/index.phtml, formation/spa/index.phtml, formation/aesthetic/index.phtml ... */
.content_one_box {
	width:723px;
	padding:20px 15px;
	
	background-color: #fbfaf9;
	margin: 20px 0 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	-moz-box-shadow: 5px 5px 10px #333; /* Firefox */
	-webkit-box-shadow: 5px 5px 10px #333; /* Safari and Chrome */
	box-shadow: 5px 5px 10px #333; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}

.content_one_box p {
	margin-top : 10px;
}

.content_one_box h2 {
	margin-top:20px;
}

.content_one_box a {
	text-decoration: underline;
}

.content_one_box img {
	border: solid 2px #9a2b47;
	margin-bottom:10px;
}

.gallery {
	text-align: center;
}
.gallery h2 {
	margin-bottom:10px;
}

.gallery div {
	float:left;
	height:190px;
	width: 33.33%
}

.gallery div > p {
	margin-top:0px;
}

/* Slider de News */

.slider_news {
	position: relative;
	border: 1px solid #BBB;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	box-shadow: 5px 5px 10px #333;
	color: #8d8d8d;
	height: 320px;
	width: 1000px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
	background: #941e2a url(../images/slider_bg.png) no-repeat bottom right;
}

.slider_news .diapo {
	float: left;
	height: 320px;
	width: 640px;
}

.slider_news .info {
	width: 310px;
	float: right;
	padding-right: 20px;
	color: #FFF;
	height: 270px;
	vertical-align: middle;
	padding-top: 20px;
}

.slider_news .info h2 {
	font-size:20px;
	color: #FFF;
	font-weight: normal;
}

.slider_news .info a {
	color: #FFF;
	line-height: 25px;
}

.slider_news .info a:hover {
	color: #981a2a;
	text-shadow:0px 0px 1px #801422;
}

.slider_news .info a {
	color: white;
}

.slider_news .info a:hover {
	color: orange;
}

.slider_news .info p {
	margin-top:10px;
	color: white;
}

.slider_news .legend > a {
	color:black;
}

/* Contact */

#contact {
	clear: both;
}

.element, .element dd {
	margin-top:5px;
}

/* download/index.phtml */

#pdf_downloads table {
	width:100%;
}

#pdf_downloads td, #pdf_downloads th {
	 width:50%;
	 text-align: center;
}

#pdf_downloads table {
	border: none;
}

#pdf_downloads th, #pdf_downloads td {
	border:none;
	background-color:#fbfaf9;
}

