/*--------------------------------------------------------------------
réalisation: Christelle Pellegrin - mai 2009
---------------------------------------------------------------------*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-align: left;
	background: #EEEEEE url('../img/motif_datalink.gif') repeat-y center top;
}

img {
	border: 0px;
}

a {
	font-weight: bold;
	color: #CC0000;
}

ul {
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style: square;
	line-height: 18px;
	list-style-position: inside;
	color: #CC0000;
}

ul a {
	text-decoration: none;
	color: #000000;
}

ul a:hover, ul strong {
	color: #CC0000;
}

#conteneur {
	position: relative;
	width: 900px;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	margin: auto;
	padding: 0px;
}

#bandeau {
	position: absolute;
    top: 0px;
	left: 0px;
	width: 900px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url('../img/logo_datalink.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: 1;
}

#language {
	position: absolute;
    top: 0px;
	left: 0px;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	z-index: 2;
}

dl {
	width: 16px;
	text-align: center;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

dd {
	margin: 0px;
	padding: 0px;
}

#language a {
	color: #999999;
	text-decoration: none;
}

#language a:hover, #language strong {
	color: #CC0000;
}

#nav {
	position: absolute;
    top: 100px;
	left: 0px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	width: 900px;
	background-color: #CC0000;
	font-size: 12px;
	line-height: 22px;
	z-index: 1;
}

#nav a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px;
}

#nav a:hover, #nav a.nav_on  {
	color: #000000;
}

#bgimg {
	position: absolute;
    top: 0px;
	left: 0px;
	width: 310px;
	height: 100%;
	margin: 0px;
	background-repeat: no-repeat;
	z-index: 0;
}

#sousnav, #actu {
	position: absolute;
    top: 0px;
	left: 0px;
	width: 140px;
	margin: 0px;
	padding-top: 150px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 0;
}

#sousnav {
	color: #CC0000;
	font-size: 12px;
	margin-left: -10px;
	width: 150px;
}

#sousnav a.nav_on  {
	color: #CC0000;
}

#sousnav a {
	color: #000000;
	text-decoration: none;
}

#sousnav a:hover {
	color: #CC0000;
}

#actu {
	width: 200px;
	background: #EEEEEE url('../img/post-it.gif') no-repeat right bottom;
	padding-bottom: 30px;
}

#page {
	width: 480px;
	margin: 0px;
	margin-left: 325px;
	padding-top: 150px;
	padding-bottom: 40px;
	line-height: 17px;
	z-index: 3;
}

#pied {
	position: absolute;
	bottom: 0px !important;
	width: 900px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 2px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 22px;
	z-index: 3;
	text-align: right; 
}

#poucet {
	padding-left: 4px;
	float: left;
	color: #CC0000;
	font-weight: bold;
}

#piednav {
	padding-right: 4px;
	text-align: right;
}

#poucet a, #piednav a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#poucet a:hover, #piednav a:hover {
	color: #000000;
}

.imgd {
	float: right;
}

.imgg {
	float: left;
}

br.clearfloat {
	clear: both;
}

.error_msg {
	font-weight: bold;
	color: #CC0000;
}

label {
	width: 160px;
	float: left;
	font-weight: bold;
	color: #333333;
}

label:hover {
	cursor: pointer;
}

input {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #666666;
	width: 200px;
}

textarea {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #666666;
	width: 400px;
	height: 200px;
}

.btn_sub {
	font-weight: bold;
	color: #333333;
	width: auto;
}