/***********************************************/
/* code-online.css                             */
/***********************************************/

body {
	position: relative;
	font-family: Verdana, Arial, sans-serif;
	text-align: justify;
	background-color: #254774;
}

* { margin: 0px; padding: 0px; }

p {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	padding: 1px 5px 7px 5px;
}

p a:link, p a:visited {
	color: #000;
	text-decoration: bold;
}

p a:hover{
	color: #ff0000;
	text-decoration: bold;
}

p a:active {
	color: #ff0000;
	text-decoration: bold;
}

h1 {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

h1 a:link, h1 a:visited {
	color: #000;
	text-decoration: none;
}

h1 a:hover{
	color: #000;
	text-decoration: none;
}

h1 a:active {
	color: #000;
	text-decoration: none;
}

h2 {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}

h2 a:link, h1 a:visited {
	color: #000;
	text-decoration: none;
}

h2 a:hover{
	color: #000;
	text-decoration: none;
}

h2 a:active {
	color: #000;
	text-decoration: none;
}

h3 {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

h3 a:link, h1 a:visited {
	color: #000;
	text-decoration: none;
}

h3 a:hover{
	color: #000;
	text-decoration: none;
}

h3 a:active {
	color: #000;
	text-decoration: none;
}
h4 {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	color: #000;
	font-size: 11px;
}

h4 a:link, h1 a:visited {
	color: #000;
	text-decoration: none;
}

h4 a:hover{
	color: #000;
	text-decoration: none;
}

h4 a:active {
	color: #000;
	text-decoration: none;
}

.p1 {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
}

.p1 a:link, .p1 a:visited {
	color: #fff;
	text-decoration: bold;
}

.p1 a:hover{
	color: #fff;
	text-decoration: underline;
}

.p1 a:active {
	color: #fff;
	text-decoration: underline;
}

.p2 {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	text-align: center;
}

.p2 a:link, .p2 a:visited {
	color: #fff;
	text-decoration: none;
}

.p2 a:hover{
	color: #003366;
	text-decoration: none;
}

.p2 a:active {
	color: #003366;
	text-decoration: none;
}

#global { 
	position: relative;
	margin-top: 13px;
	width: 778px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#header {
	position: relative;
	background: url(../img/ban.jpg) no-repeat top right;
	width: 778px;
	height: 75px;
	background-color: #254774;
}

#logo {
	position: relative;
	float: left;
	padding: 0px;
	margin-right: 1px;
}

#ban {
	position: relative;
	float: left;
	padding-top: 6px;
}

#contenu {
	position: relative;
	width: 776px;
	border: 1px solid #5E86BA;
	overflow: auto;
	background-image: url(../img/fd.gif);
}

#col_gche {
	position: relative;
	width: 110px;
	height: auto;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: #99BDEC;*/
	float: left;
}

#menu {
	position: relative;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	height: auto;
	width: 100px;
}

DIV#menu UL {
	position: relative;
	bottom: 0px;
	right: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

DIV#menu LI {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 4px 0px;
	list-style-type: none;
	border: 1px solid #000000;
	background-color: #5E86BA;
}

html>body DIV#menu LI {padding: 4px 0px 4px 0px;}

#col_dte{
	position: relative;
	width: 655px;
	height: auto;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	float: left;
}

DIV#col_dte ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

DIV#col_dte li {
	list-style-type: none;
	margin: 0px 0px 0px 16px;
	padding: 0px 0px 0px 0px;
	line-height: 14px;
	font-size: 12px;
}

#footer {
	position: relative;
	width: 778px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: #254774;
}

#ssmenu {
	height: auto;
	width: auto;
	float: right;
}

#copyright {
	height: auto;
	width: auto;
	float: left;
	padding-top: 10px;
}

DIV#ssmenu UL {
	position: relative;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	overflow: auto;
}

DIV#ssmenu LI {
	float: left;
	margin-left: 5px;
	list-style-type: none;
}


