/*moto-andina.css*/

/*Styles de balises*/

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

map.indice {
	position: relative;
	text-decoration: none;
	color: black;
	}
	
map.indice span {
	display: none;
	}

map.indice:hover {
	background: none; /* correction d'un bug IE, cf alsacreations */
	z-index: 500;
	}

map.indice:hover span {
	display: inline;
	position: absolute;
	top: 2em;
	left: 1em;
	background-color: orange;
	text-align: center;
	color: white;
	padding: 12px;
	}

a[href]:hover {
	color: #660000;
	background-color: #ffff99;
	font-weight: bold;
	}

a:link {
	color: #333333;
	}

a:visited {
	color: #333333;
	}

body {
	background-color: #663300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

h1 {
	visibility: hidden;
	}

h2	{
	background-image: url(images/h2.png);
	background-repeat: no-repeat;
	color: white;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
	padding-bottom: 0px;
	padding-left: 6px; /*pour eviter conflits avec colonne*/
	padding-top: 12px; /*pour mettre le texte a niveau*/
	text-indent: 12px;
	text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 3px;
	vertical-align: bottom;
	margin-bottom: 0;
	}
	
h3 {
	color: #996633;
	font-size: 14px;
	font-weight: bold;
	padding-left: 6px; /*pour eviter conflits avec colonne*/
	padding-top: 0px;
	}

table {
	padding: 0;
	}
	
/***********************************************************/
/*Styles de classes*/

.date {
	font-weight: bold;
	text-align: right;
	}
	
.diaporama	{
	font-color: white;
	font-size: 13px;
	font-weight: bold;
	}
	
.extra {
	background-color: #ffcc00; /*orange*/
	border-color: black;
	border-style: solid; /*obligatoire pour faire apparaitre la bordure*/
	border-width: 2px;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 12px;
	padding-left: 64px;
	padding-right: 64px;
	padding-top: 12px;
	}
	
/*.filet {
	background-image: url(images/filet.gif);
	background-position: top right;
	background-repeat: no-repeat;
*/
.illustration {
	padding-left: 6px;
	padding-right: 6px;
	text-align: right;	
	vertical-align: top;
	}

.texte {
	vertical-align: top;
	}

.texte-fer-a-droite {
	padding-left: 12px;
	padding-right: 12px;
	text-align: right;	
	vertical-align: top;
	}
/***********************************************************/
/*Styles d'ID*/

#colonne {
/*	background-image: url(images/colonne.png);
	background-position: top left;
	background-repeat: no-repeat;*/
	text-align: right;
	vertical-align: top;
	}

#en-tete {
	text-align: left;
	vertical-align: bottom;
	}

#mise-en-page {
	background-attachment: fixed;
	background-color: #e5dec4;
	background-image: url(images/filigrane.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0;
	}
	
#navigation {
	background-color: #000000;
	color: #cccccc;
	text-align: center;	
	}

#pied {
	background-color: #663300;
	background-image: url(images/corniere.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #cccccc;
	text-align: right;
	}

#titre {
	text-align: right;
	vertical-align: top;
	}

/***********************************************************/
/*Styles complexes*/

.illustration img {
	width: 320;
	}
	
#navigation a:active {
	color: #ffffff;
	}

#navigation a[href]:hover {
	color: #ffffff;
	background-color: #666666;
	font-weight: normal; /*ATTENTION AUX REDONDANCES AVEC L'HERITAGE, FAIRE SAUTER LE GRAS DANS LE HOVER D'ORIGINE*/
	text-decoration: underline;
	}

#navigation a:link {
	color: #ffffff;
	text-decoration: none;
	}

a:visited {
	color: #cc9999;
	}
