﻿/* Réinitialisation des propriétés css pour tous les navigateurs */

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
  	background-image: transparent;
}
/* remember to define focus styles! */

ol, ul {
    list-style: none;
}

#contenant{
	width: 700px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
}

#contenant-avis{
	width: 700px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/logo-ijob.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#fermer{
	width: 700px;
	text-align: right;
}

#titre{
	width:700px;
	text-align: left;
}

#col-gauche{
	width: 445px;
	text-align: left;
	float: left;
	padding-left: 30px;
}

#col-droite{
	width: 170px;
	text-align: right;
	float: right;
	padding-right: 30px;
	
}

#col-centre {
	width: 700px;
	background-image: url(images/bgInterface.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 40px;
}

#col-avis {
	width: 608px;
	height: 320px;
	overflow: auto;
	padding-right: 30px;
	padding-left: 45px;
	margin-top: 60px;
}


#boutons {
	width: 700px;
	text-align: center;
	padding: 0;
	top: 418px;
	position: absolute;
}



/* Caractéristiques principales des texte */

body {
    background: #364143 url(images/bgPrincipal.jpg) center top no-repeat;
}
body, p, h1, h2, h3, li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}


p, h1, h2, h3, li {
    font-size: .7em;
}
h1, h3 {
}
h1 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: .5em;
}

h2 {
    font-size: .9em;
	font-weight: bold;
	padding-bottom: .5em;
}

h3 {
    font-size: .7em;
}

h3, h4, .h4 {
    font-weight: bold;
}


.clear {
    clear: both;
    float: none;
}

a:active, a:link, a:visited {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: normal;
}
a:hover, a:focus {
    color: #E2750D;
    text-decoration: underline;
}

#fermer p {
	margin-right: 30px;    
}

#fermer a:active, a:link, a:visited {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
#fermer a:hover, a:focus {
    color: #E2750D;
    text-decoration: none;
}

#fermer .gros {
    font-size: 1.5em;
	font-weight: bold;
}

#titre img {
	margin-left: 30px; 
	margin-bottom: 25px;   
}

#col-gauche ul {
	padding-bottom: .5em;
}

#col-gauche li {
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1.2em;
	background-image: url(images/puce.png);
	background-repeat:no-repeat;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: .9em;
}

#col-droite a.avis:active, a.avis:link, a.avis:visited {
    text-decoration: underline;
    color: #FFFFFF;
	font-size: .78em;
	font-weight: normal;
}
#col-droite a.avis:hover, a.avis:focus {
    color: #E2750D;
    text-decoration: underline;
}

#col-droite span.avis {
    color: #E2750D;
}

#col-droite p {
	padding: 0;
	text-align:left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#col-droite p.droit {
	text-align:right;
}

#boutons img {
	width: 200px;
	height: 40px;
	margin-right: 10px;
	margin-left:10px;
	border: 0;
}

#boutons p {
	margin: 0;
	padding:0;
	border: 0;
}

#col-avis p {
	margin-bottom: 10px;
	font-weight: bold;
}



