/* Définition des polices personnalisées */

@font-face
{
    font-family: 'BallparkWeiner';
    src: url('polices/ballpark.eot');
    src: url('polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('polices/ballpark.woff') format('woff'),
         url('polices/ballpark.ttf') format('truetype'),
         url('polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/dayrom.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Eléments principaux de la page */
body
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
    padding: 0;
}

#wrapper
{
	/*background: url('images/bodybg.png') repeat-x;*/
    width: auto;
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
	background-color:#FFF;
	border-color:#000;
	border:3px;
	border-radius:5px;
	height:auto;
}
/* Header */

#header
{
    background: url('images/header.png') no-repeat;
	width:100%;
	border-radius:5px 5px 0px 0px;
	height:90px;
}
.mymenu
{
	height:20px;
	right:10%;
	font-size:14px;
	text-align:center;
	text-decoration:bold;
	color:black;
	padding:4px 5px 2px 5px;
	background-color:#FFF;
}
.menulink
{
	color:#AAA;
	text-decoration: none;
}
.menulink:hover
{
	color:#000;
	text-decoration:underline;
}
.menuontop
{
	background-color:#B0E3F7;
	color:#000;
	border:1px solid #6B6B6B;
	border-radius:2px 2px 2px 2px;
	font-weight:bold;
	padding:2px 5px 2px 5px;
}
#hello
{
	height:20px;
	position:none;
	right:10%;
	font-size:14px;
	text-align:right;
	color:#000;
}

#hello a
{
	height:20px;
	right:10%;
	font-size:14px;
	text-align:right;
	text-decoration:none;
	color:#000;
}
#hello a:hover
{
	text-decoration: underline;
	color:#000;
}
#menus
{
	width:10%;
	float:left;
	font-size:14px;
	height:auto;
	min-height: 500px;
	border-right: 1px solid #AAA;
	border-left: 3px solid #FFF;
	/*background-color:#AAA;*/
	overflow:auto;
}
#menus a
{
	text-decoration: none;
}
#content
{
	width:87.5%;
	background-color:#FFF;
	min-height: 400px;
	height:auto;
	min-height: 150px;
	font-size:14px;
	float:right;
	padding-left:5px;
	padding-top:5px;
	overflow:auto;
	/*border: 3px solid red;*/
}
#content p
{
	margin-bottom:0px;
}
#content H1
{
	color: #a89141;
	border-bottom: 1px solid #a89141;
	font-size: 18px;
}
#content table
{
	border: 1px solid #AAA;
}
#content table tr td
{
	border: 1px solid #D4D4D4;
	padding: 10px;
}
#leftinvoice
{
	float: left;
	width: 40%;
}
#rightrecords
{
	float: left;
	width: 59%;
	border:1px solid #AAA;
	height: auto;
}
.tborderless table
{
	border: 1px solid #FFF;
}
.tborderless table tr td
{
	border: 0px solid #FFF;
	padding: 5px;
}
#content table tr:hover
{
	background-color: #d5f2ff;
}
.textcenter{
	text-align: center;
}
.inputbox
{
	border-radius: 3px;
	border: 1px solid #AAA;
	height: 22px;
	padding-left: 2px;
}
.searchbox
{
	border-radius: 3px;
	border: 1px solid #D4D4D4;
	height: 25px;
	padding-left: 2px;
}
.rowtitle
{
	color: #a89141;
	font-weight: bold;
	vertical-align: center;
	font-size: 16px;
}
.total{
	font-weight: bold;
	font-size: 14px;
}
.rowtitle:hover
{
	background-color: #FFF;
}
.active
{
	color: #FFF;
	background-color: #a89141;
	padding: 2px 6px 2px 6px;
	border:1px solid #a89141;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;

}
.blocked
{
	color: #FFF;
	background-color: #d01010;
	padding: 2px 6px 2px 6px;
	border:1px solid #d01010;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;

}
.menbtn
{
	color: #FFF;
	background-color: #a89141;
	padding: 5px 10px 5px 10px;
	border:1px solid #a89141;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;
}
.red
{
	background-color: #db4343;
	border:1px solid #db4343;
}
.green
{
	background-color: #4dbc5f;
	border:1px solid #4dbc5f;
}
.yellow
{
	background-color: #ffc600;
	border:1px solid #ffc600;
}
.cancelbtn
{
	color: #a89141;
	background-color: #e7e7e7;
	padding: 5px 10px 5px 10px;
	border:1px solid #AAA;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;
}
#footer
{
	height:20px;
	width:100%;
	background-color:#FFF;
	clear:both;
	border-top:1px solid #AAA;
	color:#606060;
	font-size:12px;
	text-align:center;
}
#footer a
{
	height:20px;
	width:100%;
	background-color:#FFF;
	float:none;
	color:#606060;
	font-size:12px;
	text-align:center;
	text-decoration:none;
}
#footer a:hover
{
	height:20px;
	width:100%;
	background-color:#FFF;
	float:none;
	color:#606060;
	font-size:12px;
	text-align:center;
	text-decoration:underline;
}
#left
{
	border:1px solid #6B6B6B;
	border: 1px;
	position:absolute;
}
#right
{
	position:relative;
	border:1px solid #6B6B6B;
	right:40px;
	float:right;
	top: 0px;
}
.totv
{
	border:0px solid #FFF;
	height: 25px;
	font-weight: bold;
	color: #AAA;
}
.pagetitle
{
	background-color:#FFF;
	width:100%;
	padding-bottom:2px;
	font-size:18px;
	color:#7F7F7F;
}
.pagebutton a
{
	background-color:#41CBF3;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin-right:5px;
	padding: 2px 5px 2px 5px;
	border-radius:3px 3px 3px 3px;
}
.pagebutton a:hover
{
	color:#FF;
}
.pagebutton a:visited
{
	color:#FFF;
}
.message_successful
{
	color:#003300;
	border:1px solid #003300;
	border-radius:3px 3px 3px 3px;
	padding:20px 20px 20px 50px;
	text-align:center;
	font-weight:bold;
	background: url('images/success.png') no-repeat;
}
.message_failed
{
	color:#FF0000;
	border:1px solid #FF0000;
	border-radius:3px 3px 3px 3px;
	margin:10px 10px;
	padding:20px 20px 20px 50px;
	text-align:center;
	font-weight:bold;
	background: url('images/error.png') no-repeat;
}
.message_warning
{
	color:#FF6600;
	border:1px solid #FF6600;
	border-radius:3px 3px 3px 3px;
	padding:20px 20px 20px 50px;
	text-align:center;
	font-weight:bold;
	background: url('images/warning.png') no-repeat;
}
.highlight
{
	color: #AAA;
}
.impair
{
	border:1px solid #AAA;
	background-color:#FFF;
}
.pair
{
	border:1px solid #AAA;
	background-color:#EBEBEB;
}
.impair:hover
{
	border:1px solid #AAA;
	cellpadding:3px;
	background-color:#F3FBFE;
}
.pair:hover
{
	border:1px solid #AAA;
	cellpadding:3px;
	background-color:#F3FBFE;
}
.team{
	clear:both;
}
.teamimg{
	border:1px solid #FFF;
	border-radius:15px;
	float:left;
}
.name{
	font-size:16px;
	color:#0066FF;
	padding:20px;
	float:left;
	float:none;
	clear:both;
	
}
.position{
	font-size:12px;
	color:#808080;
	padding:20px;
	float:none;
	clear:both;
}
.description
{
	font-size:11px;
	color:#000;
	padding:20px;
	float:none;
	clear:both;
}
.infolink
{
	color:#029000;
	font-size:20px;
	font-weight:bold;
}
.itpros
{
	color:#ffc801;
	font-size:20px;
	font-weight:bold;
}
table{
border-style:solid;
border-collapse:collapse;
border-color:#D1D1D1;
}
.tabletitle
{
	border:1px solid #AAA;
	font-weight:bold;
	padding:2px 4px 2px 4px;
}
.tabletitle2
{
	border:0px;
	font-weight:bold;
	padding:2px 4px 2px 4px;
}
.tabletitle td
{
	border:0px;
	font-weight:bold;
	padding:2px 4px 2px 4px;
}
.number
{
	width:70px;
}

.values{
	height:20px;
	font-size:18px;
	color:#41CBF3;
	text-align:center;
	border:1px solid #FFF;
	border-radius:5px;
	padding-left:5px
}
.databoxes{
	height:15px;
	font-size:14px;
	color:#151D75;
	text-align:center;
	border:1px solid #41CBF3;
	border-radius:5px;
	padding-left:5px
}
.finval{
	height:20px;
	font-size:18px;
	color:#FF0000;
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
	border:1px solid #FFF;
	border-radius:5px;
	padding-left:5px
}
.untable
{
	border:0px;
	background-color:#FFF;
}
.untable:hover
{
	border:0px;
	cellpadding:3px;
	background-color:#F3FBFE;
}
.unlink:link
{
	text-decoration:none;
	color:#000;
}
.unlink:visited
{
	text-decoration:none;
	color:#000;
}
.unlink:hover
{
	text-decoration:underline;
	color:#000;
}
.hiddenboxes
{
	background-color: rgba(255, 255, 255, 0);
	border:solid 0px #FFF;
}
.hiddenboxes :focus
{
	background-color: rgba(255, 255, 255, 0);
	border:solid 0px #FFF;
}
.upper
{
	text-transform:uppercase;
}
/*Print styles*/
#mainpage
{
	width: 210mm;
	max-height: 270mm;
	min-height: 270mm;
	font-size: 12px;
	margin:auto;
	border: 1px solid #AAA;
	font-size: 14px;
	padding-bottom: 2px;
	background: url('images/watermark.png') no-repeat center 40%;
}
#printheader
{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	border-bottom: 1px solid #AAA;
	text-align: center;
	font-size: 12px;
	/*background: url('images/printheader.png');*/
}
#printheader img
{
	width: 381px;

}
#printttl
{
	width: 100%;
	height: 20px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
}
#printdate
{
	width: 95%;
	height: 20px;
	color: #000;
	font-size: 13px;
	text-align: right;
	padding-right: 40px;
	font-size: 12px;
}
#printdate tr td
{
	padding-bottom: 10px;
	font-size: 13px;
}
#printclient
{
	width: 95%;
	height: 40px;
	color: #000;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 40px;
	border-bottom: 1px solid #AAA;
	font-size: 13px;
}
.mainpadding
{
	padding-left: 40px;
}
.printtable
{
	border:1px solid #000;
	width: 95%;
	margin: auto;
	font-size: 13px;
}
.trborder
{
	border:1px solid #000;
	
}
.trborder tr, td{
	padding: 4px 4px 4px 4px;
	border:1px solid #FFF;
}
.printtable tr td
{
	padding: 5px 4px 5px 4px;
	border-bottom: 0px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 0px;
}
#printsays
{
	width: 95%;
	margin: auto;
	height: auto;
	text-align: left;
	padding-top: 20px;
	font-size: 13px;
	/*padding: 10px 10px 10px 10px;*/

}
#printmaincontent{
	width: 100%;
	margin: auto;
	min-height: 350px;
	height: auto;
	font-size: 13px;
}
#printbankdetails{
	width: 50%;
	height: 120px;
	border: 1px solid #000;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: 15px;
	float: left;
}
#printowner
{
	width: 42%;
	height: auto;
	color: #000;
	font-size: 16px;
	text-align: right;
	/*border-bottom: 1px solid #AAA;*/
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 150px;
	font-size: 15px;
	float: right;
}
#separator{
	clear: both;
	width: 100%;
	height: 5px;
	margin-bottom: 30px;
	border-bottom: 2px solid #AAA;
}
/* Correctifs pour les vieilles versions d'Internet Explorer */

/* Pour activer un positionnement type inline-block sur les vieilles versions d'IE */

.old_ie #titre_principal, .old_ie #logo, .old_ie header h1, .old_ie nav, .old_ie nav li, .old_ie .bouton_rouge, .old_ie article, .old_ie aside, .old_ie #tweet, .old_ie #mes_photos, .old_ie #mes_amis, .old_ie #mes_amis ul
{
    display: inline;
    zoom: 1;
}

/* Quelques ajustements pour les vieilles versions d'IE */

.old_ie section h1, .ie8 section h1
{
    font-size: 1.1em;
}

.old_ie footer div, .ie8 footer div
{
    margin-top: 30px;
    background: url('images/separateur.png') repeat-x top;
}
.pages{
	color: #a89141;
	background-color: #FFF;
	text-decoration: none;
	padding: 1px 3px 1px 3px;
	border: 1px solid #a89141;
	border-radius: 4px;
}
.pages:hover, .activepage{
	border: 1px solid #FFF;
	background-color: #a89141;
	color: #FFF;
}
#homeframe{
	width: 88%;
	height: 400px;
	border: 2px solid #a89141;
	border-radius: 6px;
	margin-left: 3px;
	padding: 5px 5px 5px 5px;
}
#homeimg{
	width: 293px;
	float: left;
	height: 100%;
	border-right: 2px solid #a89141;
}
#hometext{
	float: left;
	width: 600px;
	height: 100%;
	border-left: 2px solid #a89141;
	padding-left: 15px;
}
#hometext h2{
	text-decoration: none;
	color: #a89141;
	display: block;
	font-size: 28px;
	text-align: center;
}
#hometext ul li{
	font-size: 20px;
	line-height: 64px;
	list-style-type: circle ;
}