/*
http://www.w3schools.com/Css/
http://stylescss.free.fr/selecteurs.php
*/

.titre { 
font-family: Vernada,Arial,Sans-Serif;
font-size: 2em;
font-weight: bold;
text-align: Right;
color: #1DA4C1;
}


.texte { 
font-family: "Century Gothic",Vernada,Sans-Serif;
font-size: 1em;
font-weight: normal;
text-align: left;
list-style-image: url('images/bulletpoint.gif');
color: #666666; 
}

.menu { 
font-family: "Century Gothic",Vernada,Sans-Serif;
font-size: 1em;
font-weight: bold;
text-align: left;
color: #F68820; 
}


.col_menu { 
Vertical-Align: Top;
}

.col_texte { 
Vertical-Align: Top;
}

.col_titre { 
Vertical-Align: middle;
}

a:active {
font-color: #F68820;
font-weight: bold;
} 

a:visited {
font-color: #F68820;
font-weight: bold;
} 

a:hover {
font-color: #F68820;
font-weight: bold;
} 

a:link {
font-color: #F68820;
font-weight: bold;
} 

/*

li {
list-style-image: url('images/bulletpoint.gif');
list-style-type: circle;
font-size: 1em;
text-align: justify;
}

a:active {
font-color: #F68820;
} 

a:visited {
font-color: #F68820;
} 

a:hover {
font-color: #F68820;
} 

a:link {
font-color: #F68820;
} 

.menu {
font-family: Vernada,Arial,sans-serif; 
font-color: #F68820;
font-size: 1em;
text-align: left;
font-weight: bold;
}

.page_title { // page title
font-family: Vernada,Arial,sans-serif; 
font-color: #1DA4C1; 
font-size: 1.5em;
text-align: right;
font-weight: bold;
valign: middle;
}
*/