/*
// European Microwave Week 2010
*/

body {
background : #DEE6EA;
font-family: sans, Arial;
text-align: center;
}

h2 {
text-align: left;
padding: 2px 0px 2px 10px;
}

.bleu { color: #1A344E; }
.fond_bleu { background: #1A344E; }
.jaune { color: #FFFFCC; }
.fond_jaune { background: #FFFFCC; }
.center { text-align: center; }
.justify { text-align: justify; }
.left { text-align:  left; }
.right { text-align:  right; }
.italic { font-style: italic }
.bold { font-weight: bold }

#content {
width: 800px;
text-align: center;
margin: 0px auto;
}

a, a:link, a:visited {
color : #82b1d1;
text-decoration: none;
font-weight: bold;
}
a:hover {
color : #3d96d1;
}

.title1 {
font-size:14pt;
font-weight:bold;
}

table#footer img {
border: 0;
height: 50px;
padding:0;
margin: 0 5px;
}

#call4papers {
    width: 510px;
    padding: 5px;
    border: solid 1px;
    color: #1A344E;
}


