/* TABLE DES MATIÈRES:
	- Éléments à cacher
	- Éléments de base à personnaliser
	- Pied de page
	- Textes
----------------------------------------------------------------------------------------*/

/* ELEMENTS A CACHER 
--------------------------------------------------------------------------------------- */
#menu, #menuSec, #menuBas, #socialBookmarker, #bookmarkHoverPopup, .champCache,
a.btAccueil, #colDroite, #copyrights, #sMenu, a#lienPartager{
	position: absolute;
	visibility: hidden;
	display:none;
}

/* ELEMENTS DE BASE À PERSONNALISER 
--------------------------------------------------------------------------------------- */
html{font-family: Arial, Verdana, Tahoma; font-size:12px;}

/* Réinitialisation des éléments */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr,acronym{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
a:active,object,embed{outline:none;}

/* TEXTES ET HYPERLIENS GLOBAUX
--------------------------------------------------------------------------------------- */
a, a:link{color:#231f20; text-decoration:none;}
a:visited{color:#231f20;}
a:active{color:#231f20; text-decoration:none;}

h1{font-size:14px; color:#f7af1a; font-weight:bold; text-transform:uppercase; margin-bottom:20px;}
h1 a, h1 a:link, h1 a:visited{text-decoration:none;}

h2{font-size:14px; color:#666666; font-weight:bold; text-transform:uppercase; margin-bottom:10px;}
h2 a, h2 a:link, h2 a:visited{text-decoration:none;}

#accordion h3 {font-style:italic;}

p{font-size:12px; color:#231f20;}
blockquote{padding:10px;margin:10px;background:#eee;}

#contenu ul li, #contenu ol ul li{list-style:square; margin-left:16px;}
#contenu ul ul {margin-bottom:10px;}
#contenu ul ul li{list-style:circle;}
#contenu ol li, #contenu ul ol li{list-style:decimal; margin-left:23px;}
#contenu ol ol li{list-style:lower-alpha;}

.textePetit{font-size:10px;}

table td {font-size:11px; line-height:14px; text-align:center; padding:5px;}

/* CONTENEURS ET CLASSES GÉNÉRALES
--------------------------------------------------------------------------------------- */
#conteneur {width:980px; margin:0 auto;}
	#haut {width:100%; height:auto; background:none;}
		#logoUniban {float:left; height:50px; padding:0px;}
			#logoUniban img {width:100px; margin-bottom:0px;}
		#slogan {float:left; width:435px; font-size:18px; color:#27318b; font-weight:bold; margin:5px 0px 0px 20px;}
		#slogan span {font-weight:normal; font-style:italic;}
		
	#banniere {clear:both; width:600px; height:128px; border:4px solid #000000;}
		#banniere img {width:600px;}
	
#contenu {min-height:500px; height:auto !important; height:500px; padding:10px 0px 50px 0px;}
	#colGauche {float:left; width:214px; padding-left:0px;}
	#colCentre {float:left; width:400px; padding-right:0px;}
	#colCentreLg {float:left; width:701px; padding:0px 48px 0px 10px;}

.both, .clearBoth{clear:both;}

/* 02_400 : PAGE CARRIERE
--------------------------------------------------------------------------------------- */
#boiteFormCarriere{float:left; width:481px;}

/* 02_600 : PAGE CONTACT
--------------------------------------------------------------------------------------- */
#carteContact{border:1px solid #999;height:300px;width:350px;float:left;}
#boiteFormContact{float:left; width:481px;}

/* FORMULAIRES
--------------------------------------------------------------------------------------- */
fieldset{font-size:12px; margin-bottom:10px; padding:0px;}
fieldset legend{font-size:14px; color:#f7af1a; font-weight:bold; text-transform:uppercase; padding:0px;}
fieldset label{float:left; width:195px; font-size:13px; color:#231f20; margin:9px 0;}
.champTexte {float:left; width:270px; height:18px; font-size:13px; margin:9px 0; padding:0px 5px;}
.boiteTexte{float:left; width:465px; height:135px; font-family:helvetica, arial; font-size:13px; color:#231f20; margin:9px 0; padding:5px;}
.bouton{float:right; background-color: #f7af1a; color: #231f20; font-weight: bold; padding:5px;border:0px;}
.champCache{display:none; visibility:hidden;} /* Utilisé pour l'anti-spam */