/* ------------------------------- */
/* -- CSS By MILA Yannick		-- */
/* -- http://www.kouala.org		-- */
/* -- Copyright 2009			-- */
/* ------------------------------- */

/* ------------------------------- */
/* -- STRUCTURE					-- */
/* ------------------------------- */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
}

body {
	height:100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background: #0F3C75;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

div#page {	
	width:970px;
	padding-left:13px;
	padding-right:13px;
	text-align:left;
	height:auto !important;
	height: 100%;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	background-position:top left;
	background-repeat:repeat-y;
	background-image:url(../images/shadow-bg.png) !important;
}

* html div#page {
	background: #FFF !important;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding-left:0px;
	padding-right:0px;
}

/* ------------------------------- */
/* -- COMMUN					-- */
/* ------------------------------- */

a {
	color:#0F3C75;
	text-decoration:none;
}

a:hover {
	color:#333;
}

h2 {
	font-family: Geneva, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	margin-bottom:10px;
	color:#000;
}

h3 {
	font-family: Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 2px;
	padding-top: 3px;
	color:#0F3C75;
}

h4 {
	font-family: Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color:#333;
	margin-bottom: 10px;
	background: #EEEFFF;
	padding: 4px
}

h5 {
	font-family: Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#0F3C75;
	margin-bottom: 10px;
	padding: 1px;
	border-bottom:1px solid #EEEFFF;
}

hr {
	color:#FFF;
	background: #FFF;	
	margin:0 0 20px 0;
	padding-bottom: 30px;
	border-bottom:1px dashed #CCC;
}

/* ------------------------------- */
/* -- FORM						-- */
/* ------------------------------- */

input {
	border:1px solid #CCC;
	padding: 1px;
	font-size: 11px;
	margin-bottom: 2px;
}

.auto {
	border: 0px;
}

select {
	border:1px solid #CCC;
	padding: 1px;
	font-size: 11px;
	margin-bottom: 2px;
}

textarea {
	border:1px solid #CCC;
	padding: 1px;
	font-size: 11px;
	margin-bottom: 2px;
}

.mandatory {
	display:none
}

/* ------------------------------- */
/* -- HEADER					-- */
/* ------------------------------- */

div#header {
	background:#FFF; 
	clear:both;
	color:#0F3C75;
	height: 80px;
	width:100%;
	margin: 0 auto 0 auto;
}

/* -- logo title */

div#header h1 a {
	font-family:Geneva, Helvetica, sans-serif;
	letter-spacing:3px;
	color:#0F3C75;
	font-size: 25px;
	text-transform:uppercase;
	font-weight: normal;
	margin: 10px;
	float: left
}

/* -- login */

div#header div#login {
	float: right;
	padding-top: 10px;
}

div#header div#login input {
	width: 100px;
	color:#CCC;
	background: #FFF;
	border:0px;
}

/* -- menu */

div#header div#menu {
	float:left;
	font-family:'helvetica neue',sans-serif;
	letter-spacing:3px;
	font-size: 11px;
	margin: 13px;
	display: block
}

div#header div#menu ul {
	list-style:none;
	float:left;
	width: 110px;
	padding-left: 50px
}

div#header div#menu ul li {
	list-style:none;
	height: 16px;
}

div#header div#menu ul li a {
	text-transform: lowercase;
	color: #000;
	display: block;
	padding: 1px 10px 1px 10px;
	margin: 2px 0 2px 0;
	height: 16px;
}

div#header div#menu ul li a:hover, div#header div#menu ul li a.active {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#header div#menu ul .title a {
	text-transform: uppercase;
	color: #0F3C75;
	padding-top: 0px;
	margin-top: 0px;
	background: none;
}

div#header div#menu ul .title a:hover, div#header div#menu ul .title a.active {
	text-transform: uppercase;
	padding-left:6px;
	border-left:4px solid #0F3C75;
	background: none;
}

/* ------------------------------- */
/* -- PICTURE					-- */
/* ------------------------------- */

div#picture {
	background:#FFF;
	height: 150px;
	background-repeat: no-repeat;
	background-position: left top;
}

/* ------------------------------- */
/* -- MAIN						-- */
/* ------------------------------- */

div#main {
	padding:20px 20px 40px 20px;
	margin:0 auto 0 auto;
	background:#FFF;
	display: table;
}

#row {
	display:table-row;
}

#content {
	padding: 0 0 0 50px;
	width:640px;
	background: #FFF;
	display: table-cell;
	/*float: left;*/
	vertical-align: top;
}

#content .display {
	width: 640px;
}

#content ul {
	margin-left: 20px;
}

#content blockquote {
	color:#999;
	padding:4px;
	font-style: italic
}

#content .price {
	font-weight: bold;
	float: right
}

#content .display th {
	font-weight: bold;
	background: #EEE;
	width: 120px;
}

#content .display th, #content .display td {
	padding:3px;
}

#content .normal th, #content .normal td {
	padding:0px !important;
}

#content .editor {
	width:500px;
	height:150px;
}

#content .text {
	width:640px;
	margin:0 0 20px 0;
	padding-bottom: 30px;
	position: relative
}

/* -- album / photo */

#content .albums {
	clear:both;
}

#content .album a {
	display: block;
	padding: 5px;
	border:1px solid #EEE;
	width:135px;
	text-align: center;
	margin:0 10px 10px 0;
	position: relative;
	float: left;
	height:130px;
}

#content .album a:hover {
	background:#EEE;
}

#content .album img {
	padding-bottom: 10px;
}

.album .pola {
	height:100px;
}

#content .photo a {
	display: block;
	padding: 5px;
	border:1px solid #EEE;
	text-align: center;
	margin:0 10px 10px 0;
	position: relative;
	float: left;
}

#content .photo a:hover {
	background:#EEE;
}

/* -- article */

#content .article {
	width:640px;
	margin:0 0 20px 0;
	padding-bottom: 30px;
	border-bottom:1px dashed #CCC;
	position: relative
}

#content .commentlink {
	float: right
}

.date {
	width:46px;
	height:46px;
	font-family:Geneva, Helvetica, sans-serif;
	text-align: center;
	position: absolute;
	left:-56px;
	top:3px;
}

.date .day {
	font-size: 14px;
	border:1px solid #0F3C75;
	color:#0F3C75;
	padding:1px;
	font-weight: bold
}

.date .month {
	font-size: 14px;
	background: #0F3C75;
	color: #FFF;
	text-transform: uppercase;
	padding:2px;
}

.date .year {
	font-size: 14px;
	color: #CCC;
	text-transform: uppercase;
	padding:2px;
}

/* -- comments */

#comments {
	margin-top: 40px;
	margin-left: 50px;
}

#comments form {
	-moz-border-radius: 1.6em;
	-webkit-border-radius: 1.6em;
	border-radius: 1.6em;
	background:#71AD08;
	color: #FFF;
	padding: 15px;
	margin-left: -50px;
	margin-bottom: 20px;
}

#comments th, #comments td {
	vertical-align: top;
	width:190px;
}

#comments .shadow {
	background-image: url(../images/back_input.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding: 0px;
	padding-bottom: 13px;
}

#comments .shadow input {
	background: #FFF;
	border: #FFF;
	width: 170px;
	margin: 0px;
	padding: 3px;
}

#comments textarea {
	background: #FFF;
	border: #FFF;
	height:130px;
	margin: 0px;
}

.comment {
	position: relative;
	width:570px;
	padding: 10px;
	margin:0 0 20px 0;
	height:auto !important;
	height:40px;
	min-height: 40px;
	background: #EEE;
}

.comment .date {
	width:46px;
	height:46px;
	font-family:Geneva, Helvetica, sans-serif;
	text-align: center;
	position: absolute;
	left:-50px;
	top:0px;
}

.comment .date .day {
	font-size: 12px;
	border:1px solid #999;
	color:#999;
	padding:1px;
	font-weight: bold
}

.comment .date .month {
	font-size: 12px;
	background: #999;
	color: #FFF;
	text-transform: uppercase;
	padding:2px;
}

.comment .date .year {
	font-size: 12px;
	color: #CCC;
	text-transform: uppercase;
	padding:2px;
}
/* ------------------------------- */
/* -- RIGHT						-- */
/* ------------------------------- */

#right {
	width:200px;
	margin-top: 26px;
	padding:0px 10px 10px 10px; /*10px left avant change*/
	background: #FFF;
	margin-left:15px;
	text-align: right;
	border-left:1px dashed #CCC;
	display: table-cell;
	float: left;
	vertical-align: top;
}

#right ul {
	margin:0;
	text-align: left;
	list-style: none;
}

/*#right ul li {
	margin:0 0 4px 0;
	text-align: left;
	background: #01678f;
	padding: 3px;
}*/

/* -- box green / blue */

.box-green {
    background: #89ac11;
	-moz-border-radius: 1.6em;
	-webkit-border-radius: 1.6em;
	border-radius: 1.6em;
	float:right;
	padding:15px;
	color: #FFF;
	width:160px;
	margin-bottom: 20px;
}

.box-blue {
    background: #00729F;
	-moz-border-radius: 1.6em;
	-webkit-border-radius: 1.6em;
	border-radius: 1.6em;
	float:right;
	padding:15px;
	color: #FFF;
	width:160px;
	margin-bottom: 20px;
}

.box-white {
    background: #FFF;
	float:right;
	padding:15px;
	width:160px;
	margin-bottom: 20px;
}

.box-blue-light {
    background: #EEEFFF;
	-moz-border-radius: 1.6em;
	-webkit-border-radius: 1.6em;
	border-radius: 1.6em;
	float:right;
	padding:15px;
	color: #000;
	width:160px;
	margin-bottom: 20px;
}

.box-blue-light h5 {
	border-bottom: 1px solid #00729F;
}

.box-blue a, .box-green a {
	color:#FFF;
}

.box-blue a:hover, .box-green a:hover {
	color:#000;
}

.box-blue h5, .box-green h5 {
	color:#FFF;
}

#coms li { color: #CCC; border-bottom:1px dashed #EEEFFF; padding-bottom:3px; margin-bottom:3px; }

/* ------------------------------- */
/* -- FOOTER					-- */
/* ------------------------------- */

#footer {
	width:970px;
	padding-left:13px;
	padding-right:13px;
	margin:-24px auto 0 auto;
}

#footer_content {
    background: #00729F;
    padding: 5px;
    font-size: 12px;
    color: #FFF;
}

