/* COURT CIRCUIT style */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px;
	padding:0px;
	background-image:url(img/background1.png);
	background-repeat:repeat;

	
}



/* form */
LABEL { DISPLAY: inline ; FLOAT: left ; WIDTH: 120px ; font-weight: bold ; margin-left: 75px ; }
.INPUT { background-color: #FDE9D0; color: black ; border:1px solid #CCCCCC; margin-bottom:5px; }
.OPTION { background-color: #FDE9D0 ; border:1px solid #CCCCCC; margin-bottom:5px;}
.SELECT { background-color: #FDE9D0 ; border:1px solid #CCCCCC; margin-bottom:5px;}
.TEXTAREA { background-color: #FDE9D0 ; color: black ; border:1px solid #CCCCCC; margin-bottom:5px;}
.BUTTON { color: black ; background-color: #FDE9D0 ; border:1px solid #CCCCCC; margin-bottom:5px; font-size:9px;}

/* //////// */


.text {
	color:#000000;
	text-align:justify;
}
a.text:link,active,visited { 
	color: #FC6D14;
    text-decoration:none;
}

a.text:visited { 
	color: #FC6D14;
    text-decoration:none;
}

a.text:hover { 
	color: #B13952;
    text-decoration:underline;
}



.titre {
	font-weight:bold;
	font-size:18px;
	color: #000000;
}
a.titre:link,active,visited { 
	color: #f5eed0;
    text-decoration:none;
}

a.titre:visited { 
	color: #f5eed0;
    text-decoration:none;
}

a.titre:hover { 
	color: #f5eed0;
    text-decoration:underline;
}

.titre2 {
	color: #732031;
	font-weight:bold;
}
.titre3 {
	color: #732031;
	font-weight:bold;
	font-size:20px;
}
.titre4 {
	color: #732031;
}

.footer {
color:#FFFFFF;
font-size:10px;
font-weight:bold;
text-transform:uppercase;
}


.contact_box {
background-color:#edecdf;
color:#000000;
padding:1px;
border:1px solid #808080;
}

.submit_button {
background-color:#2b151c;
color:#FFFFFF;
border:1px solid #808080;
font-weight:bold;
}


.error_form {
color:#FF0000;
font-weight:bold;
padding-left:195px;
padding-bottom:5px;
}

div#img_rescale.img {
width:260px; 
max-width:260px; 
width:auto;
}

/* COURT CIRCUIT layout */


div#container {
	width: 900px;
	margin-left: auto;
    margin-right: auto; 
}

div#main_background {
	background-color:#FFFFFF;
}

div#header_sites {
    height: 43px;
	background-image:url(img/header_sites.png);
	background-repeat:no-repeat;
	
}

div#header {
    height: 153px;
	background-image:url(img/header_logo.png);
	background-repeat:no-repeat;	
}

div#header {
	cursor:pointer;
}

div#menu_d {
	background-color:#732031;
	height:18px;
}

div#main {
	background-color:#FFFFFF;

}

div#main_c {
	height:615px;
	width:555px;
	padding-right: 5px;
	margin-right: 180px;
	margin-top: 30px;
	margin-left:28px;
	background-color:#FFFFFF;

}

/* min height */
html>body div#main_c {
	height: auto;
	min-height:615px;
} 
/* ----------- */

div#sidecol {
	margin-top:20px;
    float:right;
	width:240px;
	margin-right:15px;

	
}

div#sidecol_int {
	padding:8px;
	text-align:left;
	background-color:#732031;
	text-align:justify;
	color:#FFFFFF;
}

div#foot {
	padding-top:1px;
	text-align:center;
	height:15px;
    clear: both;
	background-image:url(img/footer.png);
	background-repeat:no-repeat;
}

div#foot:hover {
cursor:pointer;
}

div#item_news {
	width:560px;
	padding-bottom:50px;
	margin-bottom:20px;
	border-bottom:1px solid #CCCCCC;
	
}
div#item_news_img_s {
	float:left;
	
	width:114px;
	height:114px;
	background-repeat:no-repeat;
}
div#item_news_img_d {
	background-repeat:no-repeat;

	width:114px;
	height:114px;
}
div#item_news_c {
	padding-left:125px;
}

div#n_archives1 {
margin-bottom:10px;
padding:3px;
}

div#n_archives1:hover {
cursor:pointer;
}

div#ad_list {
padding:2px;
margin-left:20px;
}

div#ad_list:hover {
cursor:pointer;
border-right:2px solid #CCCCCC;
border-bottom:2px solid #CCCCCC;
padding:6px;
}



#logout {
	background-color:#FEFDCD;
	color:#000000;
	border: 1px;
	border-color:#000000;
	border-style:dotted;
	padding:3px;
	width:120px;
	position:absolute;

}




.list {
	margin-top:10px;
	padding-bottom:2px;


}

.partenaires {
	padding-bottom:10px;
	padding-right:2px;

}

hr {
	height: 1px;
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0;
}

.cachediv {
		visibility: hidden;
		overflow: hidden;
		height: 1px;
		margin-top: -1px;
	}

.spacer {
	clear: both;
}

/* popup css */
#p1, #p2 {
position: absolute;
display:none;
width: 20em;
z-index: 600;
}


.INPUT2 { 
background-color: #FDE9D0; 
color: black; 
border:1px solid #CCCCCC; 
margin-bottom:5px; 
}

#action_confirm {
background-color:#66FF99; 
padding:10px; 
border:1px solid black;
}
