/* @group General Styles */
.saluta:link {
	color: #97003D;
}

body {
	text-align: Left; /* To Make Content Centered */
	background: #f0f0f0;
	color: #300;
	font: 0.78em Verdana, Arial, Helvetica, sans-serif;
	margin: 8px;
	padding: 0;
}

p {
	text-align: Left;
	color: #300;
	font-family: Verdana, Geneva, sans-serif;
}

b, strong {
	color: #300;
	text-align: left;

}

a:link {
	text-decoration: underline;
	color: #300;
}

a:visited {
	text-decoration: underline;
	color: #300;
}

a:hover, a:active {
	text-decoration: none;
}

img {
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}
	
/* @end */

/* @group Layout */

.clearer {
	clear: both;
}

#container { 
	/*width: 680px;*/
	width: auto;
	margin: 0px auto 10px;
	text-align: left;
	border: 1px solid #aeaeae;
}

#pageHeader {
    width: auto;
	padding: 0;
	background : url("images/AtopClavier.jpg")/*scroll no-repeat*/;
    /*background-color:#FFF;*/
	height: 80px;
	border-bottom: solid #aeaeae 1px;
}

#pageHeader img {
	float: left;
}

#pageHeader h1 {
	padding-left: 10px;
	padding-top: 10px;
	color: #300;
	font-size: 2em;
	margin: bottom;
}

#pageHeader h2 {
	font-size: 1em;
	color: #300;
	margin: bottom;
	padding-left: 10px;
	font-weight: normal;
}

#contentContainer {
	background: url("images/CoteSouris.jpg") fixed no-repeat top right, url("images/electronics.jpg") scroll no-repeat;
	/* background: url(../images/electronics.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-attachment: fixed; Le fond restera fixe */
	z-index: 10;
	color: #300;
}
#contentContainer h1 {
	color: #300;
}
#contentContainer #content {
	padding: 10px 10px 10px 15px;
	text-align: left;
	color: #300;
}

#sidebarContainer {
	width: 200px;
	float: left;
}

#sidebarContainer #sidebar {
	padding: 5px;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	padding: 5px 5px 0;
	margin: 0 -5px;
	font-size: 1em;
}

#footer {
	/*width: 680px;*/
	width: auto;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	background: url('images/AbottomClavier.gif')scroll no-repeat;
	/*display: flex;
	flex-direction: wrap;
	justify-content: space-around;*/
	border: 1px solid #aeaeae;
}

#footer p {
	margin: 0;
	padding: 5px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
	color: #300;
	text-align: left;
	
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: right;
	height: 20px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	color: #d4d4d4;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #d4d4d4;
	text-decoration: none;
}

#breadcrumbcontainer a:hover {
	color: #97003D;
}
	
/* @end */


/* @group Global Classes */

blockquote {
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	padding-left: 5px;
	padding-right: 5px;
	font-style: italic;
	color: #999999;
}

h1 {
	color: #300;

}

h2 {

}

h3 {

}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}
	
/* @end */
#contentContainer #content p {
	font-weight: normal;

}
#contentContainer #content p {
	font-family: Verdana, Geneva, sans-serif;
	color: #300;
	font-style: normal;
}
#contentContainer h1 {
	color: #300;
}
