/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*les liens*/
a { 
	color: #006e98; 
	text-decoration: none;
	border: none; 
}
a:visited 
	{
	color: #456875;
	}
a:hover 
	{
	text-decoration: underline;
	}




/*construction de la page*/
body  {
	background: #f1f1f1;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	font-family: Century Gothic, Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
}


address {
	margin: 0px;
	padding: 0px;
	border: 0px;
margin-bottom:20px;
	font-size: 100%;
	font: inherit;
}

.twoColFixLt #container {
	width: 695px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background: #FFFFFF;
	text-align: left;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #7E7E7E;
	border-bottom-color: #7E7E7E;
	border-left-color: #7E7E7E;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 0px;
	}
.twoColFixLt #mainContent {
	text-align:justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 20px;
	
} 
.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

	
	/*   HEADER  */
.header  {
	display:block;
	width: 600px;
	padding:0px;
	margin:20px;
	list-style-type:none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	font-size: 24px;
}

	
	
	/*SIDEBAR1*/
.twoColFixLt #sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 150px;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom:10px;
	padding-left: 20px;
}
.twoColFixLt #container #sidebar1 li {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;

	}
.twoColFixLt #container #sidebar1 ul {
	padding-bottom: 0px;
	margin: 0px;
	}
.twoColFixLt #container #sidebar1 img {

	padding-bottom: 30px;/**/

	}
.twoColFixLt #container #sidebar1 ul li img{

	padding-bottom: 0px;/**/

	}


/* footeur*/
.footer  {
display:block;
width: 600px; 
height: 40px; 
padding-bottom:0px;
list-style-type:none;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;

}
.footer ul {
padding:0;
list-style-type:none;
margin-left:Auto;
margin-right: Auto;

}
.footer  li{
padding-left:20px;
padding-right: 20px;
float:right; 
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7E7E7E;

}
.footer li:first-child/*le premier UL*/{
	border-left-width: 0px;
	float:left; 
}


/*indexe*/
.ind {
margin-bottom:20px;
	}


/* page des expérience   */
.exp  header {
		margin-top:25px;

	font-size: 16px;
	margin-bottom:16px;
	/*font-weight: bold;*/
	line-height: 23px;
	}
.exp article {
	display:block;
	padding-bottom:100px;
	}
.exp  p {
	display:block;
	margin-bottom:5px;
	}
.exp  h2 {
	display:block;
	margin-top:10px;
	margin-bottom:5px;
	font-variant: normal;
	text-decoration: underline;
	}
.exp  p:last-child {
	margin-bottom:30px;
	}
	
.exp ul{
	list-style-type:disc;
	list-style-position: outside;
	margin-left:20px;
	margin-bottom:10px;
	}
	
/*.exp footer ul {
padding:0;
list-style-type:none;
margin-left:Auto;
margin-right: Auto;

}
.exp  footer ul li
{
padding-left:20px;
padding-right: 20px;
float:right; 
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7E7E7E;

}
.exp li:first-child*le premier UL*
{
		border-left-width: 0px;
float:left;
}
*/


/* page des technologie   */
.tech {
	list-style-type:disc;
	list-style-position: inside;
margin-bottom:30px;
	}
	
.tech li{

margin-bottom:20px;
	}
