/*   
Theme Name: wp-OTC
Theme URI: index.php
Description: Thème OTC dédié
Author: Tribers webstudio
Author URI: webstudio@tribers.com
Version: 1.0
*/

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	text-align: center;	
	font-family: Sans-serif, Arial;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
	
.div {
	background-color: #eeeeee;
	border: solid 1px #999999;
	padding: 0px;
	margin: 0px;
	text-align: left;
	overflow : visible;
}

a:link { color: #000000; text-decoration: none; }
a:hover { color: #cc0000; }
a:visited { color: #000000; text-decoration: none; }
a:active { color: #cc0000; text-decoration: none; }

#wrap {
	display: block;
	margin:0 auto 0 auto;
	width: 772px;
	x_height: 100%;
	/*-- static --*/
}

#container {
	display: block;
	background-color: #ffffff;
	border: solid 1px #ffffff;
	/*-- static --*/
	min-height: 100%;
	x_height: 100%;
	/* overflow: hidden; */
}
/* IE-specific hack */
* html #wrap #container { height: 100%; }

#head {
	display: block;
	background-color: #ffffff;
	height: 137px;
	/*-- static --*/	
}

#header {
	display: block;
	background-color: #4d6aa2;
	height: 96px;
	/*-- static --*/		
}

#track {
	font-size: 10px;
}

.breadcrumb {
	margin: 1px 0px 0px 7px;
}


#topmenu {
	display: block;
	background-color: #f9a215;
	background-image: url(images/menubar_bg.jpg);
	font-size: 11px;
	height: 26px;
	margin:0 auto;
	padding:0;
	/*-- static --*/		
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topmenu li {
	padding-top: 3px;
	display: inline;
}

#topmenu a {
	display: block;
	float: left;
	height: 18px;
	padding: 4px 12px 0;
	/*border-right: 1px solid #363;*/
	border-bottom:0px;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}

#topmenu a:hover, 
#topmenu a:active,
#topmenu li.current_page_item a:link,
#topmenu li.current_page_item a:visited,
#topmenu li.current_page_item a:hover,
#topmenu li.current_page_item a:active,
#topmenu li.current_page_parent a:link,
#topmenu li.current_page_parent a:visited,
#topmenu li.current_page_parent a:hover,
#topmenu li.current_page_parent a:active
{
	background: #141434;
	color:#fff;
}

#track {
	display: block;
	background-color: #e5eff9;
	text-align: left;	
	height: 15px;		
	/*-- static --*/	
		
}

#main {
	display: block;
	background-color: #ffffff;
	/*-- static --*/	
		
}

#mainIframe {
	width: 770px;
	height: 480px;
	border: none;
	padding: 0px;
	margin: 0px;		
}

#mainTable {
	width: 770px;
	border: none;
	padding: 0px;
	margin: 0px;
}

#mainLeftCell {
	width: 140px;
	background-color: #4d6aa2;
	width: 140px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

#mainRightCell {
	width: 95%;
	background-color: #ffffff;
	padding: 5px;
	margin: 0px;
	vertical-align: top;
}


#leftmenu {
	display: block;
	width: 140px;
	text-align: left;		
	/*-- static --*/	
	overflow : visible;	
}
#leftmenu ul {
	margin: 0;
	margin-top: 3px;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
}

#leftmenu li {
	margin: 0 0 2px 0;
}

#leftmenu a {
	display: block;
	padding: 1px 1px 1px 8px;
	x_width: 140px;
	text-decoration: none;
	color: #ffffff;
}

#leftmenu a:hover {
	background-color: #141434;
	text-decoration: none;
	color: #ffffff;
}


.menu_page_item a { background-color: #4d6aa2; }

.menu_page_level_1 a { font-weight: bold; margin-top: 10px; }

.menu_page_level_2 li { width: 130px;  }
.menu_page_level_2 a { margin-left: 10px; font-weight: normal; margin-top: 0px; }

.current_page_item a { background-color: #da251d; }
.current_page_item ul { background-color: #4d6aa2; margin-top: 0px; padding-top:0px; }
.current_page_item li { background-color: #4d6aa2; }

#content {
	display: block;
	background-color: #ffffff;
	x_width: 610px;	
	width: 100%;
	margin: 0px;	
	text-align: left;
	/*-- static --*/	
		
}

#foot {
	display: block;
	background-color: #f9a215;
	background-image: url(images/menubar_bg.jpg);
	text-align:center;
	font-size: 10px;
	height: 20px;
	padding-top: 3px;	
	/*-- static --*/
}

#foot a:link { color: #000000; }
#foot a:hover { color: #ffffff; }
#foot a:visited { color: #000000; }
#foot a:active { color: #000000; }

.scrollPanel {
	height: 350px;
	overflow : auto;
}

.flagList {
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 0px;
}


.flagList ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.flagList li {
	background-image: url("/img/image/Pages/Faire/images/puce.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 15px;
	line-height: 25px;
}

.blueBorder {
	border: solid 1px #4d6aa2;
}

