/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
/*
:focus {
	outline: 0;
}
*/
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/****************/
/*** my style ***/
/****************/

@font-face {
    font-family: 'Oxygen';
    src: url('font/oxygen-bold-webfont.eot');
    src: url('font/oxygen-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/oxygen-bold-webfont.woff') format('woff'),
         url('font/oxygen-bold-webfont.ttf') format('truetype'),
         url('font/oxygen-bold-webfont.svg#oxygenbold') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'Oxygen';
    src: url('font/oxygen-light-webfont.eot');
    src: url('font/oxygen-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/oxygen-light-webfont.woff') format('woff'),
         url('font/oxygen-light-webfont.ttf') format('truetype'),
         url('font/oxygen-light-webfont.svg#oxygenlight') format('svg');
    font-weight: 300;
}

@font-face {
    font-family: 'Oxygen';
    src: url('font/oxygen-regular-webfont.eot');
    src: url('font/oxygen-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/oxygen-regular-webfont.woff') format('woff'),
         url('font/oxygen-regular-webfont.ttf') format('truetype'),
         url('font/oxygen-regular-webfont.svg#oxygenregular') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Consolas';
    src: url('font/Anonymous-webfont.eot');
    src: url('font/Anonymous-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Anonymous-webfont.woff') format('woff'),
         url('font/Anonymous-webfont.ttf') format('truetype'),
         url('font/Anonymous-webfont.svg#AnonymousRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    counter-reset: bibtex_entry ;
    
	font-family: 'Oxygen', sans-serif;
	color:black;
	line-height: normal;
	font-size:smaller;
}




p {
	margin-top:8px;
	margin-bottom:8px;
}



a:link{
	color: #0099CC;
	text-decoration:underline;
}

a:visited {
	color: #0099CC;
	text-decoration:underline;
}

a:hover {
	color: black;
	text-decoration:underline;
}

strong {
	font-weight:bold;
}

img{
	border:none;
}


img.incontent {
    
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	float:right;
	margin:0px;
	margin-left: 18px;
	background-color:white;
}





figure[role]{
/*	counter-reset :figs;*/
}
figure[role] > figcaption {
	font-style:normal;
	font-weight:bold;
	font-size:smaller;
}

/*
figure[role] > figure > figcaption:before {
	content: counter(figs) ". ";
 	counter-increment: figs;
}
*/

figure[role] > figure {
    display: inline-block;
    margin:6px;
}

figure {
	display:block;
	text-align:center;
    margin-bottom:6px;
}
figure > img {
    margin-bottom:6px;
}
figure > figcaption {
	font-style:italic;
	font-size:smaller;
}
figcaption > p {
	display:inline;
	margin:0px;
	padding:0px;
}


h1 {
	font-family: 'Century Gothic', sans-serif;
	font-size:20px;
	border-bottom: 1px solid gray;
    
	margin-top:30px;
	margin-bottom:15px;
	padding-left:4px;
}


h2 {
	font-family: 'Century Gothic', sans-serif;
    font-size:16px;
    font-weight:bold;
	color: #999;
    margin-bottom:6px;

    margin-top:12px;
}



h3 {
    font-size:medium;
    font-style:italic;
    text-decoration:underline;
    
    margin-bottom:6px;
    margin-left:20px;

    margin-top:12px;
}



hr {
  
	margin: 8px 0px;
  
	border-bottom: 1px solid gray;

}



ul {
    
	list-style-type: square;
	list-style-position:outside;
	margin: 8px 20px 8px 50px;
	color:#333;
}

ol {
    
	list-style-type: decimal;
	list-style-position:outside;
	margin: 8px 20px 8px 50px;
	color:#333;
}

li {
	color:black;
}

ul > li > ul {
	margin-top:2px;
	margin-bottom:2px;
}    

dl{
	margin-left:20px;
}
dt {
	font-weight: bold;
	text-decoration: underline;
	margin-top:10px;
}
dd{
	margin-left:20px;
}
dt:after{
	content:" :";
}

table {
	border-collapse:collapse;
	border:none;
}
td {
	padding:6px;
	vertical-align:top;
	text-align:left;
}
th {
	font-weight:normal;
	padding:6px;
}

pre, pre a {
    
	font-family: 'Monaco', monospace;
    
}



em {
	font-style:italic;
}

.indent {
	margin-left:40px;
	margin-top:-4px;
	margin-bottom:-4px;
}

table p{
	margin-top:4px;
	margin-bottom:4px;
}
table ul{
	margin-top:4px;
	margin-bottom:4px;
}


span.pdf:before {
	content:url(img/acrobat.png)
} 





span.pdf{
	display:inline-block;
	padding:4px 6px;
	margin:4px 6px 4px 0px;
	border:1px solid lightgray;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

/*** wikistyles ***/
.encadr{
	display:block;
	border:1px solid #E9E9E9;
	background-color:#E9E9E9;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-radius: 6px;
	padding:6px 10px 2px 8px;
	margin:6px 0px;
}

.titre{
	display:block;
	font-family: 'Century Gothic', sans-serif;
	font-size:x-large;
	font-weight:bold;
	color: #0099CC;
	margin:10px 0px;
}

.fort{
	display:inline-block;
	font-weight:bold;
	border: 1px solid #9CB200; /* #8FB224 */
	background-color:#DFFF00;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-radius: 6px;
	padding:2px 4px;
	margin:1px;
}
.faible{
	font-style:italic;
	color:DarkGray;
}
.faible a{
	color:DarkGray;
}

.todo {
	background-color: #FFFF00;
	padding-left:4px;
	padding-right:4px;
}


/*** Structure ***/


#page {
    max-width:1000px;
    
    margin:0px auto;
}

#header {
	
	width:100%;
	margin:0px;
	margin-top:20px;
	margin-bottom:22px;
	padding:0px;
	
	display: table;

	border-spacing:8px 2px;
    
}


#sitetitle {
    
	display: table-cell; 
	width:50%;
    
	text-align: left;
    
	padding:8px;
    
	padding-top:24px;
	font-family: 'Century Gothic', sans-serif;
	font-weight:normal;
	color:#333;
}



#sitetitle #name {
    
	font-size:30px;
	margin:0px;
}

#sitetitle #affiliation {
	font-size:20px;

	margin:0px;
	margin-bottom:12px;
}




#search {
    
	display: table-cell; 
	width:50%;
    
	text-align: right;
    
	padding:4px;
	vertical-align:middle;
    
}



#wikitext {
	margin:8px;
	min-height:500px;
}


#footer {
    
	display: table;
    
	width:100%;
    
	margin:15px 0px;

	padding:0px;
    
	border-spacing:8px 2px;
    
	font-size:smaller;

}

#footer a {
	color:black;
}




#lastmodified {
  
	display: table-cell;
  
	text-align: right;
  font-style:italic;
}


	



table.cv{
    
	border-collapse:collapse;
    
	border-spacing:0px;
	
	width:100%;
    
	padding:4px;

}


.cv td {
    padding:10px;
}


.cv td.date{
    
	width:120px;
	text-align:center;
	vertical-align:top;
}




/* Edit form */
#wikiedit form {
  margin:0px;
  width:100%;
}
#wikiedit textarea {
  width:100%;
  height:1000px;
  font-size: medium;
}



/**** Bibtexref ****/
/* citations */
.fullpage_bibtex_entry .bibtex_entry {
	margin:0px;
}

.bibtex_query .bibtex_entry {
	margin:20px 0px;
}

.bibtex_entry .summary_title {
	display:none;
}

.bibtex_entry .title, .bibtex_entry .title a {
	font-weight:bold;
}

.bibtex_entry .booktitle, .bibtex_entry .series {
	font-style:italic;
}

.bibtex_entry .series_before {
	font-style:normal;
}

.bibtex_entry .post {
	display:block;
}

/*
.bibtex_entry .post span.pdf {
	display:block;
}
*/
.bibtex_entry .note {
	font-style:italic;
	color:gray;
	display:block;
}


/* full description */
.fullpage_bibtex_entry .abstract{
	margin-bottom:20px;
}
.fullpage_bibtex_entry .summary{
	margin-bottom:20px;
}
.fullpage_bibtex_entry .bibtex_raw_entry{
	margin-bottom:20px;
}

/* raw bibtex */
.fullpage_bibtex_entry .bibtex_raw_entry, .fullpage_bibtex_entry .bibtex_raw_entry a.url {
	font-family: 'Monaco', monospace;
	font-size:medium;
}
.fullpage_bibtex_entry .bibtex_raw_entry .entry_body {
	margin-left:20px;
}
.fullpage_bibtex_entry .bibtex_raw_entry .entry_body .abstract{
	display:none;
}


/*****************/
/* modifié pour l'impression */
/*****************/
body {
	font-size:smaller;
}

#topbanner, #topbannertitle, #menu, #langdiv , #wikiadmin {
	display: none;
}

#content {
	border: none;
	box-shadow: none;	
}


