/***
* FIN DES FONTS PERSONNALISEES
***/
@font-face {
    font-family: 'HelveticaNeueLTStd47LtCn';
    src: url('../fonts/helveticaneueltstd-ltcn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-ltcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-ltcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-ltcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-ltcn-webfont.svgz#HelveticaNeueLTStd47LtCn') format('svg'),
         url('../fonts/helveticaneueltstd-ltcn-webfont.svg#HelveticaNeueLTStd47LtCn') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTStd47LtCnOb';
    src: url('../fonts/helveticaneueltstd-ltcno-webfont.eot');
    src: url('../fonts/helveticaneueltstd-ltcno-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-ltcno-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-ltcno-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-ltcno-webfont.svgz#HelveticaNeueLTStd47LtCnOb') format('svg'),
         url('../fonts/helveticaneueltstd-ltcno-webfont.svg#HelveticaNeueLTStd47LtCnOb') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTStd77BdCn';
    src: url('../fonts/helveticaneueltstd-bdcn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-bdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-bdcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-bdcn-webfont.svgz#HelveticaNeueLTStd77BdCn') format('svg'),
         url('../fonts/helveticaneueltstd-bdcn-webfont.svg#HelveticaNeueLTStd77BdCn') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTStd77BdCnOb';
    src: url('../fonts/helveticaneueltstd-bdcno-webfont.eot');
    src: url('../fonts/helveticaneueltstd-bdcno-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-bdcno-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-bdcno-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-bdcno-webfont.svgz#HelveticaNeueLTStd77BdCnOb') format('svg'),
         url('../fonts/helveticaneueltstd-bdcno-webfont.svg#HelveticaNeueLTStd77BdCnOb') format('svg');
}
/***
* FIN DES FONTS PERSONNALISEES
***/

/***
* STRUCTURE DE BASE
***/
html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */
}

body {
	font-family: 'HelveticaNeueLTStd47LtCn', Arial, Helvetica, sans-serif;
	color: #555555;
	background: #F5F5F5;
	font-size: 13px;
	margin:0;
	width:100%;
	height:auto;
}
/***
* FIN - STRUCTURE DE BASE
***/

/***
* STYLISATION DES ELEMENTS
***/
h1, h2, h3, h4, h5, h6 {
	font-family: 'HelveticaNeueLTStd77BdCn', Helvetica, Arial, sans-serif;
	color: #222222;
}

h1 {
	font-family: 'HelveticaNeueLTStd77BdCn', Helvetica, Arial, sans-serif;
	font-size: 31px;
	margin: 0 0 20 0;
	padding: 0 15 0 15;
}
				
h2 { font-size: 26px; padding: 0 0 10px 0; }
h3 { font-size: 17px; padding: 0 0 10px 0; }
h4 { font-size: 15px; padding: 0 0 5px 0; }
h5 { font-size: 13px; padding: 0 0 5px 0; }
h6 { font-size: 11px; padding: 0 0 5px 0; }

a { color: #459300; text-decoration: none; }
a:hover { color: #000000; }
a:active { color: #777777; }
a:focus { outline: 1px; }

i { font-family: 'HelveticaNeueLTStd47LtCnOb'; }
b i { font-family: 'HelveticaNeueLTStd77BdCnOb'; }
b, strong { font-weight: bold; color: #333333; font-family: 'HelveticaNeueLTStd77BdCnOb'; }
small { font-size: 0.85em; }
pre { font-family: monospace; }
p {
	padding: 5px 0 10px 0;
	line-height: 1.6em;
}
/***
* FIN - STYLISATION DES ELEMENTS
***/

/***
* PANNEAU DE DROITE - NOTIFICATIONS
***/
.notifications {
	width: 100%;
	position: relative;
	padding: 10 0px 10 0px;
	text-align: left;
}

.notifications .warng, 
.notifications .valid, 
.notifications .error, 
.notifications .infos {
	display: block;
	padding: 8px 20px 8px 30px;
	border-width: 1px;
	border-style: solid;
	color: #665252;
	font-size: 15px;
}

.notifications .warng {
	background: #FFFBCC url('../images/icons/16x16/error.png') no-repeat 8px 8px;
	border-color: #E6DB55;
}

.notifications .valid {
	background: #D5FFCE url('../images/icons/16x16/accept.png') no-repeat 8px 8px;
	border-color: #9ADF8F;
}

.notifications .error {
	background: #FFCECE url('../images/icons/16x16/cancel.png') no-repeat 8px 8px;
	border-color: #DF8F8F;
}

.notifications .infos {
	background: #DBE3FF url('../images/icons/16x16/information.png') no-repeat 8px 8px;
	border-color: #A2B4EE;
}

.notifications .closeNotification {
	position: absolute;
	top: 15px;
	right: 5px;
}
/***
* FIN - PANNEAU DE DROITE - NOTIFICATIONS
***/

/***
* CLASSES GENERALES
***/
#mainAdmin {
	display: block;
	height: 100vh;
	position: relative;
	top: 0;
	left: 0;
}

#lthrAdmin {
	display: block;
	width: 100%;
	height: 50%;
	background:  url('../images/themes/dr-love/full-background.png') repeat top left fixed;
	border-bottom: 2px solid #898989;
}

#moveAdmin {
	display: none;
	position: absolute;
	width: 720px;
	background:  #FFFFFF;
	border: 2px solid #898989;
	text-align: center;
	padding: 30px 0 30px 0;
}

#lognAdmin {
	display: none;
	position: absolute;
	width: 320px;
	background:  #FFFFFF;
	border: 2px solid #898989;
	text-align: center;
	padding: 20px 0 20px 0;
}

.infobulle {
	position: absolute;
	float: left;
	text-align: center;
}

.infobulle table {
	width: 200px;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

.infobulle table td {
	width: auto;
	text-align: center;
}

#moveAdmin a {
	margin: 5px;
}

.clear {
	clear: both;
}
/***
* FIN - CLASSES GENERALES
***/

/***
* FORMULAIRES
***/
form label {
	display: block;
	padding: 0 0 10px;
	font-family: 'HelveticaNeueLTStd77BdCn';
	color: #666666;
	text-align: left;
}
             
form fieldset legend {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}

form p small {
	font-size: 0.75em;
	color: #777777;
}
				
				
form input.textInput,
form select,
form textarea,
form .wysiwyg {
	padding: 6px;
	font-size: 13px;
	background: #FFFFFF url('../images/themes/dr-love/input-background.png') repeat-x top left;
	border: 1px solid #D5D5D5;
	color: #333333;
}
            
form .smallInput {
	width: 25% !important;
}

form .mediumInput {
	width: 50% !important;
}

form .largeInput {
	width: 97.5% !important;
}

form textarea {
	width: 97.5% !important;
}

form select {
	padding: 4px;
	background: #FFFFFF;
}
				
form input[type="checkbox"],
form input[type="radio"] {
	padding: 0;
	background: none;
	border: 0;
}


.inputNotif {
	background-position: 0px 2px;
	padding: 2px 0px 2px 22px;
	background-color: transparent;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 5px;
	color: #665252;
}

.inputValid {
	background-image: url('../images/icons/16x16/accept.png');
}

.inputInfos {
	background-image: url('../images/icons/16x16/information.png');
}

.inputWarng {
	background-image: url('../images/icons/16x16/error.png');
}

.inputError {
	background-image: url('../images/icons/16x16/cancel.png');
}

.onReady {
	display: none;
}
/***
* FIN - FORMULAIRES
***/

/***
* BOUTTONS
***/
.button {
	display: inline-block;
	background: #459300 url('../images/themes/dr-love/button-background.png') repeat-x top left !important;
	border: 1px solid #459300 !important;
	padding: 4px 7px 4px 7px !important;
	color: #FFFFFF !important;
	font-size: 11px !important;
	cursor: pointer;
	float: right;
}

.button:hover {
	text-decoration: underline;
}

.button:active {
	padding: 5px 7px 3px 7px !important;
}
				
a.remove-link {
	color: #BB0000;
}

a.remove-link:hover {
	color: #000000;
}

.buttonDelete {
	background: #931D00 url('../images/themes/dr-love/delete-background.png') repeat-x top left !important;
	border: 1px solid #931D00 !important;
	margin-left: 20px;
}
/***
* FIN - BOUTTONS
***/

/***
* ERREUR 404
***/
#error404 {
	display: block;
	height: 240px;
}

#error404 span {
	display: block;
	width: 450px;
	float: right;
	font-size: 150px;
	font-family: HelveticaNeueLTStd77BdCn;
}

#error404 small {
	display: block;
	width: 450px;
	float: right;
	font-size: 15px;
	font-family: HelveticaNeueLTStd77BdCn;
}

#error404 p {
	display: block;
	width: 450px;
	float: right;
	font-size: 24px;
	font-family: HelveticaNeueLTStd77BdCn;
}

.rabbids {
	position: absolute;
	top: 0;
	left: 30;
}
/***
* FIN - ERREUR 404
***/

/***
* FORMULAIRE DE LOGIN
***/
#loginForm {
	margin: 0 20px 0 20px;
}
/***
* FIN - FORMULAIRE DE LOGIN
***/