/* ----------------------------------------------------------------------------------------------- */
/* --- C S S --- Cédric CARMIE --- iMédia Création --- C-toucom ---------------------------------- */
/* --------------------------------------------------------------------------------------------------
                           ___          ____  ____       ___  ____  _  __
                  WWW .   /     ___      /   /   / /  / /    /   / / \/ /   . COM
                         /__            /   /___/ /__/ /___ /___/ /    /                  

-------------------------------------------------------------------------------------------------- */

html {
    font-size: 100%;
	
	height:100%;
	width:100%;
}

body {
    margin: 0;
    padding: 0; 
	
    font-size: .8em;
    line-height: 1.3;
	
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
    background-color:#FFFFFF;
    color: black;
	
	height:100%;
	width:100%;
}

/* ----------------------------------------------------------------------------------------------- */
/* Divers */

p {
    margin: .75em 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

address {
    margin: .75em 0;
    font-style: italic;
}

abbr, acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

blockquote {
    margin: .75em 0 .75em 20px;
    padding: 0 0 0 10px;
    border-left: solid 2px #ddd;
}

q {
    font-style: italic;
    quotes: none;
}

cite {
    font-style: italic;
}

q cite, q q {
    font-style: normal
}

blockquote p, li p {
    margin: .5em 0;
}

/* ----------------------------------------------------------------------------------------------- */
/* Les titres */

h1, h2, h3, h4, h5, h6 {
    margin: .1em .1em .6em .1em;
    line-height: 1.2;
    font-weight: bold;
    font-style: normal;
}

h1 {
    font-size: 1.55em;
}

h2 {
    font-size: 1.45em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

/* ----------------------------------------------------------------------------------------------- */
/* Les tableaux */

table {
	margin:0;
    border:none;
    border-collapse:collapse;
    border-spacing:0;
}

table td, table th {
    padding: 8px;
    border: 1px solid #ccc;
    vertical-align: top;
    text-align: left;
}

table#tab_listing th {
	border:none;
	border-bottom:1px solid #999999;
	text-align:center;
}

table#tab_listing td {
	border:none;
	border-bottom:1px solid #EEEEEE;
	text-align:center;
}
table#tab_listing tr:hover {
	background:#f5f8e6;
	cursor:pointer;
}

/* ----------------------------------------------------------------------------------------------- */
/* Les liens */

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

a:hover {
	color:#999999;
	text-decoration:underline;
}

a:active {
	color:#666666;
	text-decoration:underline;
}

a:visited {
	
}

a:focus {

}

a img {
    border: none;
}

/* ----------------------------------------------------------------------------------------------- */
/* Les listes */

ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 5px;
}

li {
	padding:3px;
}

dl {
    margin: .75em 0;
}

dt {
    margin: .75em 0 0 0;
    font-weight: bold;
}

dd {
    margin: .25em 0 .25em 32px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Les formulaires */

form, fieldset {
    margin:0;
    padding:0;
    border:none;
}

input, button, select {
    vertical-align:middle;
}

input, button, textarea, select {
	padding:5px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
}

select {
	padding:0;
}

input, button {
	/* overflow:auto; */
}

input.submit {
	background:url(../../contenu/images/valide.png) no-repeat 6px 6px #fff;
	padding-left:25px;
	cursor:pointer;
}

input.submit:active {
	background-position: 7px 7px;
	cursor:pointer;
}

/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* Styles des messages d'information publiés sur le site Internet */

.ajoute {
	background:#ffffff url(../../contenu/images/ajoute.png) no-repeat 8px 9px;
	padding:10px;
	padding-left:30px;
	border:1px solid #b1c903;
	color:#b1c903;
}

.ajoute a {
	color:#b1c903;
}

.ajoute:hover {
	cursor:help;
	background:url(../../contenu/images/ajoute.png) no-repeat 8px 9px #f9fdda;
}

/* ----------------------------------------------------------------------------------------------- */

.chargement {
	background:url(../../contenu/images/chargement.gif) no-repeat 8px 12px #FFF1DF;
	padding:10px;
	padding-left:60px;
	border:1px solid #FF8A0F;
	color:#FF8A0F;
}

.chargement a {
	color:#FF8A0F;
}

.chargement:hover {
	cursor:help;
	background:url(../../contenu/images/chargement.gif) no-repeat 8px 9px #FFF1DF;
}

/* ----------------------------------------------------------------------------------------------- */

.informations {
	background:url(../../contenu/images/informations.png) no-repeat 8px 9px;
	padding:10px;
	padding-left:30px;
	border:1px solid #4f99e3;
	color:#4f99e3;
}

.informations a {
	color:#4f99e3;
}

.informations:hover {
	cursor:help;
	background:url(../../contenu/images/informations.png) no-repeat 8px 9px #EAF2FF;
}

/* ----------------------------------------------------------------------------------------------- */

.erreur {
	background:url(../../contenu/images/supprime.png) no-repeat 8px 9px;
	padding:10px;
	padding-left:30px;
	border:1px solid #e5294f;
	color:#e5294f;
}

.erreur a {
	color:#e5294f;
}

.erreur:hover {
	cursor:help;
	background:url(../../contenu/images/supprime.png) no-repeat 8px 9px #ffe5ea;
}

/* ----------------------------------------------------------------------------------------------- */

.confirme {
	background:#ffffff url(../../contenu/images/editer.png) no-repeat 8px 9px;
	padding:10px;
	padding-left:30px;
	border:1px solid #b1c903;
	color:#b1c903;
}

.confirme a {
	color:#b1c903;
}

.confirme:hover {
	cursor:help;
	background:url(../../contenu/images/editer.png) no-repeat 8px 9px #f9fdda;
}

/* ----------------------------------------------------------------------------------------------- */

.pb_droit {
	background:url(../../contenu/images/pb_droit.png) no-repeat 8px 9px;
	padding:10px;
	padding-left:30px;
	border:1px solid #e5294f;
	color:#e5294f;
}

.pb_droit a {
	color:#e5294f;
}

.pb_droit:hover {
	cursor:help;
	background:url(../../contenu/images/pb_droit.png) no-repeat 8px 9px #ffe5ea;
}

/* ----------------------------------------------------------------------------------------------- */

.tableau_de_bord {
	padding:10px;
	border:1px solid #471f2c;
	color:#989898;
	background:#f4f4f4;
}

.tableau_de_bord a {
	color:#471f2c;
}

.tableau_de_bord:hover {
	cursor:pointer;
}

/* ----------------------------------------------------------------------------------------------- */

.mots_cles {
	padding:10px;
	border:1px solid #9999CC;
	color:#9999CC;
	background:#F0F0F0;
}

.mots_cles a {
	color:#9999CC;
}

.mots_cles:hover {
	cursor:pointer;
	background:#F1E8FD;
}

/* ----------------------------------------------------------------------------------------------- */

.retour {
	background:url(../../contenu/images/retour.png) no-repeat left;
	padding-left:18px;
	margin-left:10px;
	color:#e5294f;
}

a.retour:hover {
	background:url(../../contenu/images/retour.png) no-repeat left;
	padding-left:18px;
	margin-left:10px;
	color:#471f2c;
	text-decoration:none;
}

hr {
    border:none;
	border-bottom:1px solid #ccc;
}

/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* Galerie de photos */

.galerie_photos {
	position:relative;
	overflow:auto;
	margin:0;
	padding:0;
}

.galerie_photos_admin {
	position:relative;
	overflow:auto;
	background:#00FF99;
}

.photo_admin {
	position:relative;
	float:left;
	overflow:auto;
	
	width:170px;
	padding:5px;
	text-align:center;
}

.photo {
	position:relative;
	overflow:auto;
	float:left;
	text-align:center;
	
	width:150px;
	height:150px;
	
	padding:5px;
	margin:1px;
}

.description_photo_admin {
	position:relative;
	float:left;
	overflow:auto;
	
	width:260px;
	padding:5px;
}