@import "mp3.css";
@import "accueilSelection.css";
@import "conversions.css";

html, body {
	background-color : white;
	text-align: center;
	padding:0px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
}
table {
	margin: 0px;
	padding: 0px;
}
td {
	border:0;
}


/* === POLICES === */

/* Liens */
a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:active { text-decoration: underline; }
a:hover { text-decoration: none; }

.TitreMp3, .TitreTheme, .TitreSejour {
	font-size: 17px;
	font-weight: 700;
	text-align:left;
	color:white;
	padding-left: 47px;
	background-repeat:no-repeat;
}


/* === TAILLES - POSITIONS === */

/* Cadre exterieur */
.GrandCadre {
	border: 1px solid #bdbdbd;
	width: 767px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
}

/* Cadres gris */
.ContourGris, .ImageTheme, .ImageSelection, .ImagePub {
	border: 1px solid rgb(189,189,189);
}

/* Une */
.DispositionUne {
	margin-top:22px;
	margin-right:13px;
}

.TitreUne, .TitreUne a:link, .TitreUne a:visited, .TitreUne a:active {
	font-size: 13px;
   	font-weight:700;
   	text-align:left;
   	color:#5376CA; //#7598EC;
   	text-decoration:underline;
}

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

.TexteUne, .TexteUne a:link, .TexteUne a:visited, .TexteUne a:active {
	font-size: 12px;
	text-align:left;
	color:black;
	text-decoration:none;
}

/* Encart publicitaire */
.DispositionPub {  
   margin-top:30px;
   margin-left:12px;
}


/* Liste des sejours */
.DispositionSejour {
	margin-left:9px;
}
.LiensSejour, .LiensSejour a:link, .LiensSejour a:visited, .LiensSejour a:active, .LiensSejour a:hover {
	font-size: 13px;
	font-weight: 600;
	color:#5376CA;
	line-height:19px;
}
.TitreSejour {
	/* Voir plus haut */
	line-height:18px;
}

/* Acces par theme */
.DispositionTheme {
   margin-top:17px;
}
.ImageTheme {
	width:67px; 
	height:64px;
}
.ElementTheme, .ElementTheme a:link, .ElementTheme a:visited, .ElementTheme a:active, .ElementTheme a:hover {
	font-size: 13px;
	font-weight: 400;
	line-height:18px;
	color: black;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
.TitreTheme {
	/* Voir plus haut */
	line-height:40px;
}


/* Carte en Flash */
.DispositionCarte {
   margin-left:13px;
   margin-top:8px;
   margin-bottom:0px;
}


/* Liste des regions */
.DispositionRegions {
   margin-left:13px;
   padding-top:0px;
   margin-top:0px;
   margin-bottom:0px;
}
.DispositionRegions H1 {
	font-size: 13px;
	font-weight: 700;
	color:black;
}
.DispositionRegions UL {
	list-style-position:outside;
	list-style-image:url(../images/menuPuce.gif);
	list-style:none;
}
.DispositionRegions A {
 	font-size: 12px;
	font-weight: 400;
	line-height:16px;
	color:black;
}

/* Selection d'articles */
.DispositionSelection {
   padding-right:13px;
   padding-left:13px;
   padding-top:30px;
}

/* Petites barres grises en bas a gauche des cadres */
.BarreGriseHorizontale {
	text-align : right ;
}
.BarreGriseVerticale {
	vertical-align : bottom ;
}


