/* ********************** */
/*      CSS de Sorgeat    */
/* ********************** */

body {
	margin: 0px;
	padding: 0px;
	background: #333333 ;
	font-weight: normal;
	font-family: verdana, helvetica, arial;
	font-size: 10pt;
	font-style: normal;
	text-align: center;
}

a, a:hover { text-decoration: none; }

.adresseMail { font-weight: bold; color: #7F3F3F; }

.lienSansHref { color: #473E8F; font-weight: bold ; }

#general {
	margin: auto;
	background-color: #FFFFFF;
	width: 860px;
	text-align: center;
}

input[type="submit"] { cursor: pointer; }

a.lienInterne,a.lienInterne:visited { color: #580CCF; text-decoration:underline; }
a.lienInterne:hover { color: #AF2020; text-decoration: underline; }

/* ********************** */
/*   FORMULAIRES          */
/* ********************** */

a input {
	border: 1px solid gray;
	color: #565656;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	background-image: url('../image/commun/valid.gif') ;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	background-color: #f5f5f5;
	width: 140px;
	height: 30px;
}

a:hover input {
	background: #5F4747;
    color: #FFFFFF;
    background-image: url('../image/commun/valid.gif') ;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}

input.text, textarea {
	color: blue;
	background-color: #FFF6CF ;
	border: 1px solid #7F1F1F;
}

#mesgErreur { color: red; font-weight: bold; }

/* ********************** */
/*   LIEN PRESENTATION    */
/* ********************** */

a.lienPresentation, a.lienPresentation:visited { display: block; color: #CF1919 ; }

a.lienPresentation:hover { color: #6F1B1B; text-decoration: underline; }

/* ********************** */
/*      PIED DE PAGE      */
/* ********************** */

span.nbeVisite {
	color: gray ;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
}
	
div.piedPage {
	position: relative;
	margin: auto ;
	text-align: center;
	border: none;
	font-size: 8pt;
}

div.piedPage a, div.piedPage a:visited {
	text-decoration: underline;
	color: #473E8F;
	padding-left: 7px;
	padding-right: 7px;
}

div.piedPage a:hover {
	text-decoration: underline;
	color: red;
}

div.piedPage .separateur {
	font-size: 18pt;
	color: gray;
	font-weight: bold;
}

.copyright, a.copyright, a.copyright:visited {
	font-style: italic;
	font-weight: normal;
	color: gray;
	font-size: 8pt;
	padding-top: 10px;
	padding-bottom: 20px;
}

a.copyright { text-decoration: underline; }

/* ********************** */
/*     SUBMIT IMAGE       */
/* ********************** */

a.submitImage {
	width: 150px;
	color: #565656;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 7px;
	background-color: #f5f5f5;
	border: 1px solid #8F8F8F;
    cursor: pointer;
    font-weight: bold;
    font-size: 100%;
    line-height: 130%;
}

a.submitImage img {
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: -3px;
	margin-left: 0px;
    padding: 0px;
    border: none;
    width: 16px;
    height: 16px;
}

a.submitImage:hover {
	background: #5F4747;
    text-decoration: none;
    color: #FFFFFF;
}

/* ***************************** */
/*			PRESENTATION   	     */
/* ***************************** */

.msgPresentationNoFlash a, .msgPresentationNoFlash a:hover, .msgPresentationNoFlash a:visited {
	color: blue;
	text-decoration: underline;
}

.msgPresentationNoFlash img {
	border: none;
}

/* ***************************** */
/*		RETOUR AU MENU   	     */
/* ***************************** */

div.retourMenu a, div.retourMenu a:visited {
	color: red;
	text-decoration: underline;
}

div.retourMenu a:hover { color: blue; }

span.lienPopup { color: blue; text-decoration: underline; cursor: pointer; } 
img.popup { cursor: pointer; }

/* ***************************** */
/*		DIAPORAMA        	     */
/* ***************************** */

div#diaporamaEntete, div#diaporamaEnteteNoJS {
	top: 10px;
	margin: auto;
	text-align: center;
	background-color: #333333;
	width: 800px;
	height: 190px;
}

div#diaporamaEntete img { margin: auto; margin-left: 5px; margin-top: 5px;}
div#diaporamaEnteteNoJS img { margin: auto; margin-left: 0px; margin-top: 5px;}