/*
*   styles.css : Fichier CSS du site ionyse.com
*
* Ce fichier contient le style du texte et contenu. 
* Typiquement ce fichier sera celui à inclure dans tinyMCE.
*/

*
{
    margin: 0px;
    padding: 0px;
}

p {
    padding: 5px 5px 10px 5px;
}

a { color: #AAA; }
a:hover, a:visited:hover { color: #AAA; }
a:visited { color: #AAA; }
a img
{
    border: none;
}

h1,h2,h3,h4,h5,h6
{
    font-variant: small-caps;
    color: #666;
    letter-spacing: 0.1em;
    font-family: 'Helvetica';
    padding: 8px 0px 4px 0px;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img
{
    
}

h1:first-letter,h2:first-letter,h3:first-letter,h4:first-letter,h5:first-letter,h6:first-letter
{
    color: #555;
}

h1 { font-size: 2.4em; padding: 4px 0px 15px 0px; }

h2 { font-size: 2em; }

h3 { font-size: 1.6em; }

h4 { font-size: 1.4em; }

h5 { font-size: 1.2em; }

h6 { font-size: 1em; }

ul
{
    padding: 4px 0px 4px 20px;
}

ol
{
    padding: 8px 0px 4px 30px;  
}

ul li, ol li{
    padding-bottom: 4px;
}

blockquote{
    background: #DDD;
    padding: 8px 8px 2px 8px;
    margin: 8px 8px 12px 8px;
    display: block;
    width: 80%;
    margin: auto;
    font-style: italic;
    font-size: 1.1em;
    
}

form
{

}

input[type=text], textarea
{
    padding: 2px 6px 2px 6px;
    border: solid 1px #DDD;
    -webkit-border-radius: 6px;
    font-size: 1.1em;
}

input[type=text]:hover, textarea:hover
{
    background: #FCFCFC;
}

input[type=text]:focus, textarea:focus
{
    background: #FCFCFC;
    border: none;
}

input[type=text]
{

}

input[type=submit]
{ 

}

input[type=checkbox]
{ 
    
}

textarea
{
    width: 80%;
    margin: auto;
}

.content table{
    border-collapse: collapse;
    margin: 20px;
}

.content table tr td{
    border: solid 1px black;
    padding: 2px 5px 2px 5px;
}
