/* CSS Document */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; }

strong {
	font-weight:bold;
	color: #27A22D;
}
em {font-style:italic; }

/* hyperlink */
a {
	color: #27A22D;
}
a:hover {
	color: #0A6C39;
}

a.style1 {	color: #0086e3; text-decoration:underline; }
a.style1:hover { color: #0086e3; text-decoration:underline; }

/* taille de la typo */

html { font-size: 100%; } /* correctif pour IE */
body { font-size: .8em; font-family:Verdana, Arial, Helvetica, sans-serif; }

#content { line-height:1.2em; }
#content h2 {
	font-size: 1.3em;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px 0px 0.5em 0px;
}
#content h2 small { font-size: 0.65em; font-weight:normal; text-transform:none; }
#content h3 { font-size: 1em; font-weight:bold; text-transform:uppercase; padding:1.5em 0px 0.5em 0px;}
#content p {
	font-size: 0.89em;
	padding:0px 0px 1em 0px;
	text-align: justify;
}
#content ul {
	padding:0px 0px 0.5em 20px;
	font-size: 0.89em;
}
#content ul li {
	padding:0px 0px 0.5em 20px;
	background: url(pictures/bullet1.gif) no-repeat 0px 0.55em;
}

#content ul li li{
	background: url(pictures/bullet2.gif) no-repeat 0px 0.55em;
}




input { font-family:Verdana, Arial, Helvetica, sans-serif; }

/* couleur */
#content h2 { color:#27A22D; }
#content h3 { color:#27A22D; }

.imgFloatRight {
	float:right;
	clear:right;
	width:200px;
	font-size:0.8em;
	line-height: 1em;
	color:#02713C;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.imgFloatRight img{
	padding-bottom:5px;
}

.video {
	padding:0px 0px 10px 30px;
	font-size:0.8em;
	line-height: 1em;
	color:#02713C;
}

#header {
	width: 760px;
	margin: 0px auto;
}

#contentContainer {
	clear:both;
	width: 660px;
	margin: 0px auto 0px auto;
	background: #F6F9E7 url(pictures/bckgrnd_core_top.gif) no-repeat top;
}

#content {
	width: 600px;
	padding: 30px;
	clear:both;
	background: url(pictures/bckgrnd_core_bottom.gif) no-repeat bottom;
}

#footer {
	font-size:10px;
	width: 640px;
	margin: 10px auto 0px;
	padding: 0px 10px 0px 10px;
	line-height:30px;
	clear:both;
	height:30px;
	color: #02713C;
	background: #C6D66A url(pictures/bckgrnd_footer.gif) no-repeat bottom;
	text-align:center;
}

#footer small{
	color: #ffffff;
}

.table1 {
	border-top: 1px solid #27A22D;
	border-right: 1px none #27A22D;
	border-bottom: 1px none #27A22D;
	border-left: 1px solid #27A22D;
}
.table1 tr td{
	border-top: 1px none #27A22D;
	border-right: 1px solid #27A22D;
	border-bottom: 1px solid #27A22D;
	border-left: 1px none #27A22D;
	padding:0.5em;
	background: #FFFFFF;
	font-size: 0.89em;
}

.table1 tr th{
	border-top: 1px none #27A22D;
	border-right: 1px solid #27A22D;
	border-bottom: 1px solid #27A22D;
	border-left: 1px none #27A22D;
	padding:0.5em;
	background: #C6D66B;
	color: #000000;
	font-weight: bold;
	font-size: 0.89em;
}

.tableTransparent tr td {
	font-size:0.89em;
}
.sous_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

