/* ######################## CSS Document ######################## */
/* ###################### ©2008 - PontoWeb ###################### */
/* ############################################################## */
/*
 ____                __           __      __          __        
/\  _`\             /\ \__       /\ \  __/\ \        /\ \       
\ \ \ \ \___     ___\ \ ,_\   ___\ \ \/\ \ \ \     __\ \ \____  
 \ \ ,__/ __`\ /' _ `\ \ \/  / __`\ \ \ \ \ \ \  /'__`\ \ '__`\ 
  \ \ \/\ \ \ \/\ \/\ \ \ \_/\ \ \ \ \ \_/ \_\ \/\  __/\ \ \ \ \
   \ \_\ \____/\ \_\ \_\ \__\ \____/\ `\___ ___/\ \____\\ \_,__/
    \/_/\/___/  \/_/\/_/\/__/\/___/  '\/__//__/  \/____/ \/___/

*/
/* ############################################################## */

* {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background:#dbf3ff url(../_images/bg.png) repeat-x;
	margin:0 auto;
	padding:10px 0px 10px 0px;
	font-size:70%;
	color:#666;
}

img {
	border:none;
}

#page {
	width:816px;
	overflow:auto;
	margin:0 auto;
}

/* LANGUAGES */
#languages {
	color:#a1cce1;
	font-size:0.92em;
	float:right;
	padding-right:28px;
}
#languages a {
	font-size:0.92em;
	color:#a1cce1;
	text-decoration:none;
}
#languages a:hover {
	color:#fff;
}
#languages a.selected, #languages a.selected:hover {
	color:#fff;
}
/* -- */

/* HEADER */
#header {
	background:url(../_images/header_bg.gif) bottom no-repeat;
	margin-left:56px;
	background-position:0px 21px;
	clear:both;
	text-align:right;
	height:197px;
	font-size:1px;
}

#logo {
	margin:20px 0px 0px 28px;
	float:left;
	width:142px;
	height:170px;
}

#picture {
	float:left;
}

/* -- */

#navigation {
	margin-left:56px;
	background:#fff;
	padding-left:28px;
	font-size:1px;
}

#content {
	background:#fff;
	margin-left:56px;
	padding:20px 28px 0px 28px
}

#content_interne {
	background:#fff;
	margin-left:56px;
	padding:20px 120px 0px 28px
}


.holder {
	overflow:auto;
	clear:both;
}

/* HOME PAGE */
#homeLeftColumn {
	width:225px;
	float:left;
}
#homeRightColumn {
	width:465px;
	float:left;
}
.homeBoxHolder {
	height:280px;
	clear:both;
}
.homeBox {
	background:url(../_images/box_bg.png) bottom no-repeat;
	width:222px;
	height:240px;
	float:left;
	margin:25px 19px 0px 0px;
}
.homeBoxContent {
	padding:0px 14px 10px 14px;
	font-size:0.92em;
}
.homeBoxContent p {
	margin:0px 0px 9px 0px;
}
.homeBoxContent {
	margin:0px 0px 10px 0px;
}
.noMarginRight {
	margin-right:0px !important;
}
/* -- */

h1 {
	font-size:1.3em;
	font-weight:bold;
	color:#00a0dc;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}

.smallCapsBlue {
	font-size:0.92em;
	color:#00a0dc;
	text-transform:uppercase;
}

.intro {
	padding:0px;
	margin:5px 0px 0px 0px;
	line-height:18px;
}

.intro_interne {
	padding:0px;
	margin:5px 0px 0px 0px;	
}


a {
	color:#f75700;
	text-decoration:underline;
}
a:hover {
	color:#00a0dc;
}

a.blueBtn {
	text-decoration:none;
	color:#fff;
	display:block;
	background:#00a0dc url(../_images/blue_btn.png) right;
	border:1px solid #59cbf2;
	text-align:right;
	font-size:0.92em;
	padding:0px 22px 1px 10px;
	white-space:nowrap;
}
a.blueBtn:hover {
	background:#f75700 url(../_images/blue_btn_rl.png) right;
}

a.more {
	font-size:0.92em;
	text-decoration:none;
}

ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
li {
	background:url(../_images/orange_bullet.png) left center no-repeat;
	padding-left:15px;
	margin-bottom:7px;
	font-size:0.92em;
}

.txt11px {
	font-size:11px !important;
}
	
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.alignRight {
	text-align:right;
}
.alignLeft {
	text-align:left;
}

/* FOOTER */
#footer {
	height:258px;
	background:url(../_images/footer_bg.png) no-repeat;
	clear:both;
}
#footerMenu {
	padding:195px 25px 0px 132px;
	color:#8f979d;
	overflow:auto;
	white-space:nowrap;
}
#footerMenu a {
	font-size:0.92em;
	text-transform:uppercase;
	text-decoration:none;
	color:#8f979d;
}
#footerMenu a:hover, #footerMenu a.selected  {
	color:#00a0dc;
}
#footerMenu p.copyright {
	margin:8px 0px 0px 0px;
	font-size:0.92em;
}
#footerMenu .languages a {
	font-size:0.92em;
	text-transform:none;
	text-decoration:none;
	color:#8f979d;
	white-space:nowrap;
}
#footerMenu .languages a:hover, #footerMenu .languages a.selected {
	color:#666;
}
/* -- */
