/* CSS Document */

/* header */
.entete .header {
	background-image: url(../images/index/haut1.jpg);
	width:100%;
	height:150px;
}
.entete .menu{
	height:30px;
	width:100%;
	background: url(../images/index/fondMenu1.jpg) repeat-x;
}

/* options */
#cadreDroit { /* Liens des options + tableaux */
	width: 183px;
	float:right;
	padding:2px 2px 0px 2px;
}
#cadreDroit a:link, #cadreDroit a:visited, #tableau td a:link, #tableau td a:visited, #footer a:link, #footer a:visited{ /* Liens des options + tableaux */
	color: #CCCCCC;
	text-decoration: none;
}
#cadreDroit a:hover, #tableau td a:hover, #footer a:hover{
	color: #999999;
	text-decoration: underline;
}
#cadreDroit .tableau {
	border:1px #000 solid;
	border-collapse:collapse;
	margin-bottom:2px;
}
#cadreDroit .tableau .contenu{
	text-align:center;
	color: #CCCCCC; 
	background: url(../images/gradients/contenu_gris_degrade.jpg);
}



/* body */
body {
	background: url(../images/index/fond.png) repeat-y top;
	color: #000000;
	margin: 0 0 0 0;
}
body, td {
	font-size:13px;
}
select, input{
	font-size:12px;
}
body img, td img {
	border:0px;
}
.body{
	width:950px;
	margin-left: auto;
	margin-right: auto;
}
.imageSurvol:hover {
	cursor: pointer;
}



/* principal */
#cadreGauche{
	float:left;
	width:763px;
}
#cadreGauche .planDuSite{
	margin:5px 5px 3px 5px;
	font-size:11px;
}
#cadreGauche .planDuSite .fleche {
	padding-left:10px;
	margin-left:8px;
	background:  url(../images/icones/nav_fleche_gris.png) 0 50% no-repeat;
}
#cadreGauche a:link, #cadreGauche a:visited{
	color: #000000;
}
#cadreGauche a:hover{
	color: #F60;
}
#principal {
	margin:5px 3px 5px 5px;
	border: #333 solid 1px;
	background-color:#F3F3F3;
}
#principal .titre {
	background: url(../images/gradients/fondTitre.jpg) repeat-y;
	font-weight:bold;
	color:#333;
	padding: 5px;
	clear:both;
}
#cadreGauche #principal .contenu {
	clear:both;
	padding:6px 6px 10px 6px;
}
#cadreGauche .tableau {
	border: #333333 solid 1px;
	border-collapse:collapse;
	background-color:#CCC;
	margin: 0px 0px 2px 0;
}
#cadreGauche .tableau td {
	padding:0px 3px 0px 3px;
}
#cadreGauche .tableau .tableauTitreFond {
	background: url(../images/gradients/titreOrangeDegrade.jpg) repeat-x;
	height:22px;
	color:#FFF;
	text-align:center;
	border-bottom:solid 1px #333;
}
#cadreGauche .tableau .tableauTitreFond .colonne {
	border-left:#333 solid 1px;
}
.tableauContenu{
	color: #CCCCCC;
	background-color:#333;
}
.tableauContenuFond{
	color: #CCCCCC;
	background: url(../images/gradients/contenu_gris_degrade.jpg);
}
#cadreGauche .listeF .contenu1 {background:#333333; color:#CCCCCC; height:18px}/*Style foncé*/
#cadreGauche .listeF .contenu2 {background:#666666; color:#CCCCCC; height:18px}
#cadreGauche .listeC .contenu1 {background:#D4D4D4; color:#333333; height:18px}/*Style clair*/
#cadreGauche .listeC .contenu2 {background:#E8E8E8; color:#333333; height:18px}
#cadreGauche .contenu1 .colonne, #cadreGauche .contenu2 .colonne {
	border-left:#999 solid 1px;
}
.cadreInfos {
	background-color:#D2F7BB;
	color:#000;
	font-size:13px;
	border:solid 1px #83F391;
	width:220px;
	float:right;
	min-height:100px;
	padding:5px;
	margin-bottom:5px;
}
.cadreInfos .enteteIdee {
	width:40px;
	height:43px;
	background:url(../images/icones/moyennes/idee_vert.png) no-repeat left top;
	float:left;
}
.cadreInfos .enteteAttention {
	width:40px;
	height:43px;
	background:url(../images/icones/moyennes/attention_vert.png) no-repeat left top;
	float:left;
}
.cadreInfos .enteteTitre {
	width:155px;
	height:38px;
	margin:10px 0 0 10px;
	font-size:20px;
	float:left;
}

#principal .boutons {
	text-align:center;
}
#principal .texte-important{
	color:#F00;
}
#principal .texteCommentaire{
	color:#333;
}

/* messages d'erreurs ou d'informations dans la partie centrale ou supérieur*/
#message_erreur, #message_info {
	margin:-1px;
	border:solid 1px;
	width:auto;
	text-align:center;
}
#message_erreur, #message_info {
	padding: 10px 5px 10px 5px;
	margin-bottom:0px;
}
#message_erreur {
	background-color:#FFBFBF;
	border-color:#FF0000;
}
#message_info {
	background-color:#A8FFA8;
	border-color:#00CC00;
}
.basMessage {
	margin:0px -1px 0px -2px;
	border: #EAEAEA solid 1px;
	background-color:#EAEAEA;
	border-bottom-color:#333;
	height:5px;
}
.fermerMessageE, .fermerMessageI {
	float:right;
	position:relative;
	top:-6px;
	right:-1px;
	width:11px;
	height:11px;
}
.fermerMessageE {
	background:url(../images/icones/fermerAvertissementE.gif) no-repeat;
}
.fermerMessageI {
	background:url(../images/icones/fermerAvertissementI.gif) no-repeat;
}

/* footer */
#footer{
	height:30px;
	width:100%;
	background: url(../images/index/fondMenu1.jpg) repeat-x;
	clear:both;
}
#footer div{
	padding-top:6px;
	color:#CCCCCC;
	text-align:center;
}
