body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #043c6b url(../Images/SiteWeb/mainBackground.jpg) repeat-x fixed;
	margin: 0;
	padding: 0;
	color: #FFF;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	list-style: url(none) none;
}

h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-size: 1em;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #FFF;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #86AED1;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #ADB96E;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #000;
	clear: both;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	line-height: 0px;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 900px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.container .content{
	padding: 35px 15px 18px;
	background: #4190d2 url(../Images/SiteWeb/contentBackground.jpg) no-repeat;
	margin-top: 20px;
}


.container .content .bookPresent {
	width: 165px;
	text-align: center;
	display: inline-block;
	font-size: 0.8em;
	background: #043C6B url(none);
	float: left;
	margin: 4px;
}
.container .content .bookPresentNew {
	width: 165px;
	text-align: center;
	display: inline-block;
	font-size: 0.8em;
	background: #043C6B url(none);
	float: left;
	margin: 4px;
}
.container .content a #lastPresent {
	margin-bottom: 20px;
}
.container .content a .bookPresent tr .presentRow1 {
	height: 120px;
}
.container .content a .bookPresentNew tr .presentRow1 {
	height: 120px;
	background: url(../Images/SiteWeb/nouveauteText.jpg) no-repeat right top;
}
.container .content .mainArticle p #FlashID {
	margin-left: -17px;
}


.container .content a .bookPresent tr .presentRow2 {
	background: #000;
	width: 180px;
	height: 38px;
}
.container .content a .bookPresentNew tr .presentRow2 {
	background: #000;
	width: 180px;
	height: 38px;
}
.container .content .mainArticle {
	clear: both;
	padding-top: 5px;
	background: #043C6B url(../Images/SiteWeb/mainArticleBackground.jpg) no-repeat left top;
	padding-bottom: 50px;
	margin-bottom: 20px;
}
.container .content .mainArticle p {
	line-height: 2;
	text-indent: 1em;
}
.container .content .mainArticle  h1{
	font-size: 1.6em;
	margin-bottom: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.container .content .mainArticle h2 {
	font-size: 1.4em;
	background: url(../Images/SiteWeb/feuilleDecoration.jpg) no-repeat;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

.container .content .mainArticle ul li {
	width: 600px;
	margin: 20px;
}

.container .content .mainArticle a #btnAchat {
	position: relative;
	top: -80px;
	left: -30px;
}
.container .content .mainArticle .dialogue li {
	list-style: square;
	margin-left: 2em;
}
.container .content .mainArticle .bibliographie li {
	list-style: square;
	margin-left: 2em;
}


.container .content .mainArticle a .modeLecture {
	width: 200px;
	font-size: 0.6em;
	margin-top: -20px;
}

.container .content .mainArticle .retour {
	text-align: right;
	text-decoration: none;
}

.container .content .mainArticle .specificationsEssai {
	position: relative;
	top: -30px;
	font-size: 0.8em;
	text-indent: 0px;
	width: 500px;

}
.container .content .mainArticle #shortcutList {
	position: relative;
	top: -40px;
	width: 300px;
	border-top: 1px dotted #FFF;
	text-align: left;
	margin-left: 10px;
	border-left: 1px solid #FFF;
	/* [disabled]left: 200px; */
}
.container .content .mainArticle .shortcutListItem {
	display: block;
	list-style: none;
	font-size: 0.8em;
	margin-left: 20px;
}
.container .content .mainArticle #MenuBar2 {
	position: relative;
	top: -100px;
	left: 300px;
	width: 180px;
}

.container .content .mainArticle .specificationsCritique {
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 60px;
	margin-left: 380px;
}
.container .content .mainArticle .citation{
	font-size: 0.8em;
	text-indent: 0px;
	margin: 10px 40px;
}

.container .footer {
	height: 500px;
	padding: 10px;
}
.container .footer ul {
	/* [disabled]list-style: disc url(none); */
	font-size: 0.7em;

}
.container .footer .menu li {
	margin: 10px 0px;
}
.container .footer .menu {
	float: left;
	border-top: thin dotted #FFF;
	border-left: thin solid #FFF;
	padding-right: 10px;
	padding-left: 10px;
	width: 150px;
	text-align: left;
}
.container .footer .menu h3 {
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: 1em;
}

.container .footer #copyright {
	margin-right: 200px;
}

.container .footer #contact {
	float: right;
	margin-right: 50px;
	margin-left: 20px;
	font-size: 0.8em;
}
.container .footer #contact .titre {
	border-top: thin dotted #FFF;
	font-weight: bold;
}
.container .footer #contact .adresses {
	margin-bottom: 10px;
}
.container .footer #copyright {
	margin: 5px 5px 15px 0px;
	padding: 0px;
}
