* Global styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:none;
	outline:0;
}
html,body{
	height:100%;
	/*padding:0;*/
	margin:0;
}
body{
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
:focus{
	outline:none;
}
hr{
	border:1px solid #000;
}
table{
	font-size:12px;
	border-collapse:collapse;
	border-spacing:0;
}
a{
	color:#f8d893;
	text-decoration:underline;
}
a:hover{
	color:#f8d893;
	text-decoration:none;
}
p{
	margin-bottom:10px;
}
/*ul,ol{
	margin:5px 0 10px 25px;
}*/
/* ---------------------- */
#container{
	position:relative;
	width:100%;
	margin:0 auto;
	/*padding:0px;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -119px;
	min-width:1080px;
}
#header{
	position:relative;
	height:131px;
	background-image: url(images/bg_header.jpg);
	background-repeat:repeat-x;
	width:100%;
	margin:0px;
	padding:0px;
	z-index:5;
}
#header #logo {
	background-image: url("images/logo.jpg");
    background-repeat: no-repeat;
    float: right;
    height: 118px;
    margin-right: 30px;
    margin-top: 8px;
    padding: 0;
    position: relative;
    width: 203px;
}
#menu{
	position:absolute;
	height:30px;
	font-family:"Century Gothic";
	font-size:14px;
	right:225px;
	bottom:2px;
}
#menu #nav{
	position:relative;
	list-style:none;
	padding:0;
	margin:3px 0 0 0;
}
#menu #nav li{
	position:relative;
	margin:0;
	padding:0;
	float:left;
}
#menu #nav a{
	padding:1px 15px 0px;
	display:block;
	color:#fff;
	text-decoration:none;
}
#menu #nav a:hover, #menu #nav a.selected{
	color:#000;
	background-color:#fff;
}
#content{
	padding:10px 15px 15px;
	text-align:justify;
	background-image:url(images/bg_content.png);
	background-repeat:repeat-y;
	width:664px;
	min-height:250px;
	position:relative;
	float:right;
	margin-right:30px;
	margin-top:30px;
	margin-bottom:30px;
	z-index:1;
}
#content h1{
	font-size:19px;
	margin-bottom:10px;
	color:#f8d893;
	font-family:"Century Gothic";
	font-weight:normal;
}
#content h2{
	font-size:14px;
	margin-bottom:10px;
	color:#f8d893;
	font-family:"Century Gothic";
	font-weight:normal;
}
#content a{
	color:#f8d893;
}
#footer{
	position:absolute;
	width:100%;
	height:119px;
	color:#fff;
	text-align:right;
	background-image:url(images/bg_footer.jpg);
	background-repeat:repeat-x;
	bottom:0px;
}
#footer .logo-proximedia{
	bottom: 10px;
    left: 15px;
    position: absolute;
}

#footer #contactgegevens {
	position:absolute;
	bottom: 10px;
	right:30px;
}
#footer, .push {
	height: 119px; /* .push must be the same height as .footer */
}

/* CSS CONTACFORM */
.CFItem {width:400px;clear:both;}
.CFLabel {width:150px;float:left;font-family:verdana;font-size:10px;color:#fff;margin-bottom:2px;margin-top:2px;}
.CFField {width:250px;float:left;font-family:verdana;font-size:10px;color:#666666;margin-bottom:2px;margin-top:2px;}
.CFFieldText {font-family:verdana;font-size:10px;color:#fff;width:250px; border:none; border-bottom:1px dotted #fff; background:none;}
.CFFieldTextarea {font-family:verdana;font-size:10px;color:#fff;width:250px;border:none; border:1px dotted #fff; background:none;}
.CFFieldSelect {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldRadio {}
.CFFieldCheckbox {}
.CFFieldPassword {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldFile {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldEmail {font-family:verdana;font-size:10px;color:#fff;width:250px; border:none; border-bottom:1px dotted #fff; background:none;}
.CFFieldCopy {}
.CFFieldRadioData {}
.CFFieldCheckboxData {}
.CFCaptcha {width:400px;font-family:verdana;font-size:10px;color:#fff;text-align:center;}
.CFCaptchaTitre {width:100%;text-align:center;font-weight:bold;display:none;}
.CFCaptchaTexte {width:100%;text-align:justify;}
.CFStar {width:400px;font-family:verdana;font-size:10px;color:#F8D893;text-align:center;margin-top:20px;}
.CFStarIcon {font-family:verdana;font-size:10px;color:#F8D893;}
.CFButton {width:400px;text-align:center;}
.CFButtonSubmit input {font-family:verdana;font-size:10px;color:#666666;font-weight:bold;width:200px;text-align:center;margin-top:20px;}
.CFButtonReset input {font-family:verdana;font-size:10px;color:#666666;font-weight:bold;float:left;width:200px;text-align:center;margin-top:20px;display:none;}
.CFMessageSent {width:400px;font-family:verdana;font-size:12px;color:#003300;font-weight:bold;text-align:center;margin-top:20px;}
.CFFieldset {clear:both;display:block;border:none;margin:0;margin-bottom:4px;padding:0px;width:400px;}
.CFLegend {font-family:"Century Gothic";color:#F8D893;font-size:12px;font-weight:normal;padding:2 5 2 5;margin-bottom:10px; padding:0;}
.CFHourlimit {font-family:verdana;color:#666666;font-size:10px;} 

/* CSS GALLERY */
.Gallery3GalerieTitreTexte {font-family:Verdana;font-size:10px;color:#DDDDDD;font-weight:bold;}
.Gallery3GalerieCheminLiens {font-family:Verdana;font-size:10px;color:#666666;text-decoration:underline;font-weight:bold;} 
.Gallery3GalerieCheminLiens:hover {font-family:Verdana;font-size:10px;color:#666666;text-decoration:none;font-weight:bold;} 
.Gallery3GalerieCheminTexte {font-family:Verdana;font-size:10px;color:#666666;text-decoration:none;font-weight:bold;} 
.Gallery3GaleriePageEnCours {font-family:Verdana;font-size:10px;color:#DDDDDD;font-weight:bold;} 
.Gallery3RepertoireTitre {font-family:Verdana;font-size:9px;color:#666666;font-weight:bold;} 
.Gallery3FichierTexte {font-family:Verdana;font-size:10px;color:#ffffff;} 
.Gallery3PhotoTexte {background:#FFFFFF;font-family:Verdana;font-size:10px;color:#666666;}
.LoopGalleryTitle {font-family:Verdana;font-size:11px;color:#666666;font-weight:bold;width:100%;text-align:center;} /*display:none;*/ 
.LoopGalleryAbstract {font-family:Verdana;font-size:11px;color:#666666;font-weight:bold;width:100%;text-align:center;} /*display:none;*/ 
.LoopGalleryContent {margin-bottom:30px;} 

