
/*
Design by Free CSS Templates
Released for free under a Creative Commons Attribution 2.5 License
*/

html {height:100%;min-height:100%; } 

body
{
margin:0;padding:0;height:100%;min-height:100%; text-align:center;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 14px; /*color: #333333;*/
}

#aspnetForm{
width:100%; 
min-height:100%; 
margin: 0 auto; 
text-align:left; 
position:relative;


}



* html #aspnetForm {
height: 100%;
} 


h1, h2, h3
{
	margin: 0; /*text-transform: lowercase;*/
	font-weight: normal;
	color: #3E3E3E;
}

h1
{
	letter-spacing: -1px;
	font-size: 32px;
}

h2
{
	font-size: 23px;
}

p, ul, ol
{
	/*letter-spacing:normal;*/ /*text-align: justify; 	line-height: 26px;*/
	font-weight: normal;
}






img
{
	border: none;
}

img.left
{
	float: left;
	margin-right: 15px;
}

img.right
{
	float: right;
	margin-left: 15px;
}

/* Form */

/*form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}*/



input, textarea, select
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#proxicar_logo
{
	position: absolute;
	left: 5px;
	top: -5px;
}



.sitemap
{
	clear: left;
	display: block;
	margin-left: 12px;
text-indent:10px;
}

.sitemap span a.node, .sitemap span.node{
white-space:nowrap;
}


#header {
	background:url("/App_Themes/imgs/layout/img03.gif") repeat-x scroll left bottom transparent;
	float:left;
	padding-bottom:7px;
	width:100%;
}


#header .marque {
	float:right;
	height:90px;
}

#header .marque img
{
	height: 105px;
}

#header h1
{
	padding-top : 20px;
	font-size: 36px;
	color: #494949;
	text-transform: none;
	float:left;
	white-space:nowrap;
}

#header h1 a
{
	color: #494949;
	text-decoration: none;
}

#header h1 a:hover
{
	text-decoration: underline;
}

#header h2
{
	height:24px;
	padding:35px 0 0 5px;
	display:block;
	float:left;
	font-size: 20px;
	color: #A0A0A0;
	text-transform: none;
	white-space:nowrap;
}


/* Menu */

#menu
{
	float: right;
}

#menu ul
{
	margin: 0;
	padding: 25px 0 0 0;
	list-style: none;
}

#menu li
{
	display: inline;
}

#menu a
{
	display: block;
	float: left;
	margin-left: 5px;
	padding: 7px 20px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu .active a
{
}

/* Page */

#page_wrap
{
	text-align:center;
}


#page {
	margin:0 auto;
	padding-bottom:74px;
	padding-top:85px;
	text-align:left;
	width:850px;
}

/* Content */
#content
{
	float: right;
	width: 640px;
	padding-left: 7px;
	background : url("/App_Themes/imgs/layout/img03.gif") repeat-y scroll left transparent;
}



/* Post */

.post
{
}

.post .title
{
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(/App_Themes/imgs/layout/img11.gif) no-repeat right 50%;
	border-bottom: 1px dotted #D1D1D1;
}

.post .entry
{
}

.post div.cars
{
	text-align: center;
}

.post div.cars img
{
	width: 128px;
	height: 45px;
	border: 0px;
}

.post .meta
{
	padding: 15px 0 60px 0;
	background: url(/App_Themes/imgs/layout/img03.gif) repeat-x;
}

.post .meta p
{
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline
{
	float: left;
}

.post .meta .links
{
	float: right;
}

.post .meta .more
{
	padding: 0 20px 0 18px;
	background: url(/App_Themes/imgs/layout/img06.gif) no-repeat left center;
}

.post .meta .comments
{
	padding-left: 22px;
	background: url(/App_Themes/imgs/layout/img07.gif) no-repeat left center;
}

.post .meta b
{
	display: none;
}




/* Sidebar */



#sidebar
{
	
	float: left;
	width: 190px;
}


#altmenuFrance {
	display:none;
	float:left; 
	width:170px;
	margin:5px 0 0 0;
	padding-top:5px;
	background: #F5F5F5 url(/App_Themes/imgs/layout/proxicar_submenu.gif) repeat-x left top;
	border:solid 1px #003448;
	cursor:pointer;
}

#altmenuFrance:hover
{
	background: #003448 url(/App_Themes/imgs/layout/proxicar_submenu.gif) repeat-x left top;
}

#altmenuFrance:hover a 
{
	text-decoration:underline;
	background-color:#003448;
	color:#7BAA0F;
}

#altmenuFrance a
{
	text-decoration:none;
}


#altmenuFrance img {
	float:left;
	width:25px;
	margin:2px 0px 33px 0px;
}



#sidebar ul
{
	display:block;
	margin: 0; padding: 0;
	list-style: none;
	font-size: 11px;
}

#sidebar li
{
	padding-top:10px;
	font-weight: bold;
}

#sidebar ul li ul
{
}

#sidebar li li
{
	margin: 0;padding-top:0px;
	padding-left: 12px;
}



#sidebar h2
{
	margin-bottom: 10px;
	background: url(/App_Themes/imgs/layout/img11.gif) no-repeat right 50%;
	border-bottom: 1px dotted #D1D1D1;
	font-size: 16px;
}

/* Search */

#search
{
}

#search h2
{
	margin-bottom: 20px;
}

#s
{
	width: 120px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x
{
	padding: 3px;
	background: #ECECEC url(/App_Themes/imgs/layout/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1
{
	padding: 20px;
	background: url(/App_Themes/imgs/layout/img05.gif) no-repeat;
}

.box2
{
	color: #BABABA;
}

.box2 h2
{
	margin-bottom: 15px;
	background: url(/App_Themes/imgs/layout/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited
{
	color: #EDEDED;
}

/* Footer */

#footer
{
width:100%;
	min-height: 74px;
height:74px;
position:absolute;
bottom:0px;

} 

#footer p
{
	text-align: center;
	color: white;
	padding:0;
	margin:0;
}


#footer a
{
	color: white;
}

#legal 
{
	font-size:10px;
}

/* common to browsers */

div.colorLabel
{
	float: left;
}

div.colorsContainer
{
	border: 1px solid #000000;
	width: 62px;
	height: 10px;
	margin-top: 3px;
	margin-left: 10px;
	font-size: 0px;
	line-height: 0px;
	float: right;
}



div.colorsContainer div.colorBlock
{
	width: 20px;
	height: 10px;
	float: left;
}

div.browserForm div.input
{
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}


/* modal popups */


.modalBackground
{
	background-color: Gray;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.modalPopup
{
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}



div.part
{
	float:left;
	width:100%;
	border:solid 1px #b9d1ea;
	background-color:#dce7f5;
	text-align:right;
}


div.part ul.part_menu
{
	background-color:#b9d1ea;
	float:left;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}


div.part ul.part_menu li {
	float:right;
	padding-left:10px;
}

div.part div.part_content
{
	float:left;
	width:100%;
	text-align:left;
}