/* 
	Fichier : http://www.sunwizard.net/selections/sel.css
	Date    : 04-03-06
	Version : 0.1
*/

/* Corps de la page HTML */
body {
	background-color: #ffffff; 
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: justify;
	line-height: 1.5em;
}
img
{
        border:none ;
}


/* Lien vers une URL */
A:link {
	color: #594fbf;
	background-color: transparent;
	text-decoration: none;
}

/* Lien vers une URL déja visitée */
A:visited {
	color: #7aabCa;
	background-color: transparent;
	text-decoration: none;
}

/* Lien sous le curseur URL */
A:hover {
	color: #594fbf;
	background-color: transparent;
	text-decoration: underline;
}

/* Lien actifs */
A:active {
	color: #594fbf;
	background-color: transparent;
	text-decoration: underline;
}

#sel_entete {
	text-align: center;
	visibility: visible;
	position: relative;
	margin-top: 50px; 
	margin-bottom: 80px; 
}

/* Contient le logo SW en début de page */
#sel_logo {
	float:left;
}

#sel_titre h1 {
	text-align: left; 
	margin-left: 12em;
	font-size: 2em;
	font-weight: bold;
	color: #594fbf;
}

#sel_mise_a_jour {
	margin-top: 10px;
	text-align: left;
        padding: 10px;
	line-height: 2em;
	color: #FFE74A;
	font-size: 1.1em;
}


/* intro */
#sel_intro {
        padding: 8px;
        margin-left: 1em;
        margin-right: 9em;
        border-width: 0px;
	font-size: 1.0em;
}


#sel_intro p {
}



/* Corps */
#sel_corps {
        padding: 10px;
        margin-right: 1em;
        border-width: 0px;
}

#sel_corps ul {
}

#sel_corps p {
	margin-left: 2em;
}

#sel_corps li {
	font-size: 13px;
	margin-left: 4em;
}




/* PIED DE PAGE */
#sel_pied {
	margin-top: 1em; 
	text-align: center;
	font-size: 0.7em;
}

#sel_pied p {
}

#sel_pied_icone_nav {
	word-spacing:50px;	
}

#sel_pied_maj {
	color: #999999;
	font-size: 12px;
}

#sel_pied_navbar {
}


.col_gauche {
	margin-top: 0px;
	border: 0px;
	color: #FFE74a; 
	background-color: #6666CC; 
	width: 20%;
	font-size: 1.1em;
}

