body { 
min-width : 970px; 
	margin:0px;
	padding:0px;
width : 100%; 
background : #a9cbe8 url(../images/footer_bg.jpg) repeat-x fixed left bottom; 
} 
.headwrap { 
width : 100%; 
display : table; 
background : url(../images/body_bg.jpg) fixed repeat-x center top ; 
margin-bottom:100px;
} 
.container { 
margin : 0 auto; 
width : 970px; 
margin-bottom : 100px;
} 
.active {
	font-variant:small-caps;
	font-weight:bold;
	list-style:none;} 
.headwrap .logo { 
margin : 0 auto; 
width : 970px; 
} 
.headwrap .logo IMG { 
border-bottom : medium none; 
border-left : medium none; 
margin : 0 auto; 
width : 470px; 
height : 190px; 
border-top : medium none; 
border-right : medium none; 
background: url(../images/logo-LADM.png) no-repeat center bottom;

} 
#foot { 
margin : 0 auto; 
width : 970px;

} 
#foot a{
	color:#A9CBE8;
}
#foot p{
text-align:center;
	color:#fff;
	line-height: normal;
	margin: auto;

}

/* basic styles */
h1,h2,h3,h4,h5,h6,h7{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:10px 0px 0px 0px;
	color:#911322;
	text-indent:50px;
}
h1{
	font-size:28px;
	text-align:center;
}
h2{
	font-size:25px;
	color:#0a294f;
	text-align:center;
}
h3{
	font-size:22px;
	color:#202f0f;
}
h4{
	font-size:18px;
	color:#911322;
}
h5{
	font-size:16px;
	color:#666600;
}
h6{
	font-size:12px;
	color:#af2639;
	font-style:italic;
}
del{
	color:#999;
}
acronym{
	/*border-bottom:1px dotted #222;*/
	border:none;
	background:url(../images/dottedborder_dark.gif) repeat-x bottom center;
	padding-bottom:1px;
	cursor:help;
}
hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
a{
	color:#af2639;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	line-height:22px;
	margin:5px 0px 15px 0px;
	text-align:justify;
	text-indent:20px;
}
.noborder{
	border:0;
}
#content #right ul{
	margin:0px;
	padding:0px 10px 5px 15px;
	list-style-type:none;
}
#content #right ol{
	margin:0px;
	padding:0px 10px 5px 33px;
}
#content #right ul li{
	padding-bottom:7px;
	background:transparent url(../images/arrow.gif) no-repeat 0px 5px;
	padding-left:10px;
}
#content #right ol li{
	padding-bottom:7px;
}
#content #right ul li ul{
	margin:8px 0px -7px 0px;
}
/* I can't get <pre> to display inline very well so just use <span class="pre"> */
#content #right .pre{
	font:11px "Courier New",Courier,sans-serif;
	color:#af454a;
}

img{
	border:none;
}
img.floatright,
img.floatleft,
#left img{
	border:0px solid #222;
}
a:hover img.floatright,
a:hover img.floatleft,
#left a:hover img{
	border:0px solid #af2639;
}

/* floats, positioning, and widths */
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.w50{
	width:50%;
}
.floatleft p{
	padding:0px 10px 0px 0px;
}
.floatright p{
	padding:0px 0px 0px 10px;
}
img.floatleft{
	margin:15px 15px 5px 0px;
}
img.floatright{
	margin:15px 0px 5px 15px;
}

/* rounded corners */
.tl{background:#222 url(../images/corners/tl.gif) no-repeat top left;}
.tr{background:transparent url(../images/corners/tr.gif) no-repeat top right;}
.br{background:transparent url(../images/corners/br.gif) no-repeat bottom right;}
.bl{background:transparent url(../images/corners/bl.gif) no-repeat bottom left;}

.ltl{background:#fff url(../images/corners/l_tl.gif) no-repeat top left;}
.ltr{background:transparent url(../images/corners/l_tr.gif) no-repeat top right;}
.lbr{background:transparent url(../images/corners/l_br.gif) no-repeat bottom right;}
.lbl{background:transparent url(../images/corners/l_bl.gif) no-repeat bottom left;}

/* blockquotes and code*/
blockquote{
	min-height:35px;
	display:block;
	margin:10px auto;
	background:transparent url(../images/blockquote/quote.gif) no-repeat 10px 10px;
}
* html blockquote{
	min-height:35px;
	height:auto !important;
	height:35px;
}
blockquote p{
	margin:0px;
	line-height:17px;
	padding:10px 10px 10px 50px;
}
blockquote span{
	color:#999;
	font-size:9px;
	padding-top:5px;
	display:block;
}
blockquote span a{
	color:#555;
	text-decoration:none;
}
blockquote span a:hover{
	text-decoration:underline;
}
blockquote.go{
	background:transparent url(../images/blockquote/go.gif) no-repeat 10px 50%;
}
blockquote.stop{
	background:transparent url(../images/blockquote/stop.gif) no-repeat 11px 50%;
}
blockquote.exclamation{
	background:transparent url(../images/blockquote/exclamation.gif) no-repeat 23px 50%;
}
code{
	display:block;
	width:92%;
	margin:0px auto 15px auto;
	line-height:17px;
}
code .red{
	color:#af454a;
}

/* forms */
form select,
form input,
form textarea{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #888;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	background-color:#f9f9f9;
	/*border:1px dotted #888;  optional thought */
	border:1px solid #444;
}
form select{
	padding:1px;
}
form input{
	padding:1px;
}
form label{
	display:block;
	color:#777
}
form textarea{
	padding:1px;
	line-height:16px;
}
form p{
	margin:10px 0px;
}
#left{
	width:190px;
	float:left;
	padding:20px 10px 20px 10px;
	background-image:url(../images/bg.png);
}
* html #left{
	padding-top:20px;
}

/* sidebar */
#right{
	width:730px;
	float:right;
	padding:20px 10px 20px 20px;
	background-image:url(../images/bg.png);
}
* html #right{
	padding-top:30px;
}
#left .sideitem{
	margin-bottom:25px;
}
#left .sideitem h4{
	font:12px Georgia,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-indent:1.3em;
	height:30px;
	color:#222;
	width:100%;
	background: url(../images/bouton.png) no-repeat center bottom;
	padding-bottom:3px;
	margin-bottom:13px;
	line-height:35px;
}
#left .sideitem b{
	/*display:block;*/
}
#left .sideitem p{
	padding:0px 5px;
}
#left .sideitem ul{
	margin-left:-4px;
}
/* content */
#content{
	min-height:300px;
	width:970px;
	margin:auto;
	color:#222;
	text-align:left;
	
}
* html #content{
	height:auto !important;
}
.LADM { display:none;}
/********************************* LiveValidation *************************************/

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
	color:#CC0000;
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
}

