﻿@import "NavigationStyleSheet.css" ;
@import "NewsletterStyleSheet.css" ;


body
{
	font-family: Verdana, Tahoma, 'Courier New';
	color: #2f3f3f;
	/* background-color: #fadb81; */
	background-color: #fff;
	width: 1000px;
}

body *
{
	background-color: transparent;
}


/* GLOBAL SETTINGS */

A
{
	color: #67c8c6;
	text-decoration: underline;
}
A:active
{
	font-weight: bold;
	color: #d9531d;
	text-decoration: none;
}
A:hover
{
	color: #d9531d;
	text-decoration: none;
}

#accueil {
	font-size: 120%;
	text-align: justify;
	line-height: 35px;
	margin-right: 20px;
	float: left;
	width:355px;
}

#rotator
{
	float: left;
	margin: 0px 0px;
	clear: right;
}
#actualite
{
	margin-top: 60px;
	text-align: left;
	font-size: 70%;
	line-height: 20px;

}

#inventaire div div
{
	margin: 20px;
}
#inventaire .col1
{
	float:left;
}
#inventaire .col2
{
	float:right;
	clear: right
}


.important
{
	margin: 40px 0px;
	font-weight: bold;
	text-decoration: underline;
}

.PageDefault
{
	line-height: 25px;
	text-align: justify;
}
.PageDefaultNews
{
	padding-top: 50px;
}
.PageDefaultImage
{
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
#PageContainer
{
	/* background-color: #fadb81; */
}
.PageMain
{
	/* padding-top: 30px; */
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 50px;
}

.PageLogo
{
	text-align: center;
}
.PageDomain
{
	vertical-align: bottom;
}
.PagePath
{
	padding-top: 20px;
}
.PageTitle
{
	/* color: #67c8c6; */
	color: #67c8c6;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 40px;
}
.PageFooter
{
	color: #67c8c6;
	padding: 20px;
	font-size: 80%;
	text-align: Left;
	font-style: italic;
}
.PageFooter td:nth-child(2){
	/* border-left: #67c8c6 2px solid; */
}
.PageFooter td 
{
	padding-top: 50px;
}
.PageFooter td div
{
	margin-left: 30px;
}

