html {
	margin: 0px;
	width: 100%;
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #F0F0F0;
	background-image: url(../pictures/webdesign/grad-body.jpg);
	background-repeat: repeat-x;
}

img {
	border: 0px;
	text-align: center;
}
/* ------------------- Liens --------------------------- */

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
}
a {
	outline: none;
}
/* ------------------- Li --------------------------- */


li {
	list-style-image: url(../pictures/webdesign/li.gif);
}
/* ------------------- Bandeau & Menu ------------------------- */

#bandeau {
	height: 50px;
	/*background-color: #FFFFFF;*/
	background-image: url(../pictures/webdesign/bandeau-menu.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
#bandeau a:link {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
#bandeau a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
#bandeau a:hover {
	color: #0066FF;
}
#bandeau a:active {
	color: #FF9900;
}
#nav, #nav ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	color: #0066CC;
	text-align: center;
	padding-top: 8px;
}
#nav a {
	display: block;
	width: 135px;
}
#nav a:hover {
	color:#333;
	font-style: normal;
	background: #A7C5DA;
}
#nav li {
	float: right;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
}
#nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	text-align: left;
	padding-top: 10px;
	background: #FFEED1;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* ------------------- Header ------------------------- */
	
#header {
	height: 235px;
	background-color: #2D5CAA;
	background-image: url(../pictures/webdesign/header-gnc.jpg);
	background-repeat: repeat-x;
	margin:0px;
}
#headergreen {
	height: 235px;
	background-color: #2D5CAA;
	background-image: url(../pictures/webdesign/bandeau-vert.jpg);
	background-repeat: repeat-x;
}
#headercourt {
	height: 100px;
	background-color: #2D5CAA;
	background-image: url(../pictures/webdesign/header-court.jpg);
	background-repeat: repeat-x;
}
#headertrescourt {
	height: 70px;
	background-color: #2D5CAA;
	background-image: url(../pictures/webdesign/header-tres-court.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
#headercourt h1 {
	font-size: 24px;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 30px;
	/*color: #FFFFFF;*/
}
#header170GKM {
	height: 170px;
}
#header270GKM {
	height: 270px;
}
#header80 {
	height: 80px;
	background-color: #2D5CAA;
	background-image: url(../pictures/webdesign/header-tres-court.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
#header278 {
	height: 278px;
	background-image: url(../pictures/webdesign/bandeau278.jpg);
	background-repeat: repeat-x;
}
#headershoot {
	height: 278px;
	background-image: url(../pictures/webdesign/bandeau-shoot.jpg);
	background-repeat: repeat-x;
}
/* ------------------- Centre ------------------------- */

#contenu {
	width: 800px;
	margin: auto;
	background-color: #FFFFFF;
}
#contenuAdwords {
	width: 640px;
	margin: auto;
	background-color: #FFFFFF;
	padding-right: 80px;
	padding-left: 80px;
}
#contenuaide {
	width: 1000px;
	margin: 0px auto;
	background-color: #FFF;
}
#contenulettre {
	width: 799px;
	margin: auto;
	background-color: #FFF;
}
.rubrique {
 font-weight, : bold;
	font-size: 16px;
	height: 30px;
	padding-left: 7px;
	padding-top: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFE8FC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE8FC;
	background-color: #EFF2F7;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.rubrique12 {
	font-weight: bold;
	font-size: 12px;
	height: 30px;
	padding-left: 7px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFE8FC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE8FC;
	background-color: #EFF2F7;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ------------------- Formatage bouton -------------------- */

.clear { /* generic container (i.e. div) for floating buttons */
 overflow: hidden;
 width: 100%;
}
a.button {
	background: transparent url('../pictures/webdesign/bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	text-align: center;
}
a.button span {
	background: transparent url('../pictures/webdesign/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}
a.button:active {
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}
/* ------------------- formatage tab ------------------------- */

.tdsolidfin {
	border: 1px solid #CAD6E8;
	padding: 5px;
	margin-top: 10px;
}
.tdsolidfinwithoutpad {
	border: 1px solid #CAD6E8;
	padding: 0px;
	margin-top: 10px;
}
.tdsolidlarge {
	border: 3px solid #ABC1D3;
}
.tddot {
	padding: 5px;
	border: 1px dotted #ABC1D3;
}
.tdbigdot {
	padding: 5px;
	border: 4px dashed #000000;
}
.fondtab {
	background-image: url(../pictures/webdesign/grad-td.jpg);
	background-repeat: repeat-x;
	height: 35px;
	background-position: bottom;
	margin-top: 10px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -5px;
}
hr {
	border: 1px solid #CAD6E8;
}
/* ------------------- footer ------------------------- */

.footer {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.footer2 {
	font-size: 10px;
	color:#666666;
	padding-bottom: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* ------------------- h ------------------------- */

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #0066CC;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #006699;
}
h3 {
	color: #333;
}
.h2titre {
	color: #0066CC;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
/* ------------------- formatage annonces Adwords ------------------------- */
.titreannonceadw {
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
	text-align: left;
}
.urlannonceadw {
	font-weight: normal;
	color: #006600;
	text-decoration: underline;
	text-align: left;
}
/* ------------------- formatage texte ------------------------- */

.letrine {
	float: left;
	font-size: 3em;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-right: 5px;
	color: #2D5CAA;
}
.barre {
	font-weight: bold;
	text-decoration: line-through;
}
.underline {
	text-decoration:underline;
}
.fluo {
	background-color: #FFFF00;
}
.courrier {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
.censure {
	color: #FF0000;
	font-weight: bold;
}
.red {
	color:#CC0000;
}
.grisneutre {
	color:#666666;
}
.p14 {
	font-size: 14px;
}
fieldset {
	border: 1px solid #6A9EC6;
	background-color: #EFF2F7;
	margin-bottom: 30px;
	-moz-border-radius: 8px;
\  -moz-box-sizing: border-box;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4286C3;
}
#contenu li {
	font-size: 14px;
}
.dotunderline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 5px;
	padding-bottom: 10px;
}
.orange {
	color: #FF6600;
}

