/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles --  Basic Layouts 1-7
  sections : 
  	COLUMNS = l'ensemble du contenu "content" 
	GLOBALS: Nav Bar
	GLOBALS: Link Styles autres que navbar
	
  mes styles ajoutés = ajouts.css

  FR - changé - largeur head 1100 - CHANGER CODES :
	ici #masthead 
 -----------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/*
TOP: div ajoutée = centrée (code page) inclue div masthead
	background-color: mettre même que fond masthead + navbar sur cette page
	navbar foncé = #5F9BA6; = intéressant aussi
	masthead width: 1150px; pour centrer
*/
/* ici top + masthead pour bannières fond vert 
#top-v {
	background-image: url(img/fond-v_top.jpg);
	background-repeat: repeat-x;
	background-color: #B8CCCD;
}
#masthead-v {
	width: 1150px;
	background-image: url(img/fond-v_top.jpg);
	background-repeat: repeat-x; 
}
*/
 /* bannières fond orange-rouge */
#top-r {
	background-image: url(img/fond-r_top.jpg);
	background-repeat: repeat-x;
	background-color: #C5CBD7;
}
#masthead-r {
	width: 1200px;
	background-image: url(img/fond-r_top.jpg);
	background-repeat: repeat-x; 
}
#top-v {
	background-image: url(img/fond-v_top.jpg);
	background-repeat: repeat-x;
	background-color: #B8CCCD;
}
#masthead-v {
	width: 1200px;
	background-image: url(img/fond-v_top.jpg);
	background-repeat: repeat-x; 
}
 /* bannières fond turquoise 2014-15 
#top-t {
	background-image: url(img/fond_t-top.jpg);
	background-repeat: repeat-x;
	background-color: #C5CBD7;
}
#masthead-t {
	width: 1150px;
	background-image: url(img/fond_t-top.jpg);
	background-repeat: repeat-x;
	background-color: #C5CBD7;
}
 */
  /* bannières fond bleu  */
#top-b {
	background-image: url(img/fond_b_top.jpg);
	background-repeat: repeat-x;
	background-color: #C5CBD7;
}
#masthead-b {
	width: 1150px;
	background-image: url(img/fond-b_top.jpg);
	background-repeat: repeat-x; 
}

#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 8px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 1px;
	font-size: 0px;
}

/* content testé 12px; = 0.75 ems = original*/
.content {
	font-size: 0.8em;
	line-height: 1.5em;
	padding-top: 8px;
	padding-right: 30px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.content p {
	margin: 1px 0px 12px;
}
/*-----	titres -----------
NB accordeon pas affecté par ici ---
si no h changé ici, pas changer -----*/
h1 {
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0px 0px 15px;
	color: #003399;
}
h2 {
	font-size: 1.2em;
	margin: 25px 0px 12px;
	color: #003399;
}
/* h3 = B039 - padding = paragraphe
	garder à 1.1 pour affichage petit */ 
h3 {
	font-size: 1.1em;
	margin: 12px 0px 12px;
	line-height: 1.3em;
	color: #003399;
}
/* h4 = B039 = txt + paragraphe */
h4 {
	font-size: 1em;
	margin: 0px 0px 10px;
	line-height: 1.3em;
	color: #003399;
}
/* h5 = B039 = txt + <br /> = évite span */
h5 {
	font-size: 1em;
	margin: 12px 0px 0px;
	line-height: 1.3em;
	color: #003399;
}
/* h6 pour titre + gros que h1 et lettres espacées - en fait, inutilisé
disponible pour autre chose */
h6 {
	margin: 0px;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	color: #003399;
}
.hgros {
	margin: 0px;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	color: #003399;
}

/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #333399;
	text-decoration: none;
}
a:hover {
	color: #000066;
}
a:active {
	color: #0000CC;
}
a:focus {
	outline: 1px dotted #ccc;
}

/* ACCORDEON si couleur LIEN CHANGÉ ici, copier aussi dans p7ap05.css */
.p7ABcontent a:link {
	color: #000066;
	text-decoration: none;
}
.p7ABcontent a:hover {
	color: #0000CC;
	text-decoration: none;
}
.p7ABcontent a:focus {
	outline: 1px dotted #ccc;
}
.p7ABcontent a:visited {
	color: #003399;
	text-decoration: none;
}
/*-------------------*/
#footer {
	margin: 0px auto;
	font-size: 11px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footercontent {
	padding: 0px 20px 8px 290px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/* ------ GLOBALS: Nav Bar ---------
CODES tous ID #tnav 
- FR couleurs + images boutons changées
  background-color = #C2CDDF; couleur visible du fond
  = même que TOP +masthead et dans pm.css à #p7PMnav  
*/
#tnav {
	background-color: #C2CDDF;
	font-size: 0.9em;
	background-image: url(img/iq_navbg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 12px;
	margin-bottom: 30px;
	background-position: left bottom;
}
#tnav-center {
	margin: 0 auto;
	border-left: 1px solid #000066;
}
#tnav ul {
	margin: 0;
	padding: 0;
}
#tnav li {
	list-style-type: none;
	float: left;
}
#tnav #BasicNav a {
	float: left;
	color: #000066;
	text-decoration: none;
	padding: 7px 10px 13px;
	border-right: 1px solid #000066;
}
#tnav #BasicNav a:hover {
	color: #FFFFFF;
	background-color: #004080;
}
 /* = code inutilisé */

#p7PMnav {
	background-image: none !important;
	background-color: transparent !important;
}
