/**********************************/
/* Site        :  www.ump05.fr */
/* Description : Fichier de style CSS */
/* Date        : 05/11/2009 */
/* Auteur    : Digibiz SARL */
/**********************************/

* {
	margin: 0;
}
html, body {
	background:#ADADAD url(/datas/img/theme/background.jpg) repeat-y scroll center center;
	padding:0;
	height: 100%;
}
img {
	padding:0;
	border:none;
}
h1 {
	color:#293d62;
	font:26px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:10px 0 20px 0;
	background:url(/datas/img/theme/h1_bg.gif) bottom left no-repeat;
	padding:0 0 15px 0;
	font-weight:100;
}
h2 {
	color:#000;
	font:20px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:5px 0 5px 0;
}
h3 {
	color:#666;
	font:22px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:20px 0 15px 0;
}
/* Positioning Elements ///////////////////////////////////////////////////////////////////////////////*/

#border { 
	background: transparent url("/datas/img/theme/border.png") repeat-y left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1028px; }

#page {
	background:#fff url(/datas/img/theme/header.jpg) no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}


#wrapper {
	height: auto !important;
	height: 100%;
	min-height:100%;
	width:920px;
	margin: 0 auto;
}
#wrapper a {
	color:#293d62;
}
#wrapper a:hover {
	color:#000;
}
#top {
	width:945px;
	height:144px;
}

#logo {
	display:block;
	position:absolute;
	margin:21px 0 0 -17px;
}

.logotop {

	width:450px;
	height:99px;
}
.digibiz {
	margin-top:12px;
}
.justify, .justify p {
	text-align:justify;
}
.red {
	color:#d90000;
}
#data {
	font:12px Verdana, Geneva, sans-serif;
	text-align:right;
	color:#fff;
	width: 338px;
	height:20px;
	float:right;
	margin:20px 0 0 0;
}
#search {
	float:right;
	width:308px;
	height:34px;
	margin:55px 0 0 0;
}
#search .field {
	background:url(/datas/img/theme/search_bg.gif) right top no-repeat;
	width:251px;
	border:none;
	margin:0;
	padding:8px 5px 11px 15px;
	font-size:13px;
	float:left;
	color:#666;
}
#breadcrumb {
	width:850px;
	font:11px Verdana, Geneva, sans-serif;
	color:#757575;
	margin:20px 0 0 30px;
}
#bg-content {
	background:url(/datas/img/theme/bg_content.gif) repeat-y;
	width:920px;
	float:left;
}
#content-box {
	width:619px;
}
#content {
	margin:-340px 25px -150px 35px;
	width:550px;
	z-index:999;
	position:relative;
	height:100%;
}
#content p, #content td, .right-content p {
	font:12px/18px Verdana, Arial, Helvetiva, sans-serif;
	margin:10px 0;
	color:#000;
}
.content-top {
	background:url(/datas/img/theme/bg_content_top.gif) no-repeat;
	width: 619px;
	height:385px;
}
#content img.right {
	float:right;
	margin:4px 0px 10px 10px;
}
#content img.left {
	float:left;
	margin:4px 10px 10px 0px;
}
#right {
	width:290px;
	margin:0px 0 -100px 0;
	font:11px Tahoma, Geneva, sans-serif;
	color:#666;
	float:right;
	z-index:4;
	display:block;
	position:relative;
}
#right img {
	margin:2px 0;
}
.right-promo-box {
	float:right;
	width:285px;
	height:100%;
}
.right-box {
	float:right;
	width:285px;
	height:100%;
	margin-bottom:15px;
}
.right-top {
	background:url(/datas/img/theme/bg_right_top.gif) no-repeat;
	width: 285px;
	height:190px;
}
.right-content {
	width: 235px;
	margin:-160px 15px 0px 25px;
	z-index:999;
	position:relative;
}
#banner {
	margin:15px 0;
	float:right;
	z-index:999;
}
#footer {
	height: 200px;
	background:url(/datas/img/theme/bg_rodape.gif) bottom center repeat-x;
	width:100%;
	clear:both;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	color:#d90000;
}

/* Menu Style ///////////////////////////////////////////////////////////////////////////////*/
#navegacao {
	width: 800px;
	height:38px;
	float:right;
	margin:10px 0 0 0;
}
#menu-container {
	padding:7px 0 0 0;
	margin:0 0 15px 0;
	background:none;
	float:right;
}
ul#menu {
	list-style-type:none;
	float:right;
	height:27px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:10px 0 0 0;

}
ul#menu li {
	display:block;
	float:left;
	margin:1px 0 0 4px;
	height:27px;

}
ul#menu li.left {
	margin:0;
}
ul#menu li a {
	background:url(/datas/img/theme/bg_menu.gif) left top no-repeat #d90000;
	display:block;
	float:left;
	color:#fff;
	line-height:27px;
	text-decoration:none;
	padding:0 8px 0 8px;
	height:27px;
	border-bottom:none;
}
ul#menu li a.right {
	padding-right:19px;
}
ul#menu li a:hover {
	color:#283c61;
	background:#f8f8f8;
	padding-bottom:9px;
	border-bottom:none;
}
ul#menu li a.current {
	color:#d90000;
	background:#f8f8f8;
	padding-bottom:9px;
	border-bottom:none;
}

/* Here begins the NEWS styling ///////////////////////////////////////////////////////////////////////////////*/
#news {
	margin:0 0 20px 0;
}
#news .title a {
	margin:13px 0;
	padding:0 0 0 20px;
	display:block;
	color:#666;
	font:12px Verdana, Geneva, sans-serif;
	background:url(/datas/img/theme/news-icon.gif) left center no-repeat;
	position:relative;
	z-index:5;
}
#news .title a:hover {
	color:#000;
}
#news .NewsSummaryMorelink a, .NewsSummaryMorelink a:visited {
	background-color:#f4f4f4;
	margin:5px 0;
	color:#666;
	display:block;
}
#news .NewsSummaryMorelink a:hover {
	color:#000;
}
#news .main-title {
	font:14px Verdana, Geneva, sans-serif;
	color:#505050;
	border-bottom:1px solid #505050;
}
/* Bottom image positioning*/

.content-bottom {
	background:url(/datas/img/theme/bg_content_bottom.png) left bottom no-repeat;
	width:950px;
	margin-left: 40px;
	height:200px;
	z-index:-999;

}
.content-bottom p {
	width:340px;
	text-align:right;
	float:right;
	margin-top:130px;
	font:10px Verdana, Geneva, sans-serif;
	color:#fff;
}
.push {
	height:200px;
}
/* Tabbed Navigation ///////////////////////////////////////////////////////////////////////////////*/
ul.tabNav {
	float: left;
	list-style: none;
	width: 100%;
	margin:0;
	padding:0;
}
ul.tabNav li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}
ul.tabNac li a {
	color:#F00;
}
ul.tabNav li.current {
	padding-top: 0;
}
ul.tabNav a {
	background: #ececec;
	border: 1px solid #dedede;
	border-width: 1px 1px 0;
	color: #fff;
	display: block;
	padding: 9px 9px 8px 9px;
	text-decoration: none;
}
ul.tabNav li.current a {
	background: #dedede;
	border: none;
	padding: 10px;
}
div.tabContainer {
	float: left;
	width: 100%;
}
div.tabContainer h2 {
	color:#293d62;
	font:18px/16px Tahoma, Geneva, sans-serif;
	margin:0;
	padding:10px 0;
}
div.tabContainer p {
	color:#333;
	margin:10px 0;
}
div.tabContainer div.tab {
	border: 1px solid #dedede;
	color: #000;
	display: none;
	padding: 10px;
}
div.tabContainer div.current {
	display: block;
}

/* Contact Form ///////////////////////////////////////////////////////////////////////////////*/
form {
	margin : 0;
	padding : 0;
}
fieldset {
	margin:20px 0 0 0;
	padding: 1em;
	border: 1px solid #ccc;
}
fieldset div br {
	display : none;
}
/* Style the legend, labels and the div containing the submit button. */

legend {
	font-weight : bold;
	color: #333;
	margin: 0;
	padding: 0.5em;
	margin-bottom:-10px;
	font: 14px Tahoma, Geneva, sans-serif;
	border: 1px solid #ccc;
	background-color:#fff;
}

#fm-submit {
	clear : both;
	padding-top : 1em;
	text-align : center;
}
fieldset div {
	margin: 0;
	padding: 0;
}
fieldset div.fm-optional {
	display : block;
}
fieldset div input {
	width: 200px; /* Width for modern browsers */
	border: 1px solid #900;
	padding: 1px;
}
fieldset div select {
	font: 12px Tahoma, Geneva, sans-serif;
	width: 200px; /* Width for modern browsers */
	border: 1px solid #900;
	padding: 1px;
}
fieldset div label:before {
	content: "* ";
}
fieldset div.fm-optional label:before {
	content: "";
}
/* Optional fields. */

.fm-optional input {
	border : 1px solid #ccc;
}


#content p.testimonials {
	background:url(/datas/img/theme/testimonial.gif) no-repeat left top;
	font-style:italic;
	font:14px Georgia, "Times New Roman", Times, serif;
	padding:20px 0px 10px 30px;
	margin-left:20px;
	color:#666;
	display:block;
}

.photos { width:100%; float:left; margin-bottom:10px;}
.photo-col { width:135px; color:#000; padding:12px 0; text-align:center; float:left;}


