/* Styles pour les pages de l'atelier de formation */

/* Styles pour le corps de page */

body {
	background-color:#F3F3F3;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	margin:0;
}

/* Styles de sitebranding */

#sitebranding h1 {
	color:#005AB0;
	background-color:#DEECFF;
	font-size:1.9em;
	text-transform:uppercase;
	text-align: right;
	margin:0;
	padding:5px;
	height: 32px;	
}

/* Styles de tagline */

#tagline p {
	color:#005AB0;
	background-color:#F0F7FF;
	font-size:1.1em;
	font-style:italic;
	text-align:right;
	padding:5px;
	margin:0 0 30px 0;
	border-bottom:3px solid #E6E6E6;
}

#logo {
	position: absolute;
	top: 0.2em;
}	
		

/* Style pour le corps d'une page */

#bodycontent {
	margin-left: 16em;
	margin-right: 2em;
}

/* Style pour la barre de navigation */

#navigation {
	position: absolute;
	top: 7.70em;
	width: 14em;
}

#navigation ul {
	list-style: none;
	margin-left: 0;
	padding-left: 2em;
}

#navigation li a:link, #navigation li a:visited {
	color: #005AB0;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	background-color: #DEECFF;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
	text-decoration: none;
	padding-left: 1.0em;
	border-left: 10px solid #005AB0;
}

#navigation li a:hover {
	background-color: #005AB0;
	color: #FFFFFF;
}

/* Styles des entêtes de niveau 2 */

h2 {
	color:#378BCE;
	font-size:1.3em;
	width:80%;
	margin-top:30px;
	border-bottom:1px solid #88BFEB;	
}

/* Styles des entêtes de niveau 3 */

h3 {
	color:#378BCE;
	font-size:1.2em;
	font-style: italic;
	width:80%;
	margin-top:20px;
	margin-left: 20px;
}

/* Styles des paragraphes et listes */

p {
	text-align: justify;
}

p,ul {
	font-size:1em;
	margin:10px 20px;
}

/* Style pour légende et bordures d'image de saisie d'écran */

.caption {
	margin-left: 20px;
	color: #88BFEB;
	font-weight: bold;
	font-style: italic;
	font-size: 0.5em;
}

.screenshot {
	border: 1px solid #005AB0;
}

/* Styles pout les exemples de code */

p.codesample {
	background-color: #DEECFF;
	color: #005AB0;
	border-color: #005AB0;
	border-style: solid;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: thin;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0;
	text-align: left;
}

p.codelisting {
	background-color: #F0F7FF;
	border-color: #005AB0;
	border-width: 2px;
	border-top-style: hidden;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0;	
	text-align: left;
}

pre.codelisting {
	background-color: #F0F7FF;
	border-color: #005AB0;
	border-width: 2px;
	border-top-style: hidden;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;	
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
}

/* Styles pour les tableaux */

.datatable {
	border-collapse: collapse;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 2px solid #005AB0;
}

.datatable th, .datatable td {
	border: 1px solid #005AB0;
	padding: 4px ;
}

.datatable th {
	background-color: #DEECFF;
	font-weight: bold;
	color: #005AB0;
	text-align: left; 	
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
}

.datatable td {
	background-color: #F0F7FF;
}

.datatable caption {
	font-weight: bold;
	font-size: small;
	text-align: left;
	color: #005AB0;
	padding-bottom: 5px;
} 
