/* css du cv de Xavier Lacot
 * http://www.lacot.org/
 *
 * This file comes from the website http://www.lacot.org/ and is published under
 * the Creative Commons Attribution-ShareAlike 2.5 License. To view a copy of
 * this license, visit http://creativecommons.org/licenses/by-sa/2.5/ or send a
 * letter to Creative Commons, 543 Howard Street, 5th Floor, San Francisco,
 * California, 94105, USA.
 */

@import "./style.css";

/* Structure
 *
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * display
 * text-align
 */

* {
line-height: 1.3em;
}

body {
padding: 15px 15px 0 40px;
}

h2 {
margin-top: 1.5em;
}

li ul li div {
width: 130px;
}

li ul li#pageperso div {
width: 140px;
}

#content {
padding: 0;
width: 100%;
}

/* Barre de choix de langue */
#langues {
display: none;
}



/* Decoration
 *
 * color
 * border
 * font-size
 * font-style
 * background
 * font-family
 * font-weight
 * line-height
 * text-decoration
 * list-style-type
 */

body {
background: none;
border-bottom: none;
font-size: 83%;
}


#content {
border: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
