@import "jForms.css";
@import "sortable.css";
@import "shadow.css";
@import "contextNotes.css";
@import "contextNews.css";
@import "detailChronique.css";
@import "structure.css";

/******************************************
 * Liens
 *****************************************/

a:link, a:visited {
	color: gray;
	font-weight: Bold;
	text-decoration: none;
}

a:hover {
	font-weight: Bold;
	color: #303b41;
	/*text-decoration: Underline;*/
}

body {
	/*background-color: #C5B5B5;*/
	background-color: #E4B752;
	background-image:url(habillages/princesses.jpg);
	background-repeat: no-repeat;
	background-position: top;
	/*background-attachment:fixed;*/
	color: #303B41;
	font: 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	text-align: justify;
	text-indent: 25px;
	margin-left: 5px;
	margin-right: 5px;
}

button {
	font-size: 0.8em;
}

fieldset {
	border: 1px solid;
	border-color: gray;
}

img {
	border: 0px;
}

/* Utilisé notament par lightbox pour l'affichage des images taille réelle */
.scan img{
	border: 1px solid;
	border-color: #303B41;
}

.scanNoBorder img {
	border: 0px;
}

input, select, button {
	border-right-width: 1px;
	border-right-color: gray;
	border-top-width: 1px;
	border-top-color: #cccccc;
	border-left-width: 1px;
	border-left-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-color: gray;
	color: #303b41;
	font: 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Entête */

#header_bt_template {
	padding-left: 5px;
	margin-bottom: 6px;
	background: url(images/tick.png) left top no-repeat; 
	border: 0px;
	cursor: pointer; 
	width:16px; 
	height:16px;
}


#root {
	width: 800px;
	height: 100%;
}

.ListeChroniqueIndex_Titres {
	margin-bottom: 5px;
	position: relative;
    float: left;
    width: 100%;
	text-indent: 1px;
    text-align: left;
    border-top: 1px solid #F0F0F0;
    /*border-right: 1px solid #CCCCCC;*/
    border-bottom: 1px solid #CCCCCC;
    /*border-left: 1px solid #F0F0F0;*/
    background-color: rgb(224,224,224);
}

.ListeChronique {
    position: relative;
    clear: left;
    text-align: left;
    text-indent: 0px;
    width: 100%;
    border: 1px #DCDCDC solid;
    overflow: auto;
}
.ListeChronique_Photo {
    position: relative;
    float: left;
    padding: 2px;
}
.ListeChronique_Photo img, .DetailChronique_Couverture img, .DetailChronique_Planche img{
    border: 1px solid;
    border-color: #303B41;
}
.ListeChronique_Titres, .ListeChronique_Resume, .ListeChronique_Auteur {
    position: relative;
    float: left;
    text-indent: 0px;
    text-align: left;
    padding-right: 2px;
}
.ListeChronique_Titres {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 2px;
    margin-top: 2px;
    margin-right: 2px;
    background-color: rgb(224,224,224);
    height: 20%;
    width: 433px;
}
.ListeChronique_Resume {
    /*background-color: #F0F0F0;*/
    height: 70%;
    width: 433px;
}
.ListeChronique_Footer {
    /*display: inline;*/
    position: relative;
    float: left;
    clear: left;
    width: 100%;
    background-color: #F0F0F0;
}
.ListeChronique_Editeur {
	position: relative;
    float: left;
	text-align: left;
	margin-top: 3px;
	margin-left: 2px; 
}
.ListeChronique_Actions {
	text-align: right;
	margin-bottom: 2px;
	width: 99%;
	margin-top: 2px;
}

.ListeNews_Titres {
    display: inline;
}

.ListeNews_Auteur {
    display: inline;
	font-size: 0.7em;
    color: #CCCCCC;
}

.ListeNews_Texte {
	text-align: left;
	width: 100%;
}

/****************************************************
 * Consultation d'une nouvelle
 ****************************************************/
 #Detail_News {
    background-color: #DCDCDC;
    opacity: 0.8;
 }

/* Style des copyrights */
.copy {
	font-size: 0.8em;
}

.paginationCurrent {
	text-decoration: underline;
}

.rssLink {
    vertical-align: middle;	
}
