@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, form, fieldset {
	margin: 0;
	padding: 0;
}
a:link {
	color: #003300;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
}
#container {
	background-image: url(../pictures/webdesign/fondpage.jpg);
	background-repeat: repeat-y;
	width: 820px;
	margin:auto;
}
#header {
	background-image: url(../pictures/webdesign/header.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 820px;
}
#header p {
	font-weight: bold;
	color: #0066CC;
}
.logo {
	margin-top: 20px;
	margin-left: 20px;
}
#barrebleue {
	background-image: url(../pictures/webdesign/barrebleue.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 820px;
}
#barrebleue p {
	padding-left: 40px;
	font-size: 13px;
	color: #003300;
	padding-top: 5px;
}
/* COLONNE GAUCHE*/

#colgauche {
	width: 535px;
	float:left;
	padding-left: 22px;
	padding-right: 5px;
	margin-top: 15px;
}
/* BLOC CONTACT*/
.bloccontact {
	background-image: url(../pictures/webdesign/fondcontact.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BFCCD1;
	border-bottom-color: #BFCCD1;
	border-left-color: #BFCCD1;
	height: 260px;
}
.accrochecontact {
	font-size: 22px;
	font-weight: bold;
	color: #003300;
	margin-top: 10px;
}
.bloccontact p {
	padding-left: 10px;
	font-size: 13px;
	font-weight: normal;
	color: #003300;
	margin-top: 10px;
}
/* BLOC TAB*/
.tabgrand {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BFCCD1;
	border-bottom-color: #BFCCD1;
	border-left-color: #BFCCD1;
	background-image: url(../pictures/webdesign/fondtabgrand.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tabgrand p {
	padding-right: 10px;
	padding-left: 10px;
}
.tabgrand ul {
	list-style-type: circle;
}
.tabgrand li {
	margin-bottom: 5px;
	list-style-type: circle;
	margin-left: 50px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #003300;
	padding-left: 20px;
}
/* COLONNE DROITE*/

#coldroite {
	width: 230px;
	float:right;
	clear:right;
	padding-right: 22px;
	margin-top: 15px;
}
/* NAVIGATION*/
	
ul {
	list-style-type: none;
}
li {
	margin-bottom: 5px;
}
.menu a {
	width: 225px;
	height: 20px;
	display: block;
	text-align: center;
	font-size: 10px;
	color: #black;
	font-weight: bold;
	border: 1px solid #BFCCD1;
	text-decoration: none;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 8px;
	background-color: #336600;
	background-image: url(../pictures/webdesign/fond-menu-hover.jpg);
	background-repeat: no-repeatno-repeat;
}
.menu a:visited {
	color: #003300;
	font-weight: bold;
}
.menu a:hover {
	background: #ccc;
	border: 1px solid #CC6600;
	background-image: url(../pictures/webdesign/fond-menu.jpg);
	background-repeat: no-repeat;
	color: #003300;
}
.menu a:active {
	background: gray;
	border: 1px solid gray;
	color: #FF9900;
}
.menu li a {text-decoration: none;}

/* BLOC GRIS*/
.blocgris {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BFCCD1;
	border-left-color: #BFCCD1;
	width: 224px;
	height: 200px;
	margin-left: 1px;
}
.headerblocgris {
	height: 30px;
	width: 225px;
	background-image: url(../pictures/webdesign/header-bloc-gris.jpg);
	background-repeat: no-repeat;
}
.headerblocgris p {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	padding-left: 10px;
}
.blocgris p {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
}
/* BAS*/
#footer {
	background-image: url(../pictures/webdesign/footer.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 820px;
}
#footer p {
	font-size: 11px;
	color: #003300;
	padding-top: 5px;
}
#footer a:link {
	color: #fff;
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;
	color: #fff;
	}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}
#footer a:active {
	text-decoration: underline;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.imageTemoi {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
.offre {
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
	background-color: #FFCC33;
	padding: 5px;
	border: 1px solid #993333;
	width: 80%;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
}
.offredroite {
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
	background-color: #FFCC33;
	padding: 5px;
	border: 1px solid #993333;
	width: 90%;
	margin: 10px 40px 10px 10px;
}
.temoidroite {
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px dotted #993333;
	width: 90%;
	margin: 10px 40px 10px 10px;
}
strong {
	color: #003300;
}
.decal {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 13px;
}
.conception {
	font-size: 11px;
	color: #666;
}
.conception a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #0066CC;
	font-weight: normal;
}
.underline {
	text-decoration: underline;
}
ol {
	margin-right: 50px;
	margin-left: 50px;
}
.bloccontact .tel {
    color: #198B43;
    font-size: 48px;
    font-weight: bold;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
